38 #ifndef STAR_FILE_MANAGER 39 # define STAR_FILE_MANAGER 71 static bool readImageDocument(
STOFFInputStreamPtr input, librevenge::RVNGBinaryData &data, std::string
const &fileName);
76 static bool readEmbeddedPicture(
STOFFInputStreamPtr input, librevenge::RVNGBinaryData &data, std::string &dataType, std::string
const &fileName,
StarObject &doc);
86 static bool readJobSetUp(
StarZone &zone,
bool usePrinterLen);
88 static bool readFont(
StarZone &zone);
90 static bool readSVGDI(
StarZone &zone);
99 shared_ptr<StarFileManagerInternal::State>
m_state;
shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:482
Definition: STOFFDebug.hxx:198
Internal: the structures of a StarFileManager.
Definition: StarFileManager.cxx:52
shared_ptr< StarFileManagerInternal::State > m_state
the state
Definition: StarFileManager.hxx:99
the main class to read/.
Definition: StarFileManager.hxx:60
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56