|
LibreOffice Module oox (master) 1
|
#include <presentationfragmenthandler.hxx>
Public Member Functions | |
| PresentationFragmentHandler (::oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath) | |
| virtual | ~PresentationFragmentHandler () noexcept override |
| virtual void | finalizeImport () override |
| virtual ::oox::core::ContextHandlerRef | onCreateContext (sal_Int32 aElementToken, const AttributeList &rAttribs) override |
Public Member Functions inherited from oox::core::FragmentHandler2 | |
| FragmentHandler2 (XmlFilterBase &rFilter, const OUString &rFragmentPath, bool bEnableTrimSpace=true) | |
| virtual | ~FragmentHandler2 () override |
| FragmentHandler2 (FragmentHandler2 const &)=default | |
| FragmentHandler2 (FragmentHandler2 &&)=default | |
| FragmentHandler2 & | operator= (FragmentHandler2 const &)=delete |
| FragmentHandler2 & | operator= (FragmentHandler2 &&)=delete |
| virtual void SAL_CALL | acquire () noexcept override |
| virtual void SAL_CALL | release () noexcept override |
| virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) final override |
| virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) final override |
| virtual void SAL_CALL | characters (const OUString &rChars) final override |
| virtual void SAL_CALL | endFastElement (sal_Int32 nElement) final override |
| virtual void SAL_CALL | startDocument () override |
| virtual void SAL_CALL | endDocument () override |
| virtual ContextHandlerRef | createRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
| virtual void | startRecord (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
| virtual void | endRecord (sal_Int32 nRecId) override |
| virtual ContextHandlerRef | onCreateContext (sal_Int32 nElement, const AttributeList &rAttribs) override |
| virtual void | onStartElement (const AttributeList &rAttribs) override |
| virtual void | onCharacters (const OUString &rChars) override |
| virtual void | onEndElement () override |
| virtual ContextHandlerRef | onCreateRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override |
| virtual void | onStartRecord (SequenceInputStream &rStrm) override |
| virtual void | onEndRecord () override |
| virtual void | initializeImport () |
| virtual void | finalizeImport () |
Public Member Functions inherited from oox::core::FragmentHandler | |
| FragmentHandler (XmlFilterBase &rFilter, const OUString &rFragmentPath) | |
| virtual | ~FragmentHandler () override |
| FragmentHandler (FragmentHandler const &)=default | |
| FragmentHandler (FragmentHandler &&)=default | |
| FragmentHandler & | operator= (FragmentHandler const &)=delete |
| FragmentHandler & | operator= (FragmentHandler &&)=delete |
| css::uno::Reference< css::xml::sax::XFastContextHandler > | getFastContextHandler () |
| Returns the com.sun.star.xml.sax.XFastContextHandler interface of this context. More... | |
| virtual void SAL_CALL | startDocument () override |
| virtual void SAL_CALL | endDocument () override |
| virtual void SAL_CALL | processingInstruction (const OUString &rTarget, const OUString &rData) override |
| virtual void SAL_CALL | setDocumentLocator (const css::uno::Reference< css::xml::sax::XLocator > &rxLocator) override |
| virtual void SAL_CALL | startFastElement (::sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
| virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
| virtual void SAL_CALL | endFastElement (::sal_Int32 Element) override |
| virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
| virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (::sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
| virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
| virtual void SAL_CALL | characters (const OUString &aChars) override |
| virtual css::uno::Reference< css::io::XInputStream > | openFragmentStream () const |
| Opens the fragment stream referred by the own fragment path. More... | |
| virtual const RecordInfo * | getRecordInfos () const |
Private Member Functions | |
| void | importSlide (const ::oox::core::FragmentHandlerRef &rSlideFragmentHandler, const oox::ppt::SlidePersistPtr &rPersist) |
| void | importSlide (sal_uInt32 nSlide, bool bFirstSlide, bool bImportNotes) |
| void | saveThemeToGrabBag (const oox::drawingml::ThemePtr &pThemePtr, sal_Int32 nThemeIdx) |
| void | importCustomSlideShow (std::vector< CustomShow > &rCustomShowList) |
Static Private Member Functions | |
| static void | importSlideNames (::oox::core::XmlFilterBase &rFilter, const std::vector< SlidePersistPtr > &rSlidePersist) |
Private Attributes | |
| std::vector< OUString > | maSlideMasterVector |
| std::vector< OUString > | maSlidesVector |
| std::vector< OUString > | maNotesMasterVector |
| ::oox::drawingml::TextListStylePtr | mpTextListStyle |
| css::awt::Size | maSlideSize |
| css::awt::Size | maNotesSize |
| std::vector< CustomShow > | maCustomShowList |
| CommentAuthorList | maAuthorList |
| bool | mbCommentAuthorsRead |
Additional Inherited Members | |
Protected Member Functions inherited from oox::core::FragmentHandler | |
| FragmentHandler (XmlFilterBase &rFilter, const OUString &rFragmentPath, RelationsRef xRelations) | |
Definition at line 41 of file presentationfragmenthandler.hxx.
| oox::ppt::PresentationFragmentHandler::PresentationFragmentHandler | ( | ::oox::core::XmlFilterBase & | rFilter, |
| const OUString & | rFragmentPath | ||
| ) |
Definition at line 109 of file presentationfragmenthandler.cxx.
References make_shared(), and mpTextListStyle.
|
overridevirtualnoexcept |
Definition at line 123 of file presentationfragmenthandler.cxx.
|
overridevirtual |
Reimplemented from oox::core::FragmentHandler2.
Definition at line 524 of file presentationfragmenthandler.cxx.
References CREATE_MSOFFICE_RELATION_TYPE, getComponentContext(), oox::ppt::PowerPointImport::getDrawPages(), oox::core::FilterBase::getFilterData(), comphelper::SequenceAsHashMap::getUnpackedValueOrDefault(), importCustomSlideShow(), importSlide(), importSlideNames(), maCustomShowList, maSlidesVector, StringRangeEnumerator::size(), and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 175 of file presentationfragmenthandler.cxx.
References Any, oox::core::FilterBase::getModel(), namespaces::i, o3tl::toInt32(), u, and xModel.
Referenced by finalizeImport().
|
private |
Referenced by finalizeImport(), and importSlide().
|
private |
Definition at line 285 of file presentationfragmenthandler.cxx.
References oox::drawingml::convertEmuToHmm(), oox::ppt::Comment::get_text(), oox::ppt::Comment::getAuthor(), oox::ppt::SlideFragmentHandler::getCharVector(), oox::ppt::Comment::getDateTime(), oox::ppt::PowerPointImport::getDrawPages(), oox::ppt::Comment::getIntX(), oox::ppt::Comment::getIntY(), oox::ppt::PowerPointImport::getMasterPages(), oox::core::FilterBase::getModel(), oox::ppt::PowerPointImport::getNotesPages(), oox::ppt::PowerPointImport::getThemes(), namespaces::i, oox::core::XmlFilterBase::importFragment(), oox::core::XmlFilterBase::importRelations(), importSlide(), maAuthorList, maSlidesVector, oox::ppt::Master, mbCommentAuthorsRead, mpTextListStyle, nIndex, saveThemeToGrabBag(), oox::ppt::PowerPointImport::setActualSlidePersist(), oox::ppt::CommentAuthorList::setValues(), oox::ppt::Slide, TOOLS_WARN_EXCEPTION, u, and xModel.
|
staticprivate |
Definition at line 127 of file presentationfragmenthandler.cxx.
References o3tl::ends_with(), namespaces::i, nCount, o3tl::starts_with(), o3tl::toInt32(), and u.
Referenced by finalizeImport().
|
overridevirtual |
Reimplemented from oox::core::FragmentHandler2.
Definition at line 590 of file presentationfragmenthandler.cxx.
References createInstance(), oox::AttributeList::getFastAttributeList(), oox::AttributeList::getInteger(), oox::drawingml::GetSize2D(), oox::AttributeList::getStringDefaulted(), maCustomShowList, comphelper::makePropertyValue(), maNotesMasterVector, maNotesSize, maSlideMasterVector, maSlideSize, maSlidesVector, mpTextListStyle, and sHash.
|
private |
Definition at line 218 of file presentationfragmenthandler.cxx.
References oox::drawingml::Count, oox::drawingml::dk2, comphelper::SequenceAsHashMap::getAsConstPropertyValueList(), oox::drawingml::getPredefinedClrNames(), comphelper::makePropertyValue(), nId, nToken, SAL_WARN, sName, u, and comphelper::SequenceAsHashMap::update().
Referenced by importSlide().
|
private |
Definition at line 67 of file presentationfragmenthandler.hxx.
Referenced by importSlide().
|
private |
Definition at line 65 of file presentationfragmenthandler.hxx.
Referenced by finalizeImport(), and onCreateContext().
|
private |
Definition at line 59 of file presentationfragmenthandler.hxx.
Referenced by onCreateContext().
|
private |
Definition at line 63 of file presentationfragmenthandler.hxx.
Referenced by onCreateContext().
|
private |
Definition at line 57 of file presentationfragmenthandler.hxx.
Referenced by onCreateContext().
|
private |
Definition at line 62 of file presentationfragmenthandler.hxx.
Referenced by onCreateContext().
|
private |
Definition at line 58 of file presentationfragmenthandler.hxx.
Referenced by finalizeImport(), importSlide(), and onCreateContext().
|
private |
Definition at line 68 of file presentationfragmenthandler.hxx.
Referenced by importSlide().
|
private |
Definition at line 60 of file presentationfragmenthandler.hxx.
Referenced by importSlide(), onCreateContext(), and PresentationFragmentHandler().