X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTabular.h;h=605815aa034b16a3885fd9c8df0039191d2ac833;hb=22e6659780390a19174d1bf896317a5baf9e40d7;hp=1e1379cc7b28df7decf825ef123cd56dcab41faf;hpb=e2fa3cb6ef0e65704402570d56086deca7643828;p=lyx.git diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 1e1379cc7b..605815aa03 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -71,7 +71,7 @@ public: docstring xhtml(XHTMLStream &, OutputParams const &) const; /// void addToToc(DocIterator const & di, bool output_active, - UpdateType utype) const; + UpdateType utype, TocBackend & backend) const; private: /// unimplemented InsetTableCell(); @@ -339,7 +339,9 @@ public: /// BOX_PARBOX = 1, /// - BOX_MINIPAGE = 2 + BOX_MINIPAGE = 2, + /// + BOX_VARWIDTH = 3 }; enum CaptionType { @@ -959,7 +961,7 @@ public: void updateBuffer(ParIterator const &, UpdateType); /// void addToToc(DocIterator const & di, bool output_active, - UpdateType utype) const; + UpdateType utype, TocBackend & backend) const; /// bool completionSupported(Cursor const &) const;