]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
Fix fuer #209
[lyx.git] / src / tabular.h
index 36b034dd76b1b42acca14159e02532ca36748db7..d23f2d8883a123b16115ecff96824fb28df2a578 100644 (file)
@@ -376,6 +376,9 @@ public:
        InsetText * GetCellInset(int cell) const;
        ///
        InsetText * GetCellInset(int row, int column) const;
+       /// Search for \param inset in the tabular, with the
+       /// additional hint that it could be at \param maybe_cell
+       int GetCellFromInset(Inset const * inset, int maybe_cell = -1) const;
        ///
        int rows() const { return rows_; }
        ///