38 #ifndef STAR_OBJECT_TEXT 39 # define STAR_OBJECT_TEXT 79 void inventoryPages(
StarState &state)
const;
112 bool updatePageSpans(std::vector<STOFFPageSpan> &pageSpan,
int &numPages);
117 static bool readSWImageMap(
StarZone &zone);
120 bool readSWContent(
StarZone &zone, std::shared_ptr<StarObjectTextInternal::Content> &content);
136 bool readSWGraphNode(
StarZone &zone, std::shared_ptr<StarObjectTextInternal::GraphZone> &graphZone);
138 bool readSWJobSetUp(
StarZone &zone);
140 bool readSWOLENode(
StarZone &zone, std::shared_ptr<StarObjectTextInternal::OLEZone> &ole);
142 bool readSWSection(
StarZone &zone, std::shared_ptr<StarObjectTextInternal::SectionZone> §ion);
144 bool readSWTextZone(
StarZone &zone, std::shared_ptr<StarObjectTextInternal::TextZone> &textZone);
virtual ~Zone()
destructor
Definition: StarObjectText.cxx:121
librevenge::RVNGString m_sectionName
the section name
Definition: StarObjectText.hxx:81
class to store an state: ie.
Definition: StarState.hxx:67
std::shared_ptr< STOFFTextListener > STOFFTextListenerPtr
a smart pointer of STOFFTextListener
Definition: libstaroffice_internal.hxx:501
Internal: a OLEZone of StarObjectTextInteral.
Definition: StarObjectText.cxx:218
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:489
std::shared_ptr< StarObjectTextInternal::State > m_textState
the state
Definition: StarObjectText.hxx:150
Internal: a sectionZone of StarObjectTextInteral.
Definition: StarObjectText.cxx:282
Internal: a basic sone of StarObjectTextInternal.
Definition: StarObjectText.hxx:51
Internal: a set of zone.
Definition: StarObjectText.hxx:67
std::vector< std::shared_ptr< Zone > > m_zoneList
the list of text zone
Definition: StarObjectText.hxx:83
Internal: the state of a StarObjectText.
Definition: StarObjectText.cxx:709
Internal: the structures of a StarObjectText.
Definition: StarObjectText.cxx:74
Internal: a textZone of StarObjectTextInteral.
Definition: StarObjectText.cxx:330
virtual bool send(STOFFListenerPtr &listener, StarState &state) const =0
try to send the data to a listener
Content()
constructor
Definition: StarObjectText.hxx:69
Zone()
constructor
Definition: StarObjectText.hxx:53
Internal: a graphZone of StarObjectTextInteral.
Definition: StarObjectText.cxx:174
std::shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:491
the main class to read a StarOffice sdw file
Definition: StarObjectText.hxx:100
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56
virtual void inventoryPage(StarState &) const
try to inventory the different pages
Definition: StarObjectText.hxx:61