Searched refs:TK_ImageResolution (Results 1 – 6 of 6) sorted by relevance
119 case TK_ImageResolution : aValue >>= mnImageResolution; break; in LoadSettingsFromConfiguration()149 TKGet( TK_ImageResolution ), in SaveSettingsToConfiguration()489 case TK_ImageResolution : aRetValue <<= rSettings.mnImageResolution; break; in GetConfigProperty()522 case TK_ImageResolution : rValue >>= rSettings.mnImageResolution; break; in SetConfigProperty()578 aRet[ 3 ].Name = TKGet( TK_ImageResolution ); in GetConfigurationSequence()
184 TK_ImageResolution, enumerator
201 { "ImageResolution", TK_ImageResolution },
232 aFilterData[ 0 ].Name = TKGet( TK_ImageResolution ); in ImpCompressGraphic()645 case TK_ImageResolution : aSettings[ j ].Value >>= mnImageResolution; break; in Optimize()
562 sal_Int32 nImageResolution( GetConfigProperty( TK_ImageResolution, (sal_Int32)0 ) ); in UpdateControlStatesPage2()822 sal_Int32 nImageResolution( GetConfigProperty( TK_ImageResolution, (sal_Int32)0 ) ); in UpdateControlStatesPage4()
745 SetConfigProperty( TK_ImageResolution, Any( aString.toInt32() ) ); in textChanged()
Completed in 38 milliseconds