X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=2486a71e2ddeb2b10f5f11534860d952f6858ac2;hb=eead5ba43d0ddf06544ad1b40063981d3788c635;hp=eae41187fe7b08e99d3fa19fd4b3527196bfaff5;hpb=d6ed22a813c0d0c0695fcb31e1ddf772029ca32f;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index eae41187fe..2486a71e2d 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -225,10 +225,10 @@ public: void setLeftLine(int cell, bool line, bool onlycolumn = false); /// void setRightLine(int cell, bool line, bool onlycolumn = false); - /// + /// void setAlignment(int cell, LyXAlignment align, bool onlycolumn = false); - /// + /// void setVAlignment(int cell, VAlignment align, bool onlycolumn = false); /// @@ -280,6 +280,8 @@ public: /// int latex(Buffer const *, std::ostream &, LatexRunParams const &) const; + // + int linuxdoc(Buffer const * buf, std::ostream & os) const; /// int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const; /// @@ -365,7 +367,7 @@ public: 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 getCellFromInset(InsetOld const * inset, int maybe_cell = -1) const; /// int rows() const { return rows_; } ///