rename frenzy

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33628 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2010-03-05 18:10:34 +00:00
parent d58b4ead47
commit 42c5246b9d
2 changed files with 383 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -288,6 +288,10 @@ public:
///
int height() const;
///
row_type nrows() const {return row_info.size();}
///
col_type ncols() const {return column_info.size();}
///
int rowAscent(row_type row) const;
///
int rowDescent(row_type row) const;