Searched refs:xNotesPage (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 575 if(xNotesPage.is()) in setSourceDocument() 607 if(xNotesPage.is()) in setSourceDocument() 1433 if(xNotesPage.is()) in ImpPrepPageMasterInfos() 2053 if(xNotesPage.is()) in _ExportContent() 2067 exportFormsElement( xNotesPage ); in _ExportContent() 2404 if(xNotesPage.is()) in _ExportAutoStyles() 2407 GetFormExport()->examineForms( xNotesPage ); in _ExportAutoStyles() 2472 if(xNotesPage.is()) in _ExportAutoStyles() 2475 GetFormExport()->examineForms( xNotesPage ); in _ExportAutoStyles() 2603 if(xNotesPage.is()) in _ExportMasterStyles() [all …]
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | graphiccollector.cxx | 298 Reference< XDrawPage > xNotesPage( xPresentationPage->getNotesPage() ); in CollectGraphics() local 299 ImpCollectBackgroundGraphic( rxContext, xNotesPage, rGraphicSettings, rGraphicList ); in CollectGraphics() 300 Reference< XShapes > xNotesShapes( xNotesPage, UNO_QUERY_THROW ); in CollectGraphics() 438 Reference< XDrawPage > xNotesPage( xPresentationPage->getNotesPage() ); in CountGraphics() local 439 ImpCountBackgroundGraphic( rxContext, xNotesPage, rGraphicSettings, rnGraphics ); in CountGraphics() 440 Reference< XShapes > xNotesShapes( xNotesPage, UNO_QUERY_THROW ); in CountGraphics()
|
/aoo41x/main/oox/source/ppt/ |
H A D | presentationfragmenthandler.cxx | 265 Reference< XDrawPage > xNotesPage( xPresentationPage->getNotesPage() ); in endDocument() local 266 if ( xNotesPage.is() ) in endDocument() 268 … SlidePersistPtr pNotesPersistPtr( new SlidePersist( rFilter, sal_False, sal_True, xNotesPage, in endDocument() 273 …Ptr pNotesMasterPersistPtr( new SlidePersist( rFilter, sal_True/*sal_False*/, sal_True, xNotesPage, in endDocument()
|
/aoo41x/main/filter/source/placeware/ |
H A D | exporter.cxx | 460 Reference< XDrawPage > xNotesPage( xPresPage->getNotesPage() ); in exportPage() local 464 nShapeCount = xNotesPage->getCount(); in exportPage() 468 xNotesPage->getByIndex( nShape ) >>= xShape; in exportPage()
|
Completed in 102 milliseconds