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()831 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aHeaderString ) ) >>= bValue ) && in implExportShape()838 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aFooterString ) ) >>= bValue ) && in implExportShape()845 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aDateTimeString ) ) >>= bValue ) && in implExportShape()852 … ( ( aProperty = xDefaultPagePropertySet->getPropertyValue( aPageNumberString ) ) >>= bValue ) && in implExportShape()[all …]