]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
move some selection related stuff over to textcursor.C
[lyx.git] / src / tabular.h
index cc562164b33ebcaab2ec5feb3ca6266d891776ef..47008152d798f8b297c5165f105c63b5093ef1c4 100644 (file)
@@ -177,15 +177,13 @@ public:
        /// constructor
        LyXTabular(BufferParams const &,
                   InsetTabular *, int columns_arg, int rows_arg);
-       /// sort of copy constructir
+       /// sort of copy constructor
        LyXTabular(BufferParams const &,
                   InsetTabular *, LyXTabular const &);
        ///
        explicit
        LyXTabular(Buffer const *, InsetTabular *, LyXLex & lex);
        ///
-       LyXTabular & operator=(LyXTabular const &);
-       ///
        LyXTabular * clone(BufferParams const &, InsetTabular *);
 
        /// Returns true if there is a topline, returns false if not
@@ -384,7 +382,7 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       std::vector<string> const getLabelList() const;
+       void getLabelList(std::vector<string> &) const;
        ///
        /// recalculate the widths/heights only!
        void reinit();
@@ -520,6 +518,8 @@ private:
        ///
        void Reinit(bool reset_widths = true);
        ///
+       LyXTabular & operator=(LyXTabular const &);
+       ///
        void set_row_column_number_info(bool oldformat = false);
        /// Returns true if a complete update is necessary, otherwise false
        bool setWidthOfMulticolCell(int cell, int new_width);