]> git.lyx.org Git - lyx.git/commit
Implement copying of rows and columns in tables
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 27 Sep 2006 16:28:09 +0000 (16:28 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 27 Sep 2006 16:28:09 +0000 (16:28 +0000)
commit70d57a230099e817579520242a73e182bd06b4d9
treebe2b910a615862a6c083b5ef09d42f17f992329b
parent864515f3a32c4df83c477281468434a4f0a54a33
Implement copying of rows and columns in tables
* src/insets/insettabular.C
(InsetTabular::getStatus): enable COPY_ROW and COPY_COLUMN features
(InsetTabular::tabularFeatures): handle COPY_ROW and COPY_COLUMN

* src/tabular.h
(TabularFeature): add COPY_ROW and COPY_COLUMN

* src/tabular.[Ch]
(LyXTabular::copyRow): new method, copy a row
(LyXTabular::copyColumn): new method, copy a column

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15173 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/insettabular.C
src/tabular.C
src/tabular.h