mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Unify the parameters of the [append/copy][row/column] family
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40658 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
965d21bbab
commit
2206f1a655
@ -444,13 +444,13 @@ public:
|
|||||||
///
|
///
|
||||||
int textVOffset(idx_type cell) const;
|
int textVOffset(idx_type cell) const;
|
||||||
///
|
///
|
||||||
void appendRow(idx_type cell);
|
void appendRow(row_type row);
|
||||||
///
|
///
|
||||||
void deleteRow(row_type row);
|
void deleteRow(row_type row);
|
||||||
///
|
///
|
||||||
void copyRow(row_type);
|
void copyRow(row_type);
|
||||||
///
|
///
|
||||||
void appendColumn(idx_type cell);
|
void appendColumn(col_type column);
|
||||||
///
|
///
|
||||||
void deleteColumn(col_type column);
|
void deleteColumn(col_type column);
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user