X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular.h;h=2b34120c857007d93c114b2f5d60df25e2fc8873;hb=a9c2dd92df8c538e6ab39bbd136c2da9a0315eb1;hp=b3432cfcfeb416d14d1723bb34cebd3b72e51f6d;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/tabular.h b/src/tabular.h index b3432cfcfe..2b34120c85 100644 --- a/src/tabular.h +++ b/src/tabular.h @@ -16,7 +16,6 @@ #pragma interface #endif -#include "lyxlex.h" #include "layout.h" #include "LString.h" #include "lyxlength.h" @@ -27,8 +26,10 @@ #include class InsetTabular; +class BufferParams; class LaTeXFeatures; class Buffer; +class LyXLex; /* The features the text class offers for tables */ @@ -60,6 +61,8 @@ public: /// ALIGN_CENTER, /// + ALIGN_BLOCK, + /// VALIGN_TOP, /// VALIGN_BOTTOM, @@ -297,7 +300,7 @@ public: /// int latex(Buffer const *, std::ostream &, bool, bool) const; /// - int docBook(Buffer const * buf, std::ostream & os) const; + int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const; /// int ascii(Buffer const *, std::ostream &, int const depth, bool onlydata, unsigned char delim) const;