|
LibreOffice Module writerfilter (master) 1
|
#include <OOXMLDocument.hxx>
Public Types | |
| enum | StreamType_t { UNKNOWN , DOCUMENT , STYLES , WEBSETTINGS , FONTTABLE , NUMBERING , FOOTNOTES , ENDNOTES , COMMENTS , COMMENTS_EXTENDED , THEME , CUSTOMXML , CUSTOMXMLPROPS , GLOSSARY , CHARTS , EMBEDDINGS , SETTINGS , VBAPROJECT , FOOTER , HEADER , VBADATA } |
| typedef tools::SvRef< OOXMLStream > | Pointer_t |
Public Member Functions | |
| virtual css::uno::Reference< css::xml::sax::XFastParser > | getFastParser ()=0 |
| Returns fast parser for this stream. More... | |
| virtual css::uno::Reference< css::io::XInputStream > | getDocumentStream ()=0 |
| virtual css::uno::Reference< css::uno::XComponentContext > | getContext ()=0 |
| Returns component context for this stream. More... | |
| virtual OUString | getTargetForId (const OUString &rId)=0 |
| Returns target URL from relationships for a given id. More... | |
| virtual const OUString & | getTarget () const =0 |
| virtual css::uno::Reference< css::xml::sax::XFastTokenHandler > | getFastTokenHandler ()=0 |
Public Member Functions inherited from SvRefBase | |
| SvRefBase () | |
| SvRefBase (const SvRefBase &) | |
| SvRefBase & | operator= (const SvRefBase &) |
| void | RestoreNoDelete () |
| void | AddNextRef () |
| void | AddFirstRef () |
| void | ReleaseRef () |
| unsigned int | GetRefCount () const |
Additional Inherited Members | |
Protected Member Functions inherited from SvRefBase | |
| virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 73 of file OOXMLDocument.hxx.
Definition at line 78 of file OOXMLDocument.hxx.
Definition at line 76 of file OOXMLDocument.hxx.
|
pure virtual |
Returns component context for this stream.
Implemented in writerfilter::ooxml::OOXMLStreamImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLStreamImpl.
|
pure virtual |
Returns fast parser for this stream.
Implemented in writerfilter::ooxml::OOXMLStreamImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLStreamImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLStreamImpl.
|
pure virtual |
Returns target URL from relationships for a given id.
| rId | the id to look for |
Implemented in writerfilter::ooxml::OOXMLStreamImpl.