Home
last modified time | relevance | path

Searched refs:xHandoutPage (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1023 …Reference< com::sun::star::beans::XPropertySet > xHandoutPage( rHandoutPage.getUnoPage(), UNO_QUER… in Print() local
1080 if( xHandoutPage.is() ) try in Print()
1082xHandoutPage->setPropertyValue( sPageNumber, Any( static_cast<sal_Int16>(mnHandoutPageIndex) ) ); in Print()
1105 if( xHandoutPage.is() ) try in Print()
1107 xHandoutPage->setPropertyValue( sPageNumber, Any( static_cast<sal_Int16>(0) ) ); in Print()
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx1607 …uno::Reference< drawing::XShapes > xHandoutPage( xHandoutSupp->getHandoutMasterPage(), uno::UNO_QU… in CreateChildContext() local
1608 if(xHandoutPage.is() && GetSdImport().GetShapeImport()->GetStylesContext()) in CreateChildContext()
1611 nPrefix, rLocalName, xAttrList, xHandoutPage); in CreateChildContext()
H A Dsdxmlexp.cxx544 Reference<XDrawPage> xHandoutPage(xHandoutSupp->getHandoutMasterPage()); in setSourceDocument() local
545 if(xHandoutPage.is()) in setSourceDocument()
547 Reference<drawing::XShapes> xShapes(xHandoutPage, UNO_QUERY); in setSourceDocument()
843 Reference< XDrawPage > xHandoutPage( xHandoutSupp->getHandoutMasterPage() ); in ImpPrepAutoLayoutInfos() local
844 if( xHandoutPage.is() ) in ImpPrepAutoLayoutInfos()
846 if(ImpPrepAutoLayoutInfo(xHandoutPage, aStr)) in ImpPrepAutoLayoutInfos()
1826 if( xHandoutPage.is() ) in ImpPrepMasterPageInfos()
2362 if( xHandoutPage.is() ) in _ExportAutoStyles()
2364 Reference< drawing::XShapes > xShapes(xHandoutPage, UNO_QUERY); in _ExportAutoStyles()
2520 if( xHandoutPage.is() ) in _ExportMasterStyles()
[all …]

Completed in 54 milliseconds