X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=a26244cc945798eeae8565ef9a9dd4f160a7dd95;hb=c544107e324090c6eafb4c56749da2624b9b1122;hp=45fcf0804f1b6a1ebfeaedf2d889a34f9a485702;hpb=2e57f2ff0ae7cd4a6efbf634ffe6d2f4379d9cfc;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index 45fcf0804f..a26244cc94 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -210,11 +210,11 @@ public: /// int getHeightOfTabular() const; /// Returns true if a complete update is necessary, otherwise false - bool setAscentOfRow(int row, int height); + void setAscentOfRow(int row, int height); /// Returns true if a complete update is necessary, otherwise false - bool setDescentOfRow(int row, int height); + void setDescentOfRow(int row, int height); /// Returns true if a complete update is necessary, otherwise false - bool setWidthOfCell(int cell, int new_width); + void setWidthOfCell(int cell, int new_width); /// void setAllLines(int cell, bool line); /// @@ -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; ///