Lines Matching refs:xPresPage
571 Reference<presentation::XPresentationPage> xPresPage; in setSourceDocument() local
572 if((aAny >>= xPresPage) && xPresPage.is()) in setSourceDocument()
574 Reference<XDrawPage> xNotesPage(xPresPage->getNotesPage()); in setSourceDocument()
603 Reference<presentation::XPresentationPage> xPresPage; in setSourceDocument() local
604 if((aAny >>= xPresPage) && xPresPage.is()) in setSourceDocument()
606 Reference<XDrawPage> xNotesPage(xPresPage->getNotesPage()); in setSourceDocument()
1429 Reference< presentation::XPresentationPage > xPresPage(xMasterPage, UNO_QUERY); in ImpPrepPageMasterInfos() local
1430 if(xPresPage.is()) in ImpPrepPageMasterInfos()
1432 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in ImpPrepPageMasterInfos()
1542 Reference< presentation::XPresentationPage > xPresPage(xDrawPage, UNO_QUERY); in ImpPrepDrawPageInfos() local
1543 if(xPresPage.is()) in ImpPrepDrawPageInfos()
1545 … maDrawNotesPagesStyleNames[nCnt] = ImpCreatePresPageStyleName( xPresPage->getNotesPage(), false ); in ImpPrepDrawPageInfos()
1548 …maDrawNotesPagesHeaderFooterSettings[nCnt] = ImpPrepDrawPageHeaderFooterDecls( xPresPage->getNotes… in ImpPrepDrawPageInfos()
2049 Reference< presentation::XPresentationPage > xPresPage(xDrawPage, UNO_QUERY); in _ExportContent() local
2050 if(xPresPage.is()) in _ExportContent()
2052 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportContent()
2400 Reference< presentation::XPresentationPage > xPresPage(xMasterPage, UNO_QUERY); in _ExportAutoStyles() local
2401 if(xPresPage.is()) in _ExportAutoStyles()
2403 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportAutoStyles()
2468 Reference< presentation::XPresentationPage > xPresPage(xDrawPage, UNO_QUERY); in _ExportAutoStyles() local
2469 if(xPresPage.is()) in _ExportAutoStyles()
2471 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportAutoStyles()
2599 Reference< presentation::XPresentationPage > xPresPage(xMasterPage, UNO_QUERY); in _ExportMasterStyles() local
2600 if(xPresPage.is()) in _ExportMasterStyles()
2602 Reference< XDrawPage > xNotesPage(xPresPage->getNotesPage()); in _ExportMasterStyles()