|
std::shared_ptr< STOFFGraphicParser > | STOFFDocumentInternal::getGraphicParserFromHeader (STOFFInputStreamPtr &input, STOFFHeader *header, char const *passwd) |
| Factory wrapper to construct a parser corresponding to an graphic header. More...
|
|
std::shared_ptr< STOFFGraphicParser > | STOFFDocumentInternal::getPresentationParserFromHeader (STOFFInputStreamPtr &input, STOFFHeader *header, char const *passwd) |
| Factory wrapper to construct a parser corresponding to an presentation header. More...
|
|
std::shared_ptr< STOFFTextParser > | STOFFDocumentInternal::getTextParserFromHeader (STOFFInputStreamPtr &input, STOFFHeader *header, char const *passwd) |
| Factory wrapper to construct a parser corresponding to an text header. More...
|
|
std::shared_ptr< STOFFSpreadsheetParser > | STOFFDocumentInternal::getSpreadsheetParserFromHeader (STOFFInputStreamPtr &input, STOFFHeader *header, char const *passwd) |
| Factory wrapper to construct a parser corresponding to an spreadsheet header. More...
|
|
STOFFHeader * | STOFFDocumentInternal::getHeader (STOFFInputStreamPtr &ip, bool strict) |
| return the header corresponding to an input. More...
|
|
bool | STOFFDocumentInternal::checkHeader (STOFFInputStreamPtr &input, STOFFHeader &header, bool strict) |
| Wrapper to check a basic header of a mac file. More...
|
|
libstoff API: implementation of main interface functions