Lines Matching refs:xPage

744 …wPage > SAL_CALL SdXImpressDocument::duplicate( const uno::Reference< drawing::XDrawPage >& xPage )  in duplicate()  argument
753 SvxDrawPage* pSvxPage = SvxDrawPage::getImplementation( xPage ); in duplicate()
870 uno::Reference< drawing::XDrawPage > xPage; in getHandoutMasterPage() local
877 xPage = uno::Reference< drawing::XDrawPage >::query( pPage->getUnoPage() ); in getHandoutMasterPage()
879 return xPage; in getHandoutMasterPage()
1596 void ImplPDFExportComments( uno::Reference< drawing::XDrawPage > xPage, vcl::PDFExtOutDevData& rPDF… in ImplPDFExportComments() argument
1600 uno::Reference< office::XAnnotationAccess > xAnnotationAccess( xPage, uno::UNO_QUERY_THROW ); in ImplPDFExportComments()
1967 …uno::Reference< drawing::XDrawPage > xPage( uno::Reference< drawing::XDrawPage >::query( pPage->ge… in render() local
1968 if ( xPage.is() ) in render()
1971 ImplPDFExportComments( xPage, *pPDFExtOutDevData ); in render()
1972 uno::Reference< beans::XPropertySet > xPagePropSet( xPage, uno::UNO_QUERY ); in render()
1982 uno::Reference< drawing::XMasterPageTarget > xMasterPageTarget( xPage, uno::UNO_QUERY ); in render()
2002 uno::Reference< drawing::XShapes> xShapes( xPage, uno::UNO_QUERY ); in render()
2499 void SAL_CALL SdDrawPagesAccess::remove( const uno::Reference< drawing::XDrawPage >& xPage ) in remove() argument
2513 SdDrawPage* pSvxPage = SdDrawPage::getImplementation( xPage ); in remove()
2769 void SAL_CALL SdMasterPagesAccess::remove( const uno::Reference< drawing::XDrawPage >& xPage ) in remove() argument
2779 SdMasterPage* pSdPage = SdMasterPage::getImplementation( xPage ); in remove()