LibreOffice Module writerfilter (master) 1
|
#include <OOXMLDocument.hxx>
Public Types | |
typedef tools::SvRef< OOXMLDocument > | Pointer_t |
Pointer to this stream. More... | |
![]() | |
typedef tools::SvRef< Reference< Stream > > | Pointer_t |
Pointer to reference. More... | |
Public Member Functions | |
virtual void | resolve (Stream &rStream) override=0 |
Resolves this document to a stream handler. More... | |
virtual void | resolveFootnote (Stream &rStream, Id aNoteType, const sal_Int32 nNoteId)=0 |
Resolves a footnote to a stream handler. More... | |
virtual void | resolveEndnote (Stream &rStream, Id aNoteType, const sal_Int32 NoteId)=0 |
Resolves an endnote to a stream handler. More... | |
virtual void | resolveComment (Stream &rStream, const sal_Int32 nCommentId)=0 |
Resolves a comment to a stream handler. More... | |
virtual void | resolvePicture (Stream &rStream, const OUString &rPictureId)=0 |
Resolves a picture to a stream handler. More... | |
virtual void | resolveHeader (Stream &rStream, const sal_Int32 type, const OUString &rId)=0 |
Resolves a header to a stream handler. More... | |
virtual void | resolveFooter (Stream &rStream, const sal_Int32 type, const OUString &rId)=0 |
Resolves a footer to a stream handler. More... | |
virtual OUString | getTargetForId (const OUString &rId)=0 |
Returns target URL from relationships for a given id. More... | |
virtual void | setModel (css::uno::Reference< css::frame::XModel > xModel)=0 |
virtual css::uno::Reference< css::frame::XModel > | getModel ()=0 |
virtual void | setDrawPage (css::uno::Reference< css::drawing::XDrawPage > xDrawPage)=0 |
virtual css::uno::Reference< css::drawing::XDrawPage > | getDrawPage ()=0 |
virtual css::uno::Reference< css::io::XInputStream > | getInputStreamForId (const OUString &rId)=0 |
virtual void | setXNoteId (const sal_Int32 nId)=0 |
virtual sal_Int32 | getXNoteId () const =0 |
virtual const OUString & | getTarget () const =0 |
virtual rtl::Reference< oox::shape::ShapeContextHandler > | getShapeContext ()=0 |
virtual void | setShapeContext (rtl::Reference< oox::shape::ShapeContextHandler > xContext)=0 |
virtual const oox::drawingml::ThemePtr & | getTheme () const =0 |
virtual void | pushShapeContext ()=0 |
Push context of drawingML shapes, so nested shapes are handled separately. More... | |
virtual void | popShapeContext ()=0 |
Pop context of a previously pushed drawingML shape. More... | |
virtual css::uno::Reference< css::xml::dom::XDocument > | getThemeDom ()=0 |
virtual css::uno::Reference< css::xml::dom::XDocument > | getGlossaryDocDom ()=0 |
virtual css::uno::Sequence< css::uno::Sequence< css::beans::NamedValue > > | getGlossaryDomList ()=0 |
virtual css::uno::Sequence< css::uno::Reference< css::xml::dom::XDocument > > | getCustomXmlDomList ()=0 |
virtual css::uno::Sequence< css::uno::Reference< css::xml::dom::XDocument > > | getCustomXmlDomPropsList ()=0 |
virtual css::uno::Sequence< css::beans::PropertyValue > | getEmbeddingsList ()=0 |
![]() | |
virtual void | resolve (Stream &rHandler)=0 |
Resolves the reference. More... | |
Reference ()=default | |
Reference (Reference const &)=default | |
Reference (Reference &&)=default | |
Reference & | operator= (Reference const &)=default |
Reference & | operator= (Reference &&)=default |
![]() | |
SvRefBase () | |
SvRefBase (const SvRefBase &) | |
SvRefBase & | operator= (const SvRefBase &) |
void | RestoreNoDelete () |
void | AddNextRef () |
void | AddFirstRef () |
void | ReleaseRef () |
unsigned int | GetRefCount () const |
Additional Inherited Members | |
![]() | |
~Reference () override | |
![]() | |
virtual | ~SvRefBase () COVERITY_NOEXCEPT_FALSE |
Definition at line 108 of file OOXMLDocument.hxx.
Pointer to this stream.
Definition at line 114 of file OOXMLDocument.hxx.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
Referenced by writerfilter::dmapper::SdtHelper::loadPropertiesXMLs().
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
Referenced by writerfilter::dmapper::SdtHelper::loadPropertiesXMLs().
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
Referenced by writerfilter::ooxml::OOXMLFastContextHandler::resolveData().
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Returns target URL from relationships for a given id.
rId | the id to look for |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
Referenced by writerfilter::dmapper::DomainMapper_Impl::getThemeHandler().
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Pop context of a previously pushed drawingML shape.
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Push context of drawingML shapes, so nested shapes are handled separately.
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
overridepure virtual |
Resolves this document to a stream handler.
rStream | stream handler to resolve this document to |
Implements writerfilter::Reference< Stream >.
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Resolves a comment to a stream handler.
rStream | stream handler to resolve to |
rComment | id of the comment to resolve |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Resolves an endnote to a stream handler.
An endnote is resolved if either the note type or note id matches.
rStream | stream handler to resolve to |
rNoteType | type of footnote to resolve |
rNoteId | id of the endnote to resolve |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Resolves a footer to a stream handler.
rStream | stream handler to resolve to |
type | type of footer to resolve: NS_ooxml::LN_Value_ST_HrdFtr_even header on even page NS_ooxml::LN_Value_ST_HrdFtr_default header on right page NS_ooxml::LN_Value_ST_HrdFtr_first header on first page |
rId | id of the header |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Resolves a footnote to a stream handler.
A footnote is resolved if either the note type or note id matches.
rStream | stream handler to resolve to |
rNoteType | type of footnote to resolve |
rNoteId | id of the footnote to resolve |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Resolves a header to a stream handler.
rStream | stream handler to resolve to |
type | type of header to resolve: NS_ooxml::LN_Value_ST_HrdFtr_even header on even page NS_ooxml::LN_Value_ST_HrdFtr_default header on right page NS_ooxml::LN_Value_ST_HrdFtr_first header on first page |
rId | id of the header |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Resolves a picture to a stream handler.
rStream | stream handler to resolve to |
rPictureId | id of the picture to resolve |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.
|
pure virtual |
Implemented in writerfilter::ooxml::OOXMLDocumentImpl.