LibreOffice Module oox (master)
1
|
Interface class, StarMath will implement writeFormula*() to write out markup representing the formula. More...
#include <export.hxx>
Public Types | |
enum | eFormulaAlign { INLINE, CENTER, GROUPEDCENTER, LEFT, RIGHT } |
Public Member Functions | |
virtual void | writeFormulaOoxml (::sax_fastparser::FSHelperPtr pSerializer, oox::core::OoxmlVersion version, oox::drawingml::DocumentType documentType, sal_Int8 nAlign)=0 |
virtual void | writeFormulaRtf (OStringBuffer &rBuffer, rtl_TextEncoding nEncoding)=0 |
Protected Member Functions | |
FormulaExportBase () | |
~FormulaExportBase () | |
Interface class, StarMath will implement writeFormula*() to write out markup representing the formula.
Definition at line 26 of file export.hxx.
Enumerator | |
---|---|
INLINE | |
CENTER | |
GROUPEDCENTER | |
LEFT | |
RIGHT |
Definition at line 33 of file export.hxx.
|
protected |
Definition at line 14 of file export.cxx.
|
inlineprotected |
Definition at line 38 of file export.hxx.
|
pure virtual |
Referenced by oox::drawingml::ShapeExport::WriteMathShape().
|
pure virtual |