Lines Matching refs:TKGet

103 	if ( xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic )  in ImpAddGraphicEntity()
110 xShapePropertySet->getPropertyValue( TKGet( TK_GraphicURL ) ) >>= aUser.maGraphicURL; in ImpAddGraphicEntity()
111 xShapePropertySet->getPropertyValue( TKGet( TK_GraphicStreamURL ) ) >>= aUser.maGraphicStreamURL; in ImpAddGraphicEntity()
112 xShapePropertySet->getPropertyValue( TKGet( TK_GraphicCrop ) ) >>= aGraphicCropLogic; in ImpAddGraphicEntity()
143 if ( rxPropertySet->getPropertyValue( TKGet( TK_FillStyle ) ) >>= eFillStyle ) in ImpAddFillBitmapEntity()
149 if ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmap ) ) >>= xFillBitmap ) in ImpAddFillBitmapEntity()
158 if ( axPropSetInfo->hasPropertyByName( TKGet( TK_FillBitmapMode ) ) ) 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()
194 rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapURL ) ) >>= aUser.maGraphicURL; in ImpAddFillBitmapEntity()
215 xPropertySet->getPropertyValue( TKGet( TK_Width ) ) >>= aLogicalSize.Width; in ImpCollectBackgroundGraphic()
216 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCollectBackgroundGraphic()
219 if ( xPropertySet->getPropertyValue( TKGet( TK_Background ) ) >>= xBackgroundPropSet ) in ImpCollectBackgroundGraphic()
263 if ( xGraphicPropertySet->getPropertyValue( TKGet( TK_Size100thMM ) ) >>= aSize100thMM ) in GetOriginalSize()
268 if ( xGraphicPropertySet->getPropertyValue( TKGet( TK_SizePixel ) ) >>= aSourceSizePixel ) in GetOriginalSize()
380 if ( xShapePropertySet->getPropertyValue( TKGet( TK_FillStyle ) ) >>= eFillStyle ) in ImpCountGraphicObjects()
401 xPropertySet->getPropertyValue( TKGet( TK_Width ) ) >>= aLogicalSize.Width; in ImpCountBackgroundGraphic()
402 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCountBackgroundGraphic()
405 if ( xPropertySet->getPropertyValue( TKGet( TK_Background ) ) >>= xBackgroundPropSet ) in ImpCountBackgroundGraphic()
408 if ( xBackgroundPropSet->getPropertyValue( TKGet( TK_FillStyle ) ) >>= eFillStyle ) in ImpCountBackgroundGraphic()