Searched refs:rxPropertySet (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sdext/source/minimizer/ |
| H A D | graphiccollector.cxx | 137 …nce< XComponentContext >& rxContext, const Reference< XPropertySet >& rxPropertySet, const awt::Si… in ImpAddFillBitmapEntity() argument 143 if ( rxPropertySet->getPropertyValue( TKGet( TK_FillStyle ) ) >>= eFillStyle ) in ImpAddFillBitmapEntity() 149 if ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmap ) ) >>= xFillBitmap ) in ImpAddFillBitmapEntity() 155 … Reference< XPropertySetInfo > axPropSetInfo( rxPropertySet->getPropertySetInfo() ); in ImpAddFillBitmapEntity() 161 … if ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapMode ) ) >>= eBitmapMode ) in ImpAddFillBitmapEntity() 167 … if ( ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapLogicalSize ) ) >>= bLogicalSize ) in ImpAddFillBitmapEntity() 168 … && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeX ) ) >>= aSize.Width ) in ImpAddFillBitmapEntity() 169 … && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeY ) ) >>= aSize.Height ) ) in ImpAddFillBitmapEntity() 193 aUser.mxPropertySet = rxPropertySet; in ImpAddFillBitmapEntity() 194 … rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapURL ) ) >>= aUser.maGraphicURL; in ImpAddFillBitmapEntity()
|
| H A D | impoptimizer.cxx | 462 … Reference< XPropertySet >& rxPropertySet( aGraphicUserIter->mxPropertySet ); in CompressGraphics() local 463 … rxPropertySet->setPropertyValue( TKGet( TK_FillBitmap ), Any( xFillBitmap ) ); in CompressGraphics() 464 … if ( ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapLogicalSize ) ) >>= bLogicalSize ) in CompressGraphics() 465 … && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeX ) ) >>= aSize.Width ) in CompressGraphics() 466 … && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeY ) ) >>= aSize.Height ) ) in CompressGraphics() 470 … rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapLogicalSize ), Any( sal_True ) ); in CompressGraphics() 471 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeX ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics() 472 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeY ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics() 476 …aphicUserIter->mxPagePropertySet->setPropertyValue( TKGet( TK_Background ), Any( rxPropertySet ) ); in CompressGraphics()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 1161 …UString &rPropertyName, const uno::Reference < beans::XPropertySet > &rxPropertySet, uno::Any& rAn… 1260 …UString &rPropertyName, const uno::Reference < beans::XPropertySet > &rxPropertySet, uno::Any & rA… in GetProperty() argument 1262 rAny = rxPropertySet->getPropertyValue( rPropertyName ); in GetProperty()
|