61#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTBLFORMULA_HXX
62#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPTBLFORMULA_HXX
64#include <rtl/ustring.hxx>
120 static OUString
GetName(sal_uInt16 nTokenType);
175 void AddArg(std::unique_ptr<LwpFormulaArg> pArg);
181 std::vector<std::unique_ptr<LwpFormulaArg>>
m_aArgs;
206 void Read()
override;
217 std::vector<std::unique_ptr<LwpFormulaArg>>
m_aStack;
LwpFormulaText(OUString aText)
virtual OUString ToString(LwpTableLayout *) override
encapsulate XInputStream to provide SvStream like interfaces
VO_TABLELAYOUT object and functions for registering styles and converting tables.
@descr Table cell object.
For LWP filter architecture prototype - table object.