X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=b972d0aa3c7bc4b5330790c1e45e74048625bd95;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=163f33a2b746aa364181e4bd20f9b6f967078b52;hpb=1f7a1257f10704868b5e1c23fea575d833f30546;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index 163f33a2b7..b972d0aa3c 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -317,10 +317,9 @@ public: // int docbook(Buffer const & buf, odocstream & os, OutputParams const &) const; /// - int plaintext(Buffer const &, odocstream &, - OutputParams const & runparams, - int const depth, - bool onlydata, unsigned char delim) const; + void plaintext(Buffer const &, odocstream &, + OutputParams const & runparams, int const depth, + bool onlydata, unsigned char delim) const; /// bool isMultiColumn(idx_type cell) const; /// @@ -604,19 +603,19 @@ public: int TeXRow(odocstream &, row_type const row, Buffer const & buf, OutputParams const &) const; /// - // helper functions for plain text return number of newlines + // helper functions for plain text /// - int plaintextTopHLine(odocstream &, row_type row, - std::vector const &) const; + bool plaintextTopHLine(odocstream &, row_type row, + std::vector const &) const; /// - int plaintextBottomHLine(odocstream &, row_type row, - std::vector const &) const; + bool plaintextBottomHLine(odocstream &, row_type row, + std::vector const &) const; /// - int plaintextPrintCell(Buffer const &, odocstream &, - OutputParams const &, - idx_type cell, row_type row, col_type column, - std::vector const &, - bool onlydata) const; + void plaintextPrintCell(Buffer const &, odocstream &, + OutputParams const &, + idx_type cell, row_type row, col_type column, + std::vector const &, + bool onlydata) const; /// auxiliary function for docbook int docbookRow(Buffer const & buf, odocstream & os, row_type, OutputParams const &) const;