Home
last modified time | relevance | path

Searched refs:xDefaultPagePropertySet (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/filter/source/svg/
H A Dsvgexport.cxx413 const Reference< XPropertySet > xDefaultPagePropertySet( mxDefaultPage, UNO_QUERY ); in implExportDocument() local
419 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() local
817 … 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 …]