Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx228 ButtonType tmpButtonType = defaultType; in determineButtonType() local
232 tmpButtonType = BUTTON_SYMBOLTEXT; in determineButtonType()
234 tmpButtonType = BUTTON_TEXT; in determineButtonType()
236 tmpButtonType = BUTTON_SYMBOL; in determineButtonType()
238 return tmpButtonType; in determineButtonType()
1994 …ButtonType tmpButtonType = determineButtonType( &(*it), meButtonType ); // default to toolbox sett… in ImplCalcItem() local
2000 if ( tmpButtonType == BUTTON_SYMBOL ) in ImplCalcItem()
2014 else if ( tmpButtonType == BUTTON_TEXT ) in ImplCalcItem()
3629 …ButtonType tmpButtonType = determineButtonType( pItem, meButtonType ); // default to toolbox setti… in ImplDrawItem() local
3630 pItem->DetermineButtonDrawStyle( tmpButtonType, bImage, bText ); in ImplDrawItem()

Completed in 47 milliseconds