]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
step 1
[lyx.git] / src / insets / InsetTabular.h
index 6958609ccbbf4f1ade3980bc7aed488b45daeb5b..90abb4840d27b4380e2d15af06ea98fe1edeb7b3 100644 (file)
@@ -502,9 +502,9 @@ public:
        ///
        col_type cellColumn(idx_type cell) const;
        ///
-       void setRotateCell(idx_type cell, bool);
+       void setRotateCell(idx_type cell, int);
        ///
-       bool getRotateCell(idx_type cell) const;
+       int getRotateCell(idx_type cell) const;
        ///
        bool needRotating() const;
        ///
@@ -612,7 +612,7 @@ public:
                ///
                BoxType usebox;
                ///
-               bool rotate;
+               int rotate;
                ///
                docstring align_special;
                ///
@@ -702,7 +702,7 @@ public:
        ///
        bool use_booktabs;
        ///
-       bool rotate;
+       int rotate;
        ///
        VAlignment tabular_valignment;
        //
@@ -979,6 +979,8 @@ private:
                                row_type row_start, row_type row_end,
                                col_type col_start, col_type col_end) const;
        ///
+       bool tableIsRotated() const;
+       ///
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;