Searched refs:rxPropertySet (Results 1 – 3 of 3) sorted by relevance
| /trunk/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 | 460 … Reference< XPropertySet >& rxPropertySet( aGraphicUserIter->mxPropertySet ); in CompressGraphics() local 461 … rxPropertySet->setPropertyValue( TKGet( TK_FillBitmap ), Any( xFillBitmap ) ); in CompressGraphics() 462 … if ( ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapLogicalSize ) ) >>= bLogicalSize ) in CompressGraphics() 463 … && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeX ) ) >>= aSize.Width ) in CompressGraphics() 464 … && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeY ) ) >>= aSize.Height ) ) in CompressGraphics() 468 … rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapLogicalSize ), Any( sal_True ) ); in CompressGraphics() 469 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeX ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics() 470 …rxPropertySet->setPropertyValue( TKGet( TK_FillBitmapSizeY ), Any( aGraphicUserIter->maLogicalSize… in CompressGraphics() 474 …aphicUserIter->mxPagePropertySet->setPropertyValue( TKGet( TK_Background ), Any( rxPropertySet ) ); in CompressGraphics()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 1129 …UString &rPropertyName, const uno::Reference < beans::XPropertySet > &rxPropertySet, uno::Any& rAn… 1228 …UString &rPropertyName, const uno::Reference < beans::XPropertySet > &rxPropertySet, uno::Any & rA… in GetProperty() argument 1230 rAny = rxPropertySet->getPropertyValue( rPropertyName ); in GetProperty()
|