Searched refs:xGraphicPropertySet (Results 1 – 3 of 3) sorted by relevance
273 Reference< XPropertySet > xGraphicPropertySet( xGraphic, UNO_QUERY_THROW ); in ImpCompressGraphic() local274 if ( xGraphicPropertySet->getPropertyValue( TKGet( TK_MimeType ) ) >>= aSourceMimeType ) in ImpCompressGraphic()286 if ( ( xGraphicPropertySet->getPropertyValue( TKGet( TK_SizePixel ) ) >>= aSourceSizePixel ) && in ImpCompressGraphic()287 ( xGraphicPropertySet->getPropertyValue( TKGet( TK_Transparent ) ) >>= bTransparent ) && in ImpCompressGraphic()288 ( xGraphicPropertySet->getPropertyValue( TKGet( TK_Alpha ) ) >>= bAlpha ) && in ImpCompressGraphic()289 ( xGraphicPropertySet->getPropertyValue( TKGet( TK_Animated ) ) >>= bAnimated ) ) in ImpCompressGraphic()
262 Reference< XPropertySet > xGraphicPropertySet( rxGraphic, UNO_QUERY_THROW ); in GetOriginalSize() local263 if ( xGraphicPropertySet->getPropertyValue( TKGet( TK_Size100thMM ) ) >>= aSize100thMM ) in GetOriginalSize()268 if ( xGraphicPropertySet->getPropertyValue( TKGet( TK_SizePixel ) ) >>= aSourceSizePixel ) in GetOriginalSize()
91 Reference< beans::XPropertySet > xGraphicPropertySet( rxGraphic, UNO_QUERY_THROW ); in lclGetOriginalSize() local92 if( xGraphicPropertySet->getPropertyValue( CREATE_OUSTRING( "Size100thMM" ) ) >>= aSizeHmm ) in lclGetOriginalSize()97 … if( xGraphicPropertySet->getPropertyValue( CREATE_OUSTRING( "SizePixel" ) ) >>= aSourceSizePixel ) in lclGetOriginalSize()
Completed in 18 milliseconds