Searched refs:xHandoutPage (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 544 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 …]
|
H A D | ximpstyl.cxx | 1607 …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()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 1023 …Reference< com::sun::star::beans::XPropertySet > xHandoutPage( rHandoutPage.getUnoPage(), UNO_QUER… in Print() local 1080 if( xHandoutPage.is() ) try in Print() 1082 … xHandoutPage->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()
|
Completed in 53 milliseconds