Home
last modified time | relevance | path

Searched refs:TK_ImageResolution (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx116 case TK_ImageResolution : aValue >>= mnImageResolution; break; in LoadSettingsFromConfiguration()
146 TKGet( TK_ImageResolution ), in SaveSettingsToConfiguration()
486 case TK_ImageResolution : aRetValue <<= rSettings.mnImageResolution; break; in GetConfigProperty()
519 case TK_ImageResolution : rValue >>= rSettings.mnImageResolution; break; in SetConfigProperty()
575 aRet[ 3 ].Name = TKGet( TK_ImageResolution ); in GetConfigurationSequence()
H A Dpppoptimizertoken.hxx182 TK_ImageResolution, enumerator
H A Dimpoptimizer.cxx230 aFilterData[ 0 ].Name = TKGet( TK_ImageResolution ); in ImpCompressGraphic()
643 … case TK_ImageResolution : aSettings[ j ].Value >>= mnImageResolution; break; in Optimize()
H A Dpppoptimizertoken.cxx199 { "ImageResolution", TK_ImageResolution },
H A Doptimizerdialogcontrols.cxx560 sal_Int32 nImageResolution( GetConfigProperty( TK_ImageResolution, (sal_Int32)0 ) ); in UpdateControlStatesPage2()
820 sal_Int32 nImageResolution( GetConfigProperty( TK_ImageResolution, (sal_Int32)0 ) ); in UpdateControlStatesPage4()
H A Doptimizerdialog.cxx743 SetConfigProperty( TK_ImageResolution, Any( aString.toInt32() ) ); in textChanged()