Lines Matching refs:TKGet

195 						xPropSet->getPropertyValue( TKGet( TK_IsInternal ) ) >>= bIsInternal;  in ImpConvertOLE()
201 if ( xPropSet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic ) in ImpConvertOLE()
210 xPropSet2->setPropertyValue( TKGet( TK_Graphic ), Any( xGraphic ) ); in ImpConvertOLE()
212 xPropSet2->setPropertyValue( TKGet( TK_ZOrder ), Any( j ) ); in ImpConvertOLE()
232 aFilterData[ 0 ].Name = TKGet( TK_ImageResolution ); in ImpCompressGraphic()
234 …aFilterData[ 1 ].Name = TKGet( TK_ColorMode ); // todo: jpeg color mode (0->true color, 1->greysc… in ImpCompressGraphic()
236 aFilterData[ 2 ].Name = TKGet( TK_Quality ); // quality that is used if we export to jpeg in ImpCompressGraphic()
238 aFilterData[ 3 ].Name = TKGet( TK_Compression ); // compression that is used if we export to png in ImpCompressGraphic()
240 aFilterData[ 4 ].Name = TKGet( TK_Interlaced ); // interlaced is turned off if we export to png in ImpCompressGraphic()
242 aFilterData[ 5 ].Name = TKGet( TK_LogicalSize ); in ImpCompressGraphic()
244 aFilterData[ 6 ].Name = TKGet( TK_RemoveCropArea ); in ImpCompressGraphic()
246 aFilterData[ 7 ].Name = TKGet( TK_GraphicCropLogic ); in ImpCompressGraphic()
250 …aArgs[ 0 ].Name = TKGet( TK_MimeType ); // the GraphicProvider is using "MimeType", the Graphic… in ImpCompressGraphic()
252 aArgs[ 1 ].Name = TKGet( TK_OutputStream ); in ImpCompressGraphic()
254 aArgs[ 2 ].Name = TKGet( TK_FilterData ); in ImpCompressGraphic()
274 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()
358 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
377 aArgs[ 0 ].Name = TKGet( TK_InputStream ); in ImpCompressGraphic()
413 …if ( aGraphicIter->maUser[ 0 ].mxPropertySet->getPropertyValue( TKGet( TK_FillBitmap ) ) >>= xFill… in CompressGraphics()
419 xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic; in CompressGraphics()
436 xShapePropertySet->setPropertyValue( TKGet( TK_GraphicURL ), Any( sEmptyGraphicURL ) ); in CompressGraphics()
437 xShapePropertySet->setPropertyValue( TKGet( TK_Graphic ), Any( xNewGraphic ) ); in CompressGraphics()
451 xShapePropertySet->setPropertyValue( TKGet( TK_GraphicCrop ), Any( aGraphicCropLogic ) ); in CompressGraphics()
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 …aGraphicUserIter->mxPagePropertySet->setPropertyValue( TKGet( TK_Background ), Any( rxPropertySet … in CompressGraphics()
629 switch( TKGet( rArguments[ i ].Name ) ) in Optimize()
640 switch( TKGet( aSettings[ j ].Name ) ) in Optimize()
688 aArguments[ nLength ].Name = TKGet( TK_FilterName ); in Optimize()
702 xSelf = xFrame->findFrame( TKGet( TK__blank ), FrameSearchFlag::CREATE ); in Optimize()
706 aLoadProps[ 0 ].Name = TKGet( TK_Hidden ); in Optimize()
709 maSaveAsURL, TKGet( TK__self ), 0, aLoadProps ), UNO_QUERY ); in Optimize()