X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=e3fe328fe8706c509609320397449cb310d6672c;hb=70d57a230099e817579520242a73e182bd06b4d9;hp=6b2fb6afde9a3be5e239dc8f14314500a46f90ae;hpb=864515f3a32c4df83c477281468434a4f0a54a33;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index 6b2fb6afde..e3fe328fe8 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -43,6 +43,10 @@ public: /// DELETE_COLUMN, /// + COPY_ROW, + /// + COPY_COLUMN, + /// TOGGLE_LINE_TOP, /// TOGGLE_LINE_BOTTOM, @@ -282,10 +286,14 @@ public: /// void deleteRow(row_type row); /// + void copyRow(BufferParams const &, row_type); + /// void appendColumn(BufferParams const &, idx_type cell); /// void deleteColumn(col_type column); /// + void copyColumn(BufferParams const &, col_type); + /// bool isFirstCellInRow(idx_type cell) const; /// idx_type getFirstCellInRow(row_type row) const;