Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/dlg/
H A Dnavigatr.src26 #define BUTTON_COUNT 7
31 Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT, 105 ) ;
40 Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT, 67 ) ;
117 Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT, 90 ) ;
/AOO42X/main/extensions/source/update/check/
H A Dupdatehdl.hxx56 BUTTON_COUNT, enumerator
136 rtl::OUString msButtonIDs[ BUTTON_COUNT ];
H A Dupdatehdl.cxx326 DialogControls eButton = BUTTON_COUNT; in actionPerformed()
327 for ( int i = 0; i < BUTTON_COUNT; i++ ) in actionPerformed()
754 for ( int i=0; i < BUTTON_COUNT; i++ ) in loadStrings()
832 OSL_ENSURE( (eID < BUTTON_COUNT), "UpdateHandler::focusControl: id to big!" ); in focusControl()
/AOO42X/main/tools/inc/tools/
H A Dwintypes.hxx331 #define BUTTON_COUNT 11 macro
/AOO42X/main/vcl/source/control/
H A Dbutton.cxx159 } aResIdAry[BUTTON_COUNT] = in GetStandardText()