38#ifndef STAR_OBJECT_MATH
39# define STAR_OBJECT_MATH
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:46
Class to store a graphic style.
Definition: STOFFGraphicStyle.hxx:45
the main class to read a small StarOffice math zone .sdf
Definition: StarObjectMath.hxx:59
bool readMathDocument(STOFFInputStreamPtr input, std::string const &fileName)
try to read a math zone: StarMathDocument .sdm
Definition: StarObjectMath.cxx:137
std::shared_ptr< StarObjectMathInternal::State > m_mathState
the state
Definition: StarObjectMath.hxx:84
bool parse()
try to parse the current object
Definition: StarObjectMath.cxx:99
StarObjectMath & operator=(StarObjectMath const &orig)=delete
bool send(STOFFListenerPtr listener, STOFFFrameStyle const &pos, STOFFGraphicStyle const &style=STOFFGraphicStyle())
try to send a object to the listener
Definition: StarObjectMath.cxx:86
~StarObjectMath() override
destructor
Definition: StarObjectMath.cxx:82
an object corresponding to an OLE directory
Definition: StarObject.hxx:65
a zone in a StarOffice file
Definition: StarZone.hxx:57
std::shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:491
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:489
Internal: the structures of a StarObjectMath.
Definition: StarObjectMath.cxx:57