LibreOffice Module oox (master) 1
|
#include <oox/core/filterbase.hxx>
#include <oox/dllapi.h>
#include <oox/export/utils.hxx>
#include <rtl/ref.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/textenc.h>
#include <sax/fshelper.hxx>
#include <tools/gen.hxx>
Go to the source code of this file.
Namespaces | |
namespace | oox |
namespace | oox::formulaimport |
namespace | oox::core |
namespace | oox::drawingml |
Functions | |
class OOX_DLLPUBLIC | oox::SAL_LOPLUGIN_ANNOTATE ("crosscast") FormulaImExportBase |
Interface class, StarMath will implement readFormulaOoxml() to read OOXML representing the formula, getFormulaSize() to provide the size of the resulting formula, and writeFormula*() to write out markup representing the formula. More... | |
rtl::Reference< core::ContextHandler > | oox::CreateLazyMathBufferingContext (core::ContextHandler const &rParent, drawingml::TextParagraph &rPara) |