Home
last modified time | relevance | path

Searched refs:xNotesPage (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx575 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 …]
/trunk/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx298 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()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx265 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()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx460 Reference< XDrawPage > xNotesPage( xPresPage->getNotesPage() ); in exportPage() local
464 nShapeCount = xNotesPage->getCount(); in exportPage()
468 xNotesPage->getByIndex( nShape ) >>= xShape; in exportPage()

Completed in 40 milliseconds