Searched refs:xDefaultPagePropertySet (Results 1 – 1 of 1) sorted by relevance
413 const Reference< XPropertySet > xDefaultPagePropertySet( mxDefaultPage, UNO_QUERY ); in implExportDocument() local419 if(xDefaultPagePropertySet.is()) in implExportDocument()421 xDefaultPagePropertySet->getPropertyValue(B2UCONST("Width")) >>= nDocWidth; in implExportDocument()422 xDefaultPagePropertySet->getPropertyValue(B2UCONST("Height")) >>= nDocHeight; in implExportDocument()816 const Reference< XPropertySet > xDefaultPagePropertySet( mxDefaultPage, UNO_QUERY ); in implExportShape() local817 … Reference< XPropertySetInfo > xPagePropSetInfo( xDefaultPagePropertySet->getPropertySetInfo() ); in implExportShape()1235 const Reference< XPropertySet > xDefaultPagePropertySet( mxDefaultPage, UNO_QUERY ); in IMPL_LINK() local1246 xDefaultPagePropertySet->getPropertyValue( aHeaderText ) >>= aRepresentation; in IMPL_LINK()1252 xDefaultPagePropertySet->getPropertyValue( aFooterText ) >>= aRepresentation; in IMPL_LINK()1258 xDefaultPagePropertySet->getPropertyValue( aDateTimeText ) >>= aRepresentation; in IMPL_LINK()[all …]
Completed in 15 milliseconds