Home
last modified time | relevance | path

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

/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx526 case TK_CustomShowName : rValue >>= rSettings.maCustomShowName; break; in SetConfigProperty()
589 aRet[ 10].Name = TKGet( TK_CustomShowName ); in GetConfigurationSequence()
H A Dpppoptimizertoken.hxx189 TK_CustomShowName, enumerator
H A Dpppoptimizertoken.cxx206 { "CustomShowName", TK_CustomShowName },
H A Doptimizerdialog.cxx215 … SetConfigProperty( TK_CustomShowName, Any( aStringItemList[ nSelectedItem ] ) ); in UpdateConfiguration()
H A Dimpoptimizer.cxx647 … case TK_CustomShowName : aSettings[ j ].Value >>= maCustomShowName; break; in Optimize()
H A Doptimizerdialogcontrols.cxx741 … SetConfigProperty( TK_CustomShowName, Any( aStringItemList[ nSelectedItem ] ) ); in UpdateControlStatesPage4()