Lines Matching refs:xNotesPage

574 						Reference<XDrawPage> xNotesPage(xPresPage->getNotesPage());  in setSourceDocument()  local
575 if(xNotesPage.is()) in setSourceDocument()
577 Reference<drawing::XShapes> xShapes(xNotesPage, UNO_QUERY); in setSourceDocument()
606 Reference<XDrawPage> xNotesPage(xPresPage->getNotesPage()); in setSourceDocument() local
607 if(xNotesPage.is()) in setSourceDocument()
609 Reference<drawing::XShapes> xShapes(xNotesPage, UNO_QUERY); in setSourceDocument()
1432 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in ImpPrepPageMasterInfos() local
1433 if(xNotesPage.is()) in ImpPrepPageMasterInfos()
1435 pNewInfo = ImpGetOrCreatePageMasterInfo(xNotesPage); in ImpPrepPageMasterInfos()
2052 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportContent() local
2053 if(xNotesPage.is()) in _ExportContent()
2055 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportContent()
2067 exportFormsElement( xNotesPage ); in _ExportContent()
2403 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportAutoStyles() local
2404 if(xNotesPage.is()) in _ExportAutoStyles()
2407 GetFormExport()->examineForms( xNotesPage ); in _ExportAutoStyles()
2409 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportAutoStyles()
2471 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportAutoStyles() local
2472 if(xNotesPage.is()) in _ExportAutoStyles()
2475 GetFormExport()->examineForms( xNotesPage ); in _ExportAutoStyles()
2477 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportAutoStyles()
2602 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportMasterStyles() local
2603 if(xNotesPage.is()) in _ExportMasterStyles()
2605 Reference< drawing::XShapes > xShapes(xNotesPage, UNO_QUERY); in _ExportMasterStyles()
2619 exportFormsElement( xNotesPage ); in _ExportMasterStyles()