Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/ !
H A Ddecoview.cxx235 case SYMBOL_LAST: in ImplDrawSymbol()
242 if ( eType == SYMBOL_LAST ) in ImplDrawSymbol()
256 if ( eType == SYMBOL_LAST ) in ImplDrawSymbol()
/trunk/main/vcl/inc/vcl/ !
H A Dsymbol.hxx46 #define SYMBOL_LAST ((SymbolType)11) macro
/trunk/main/rsc/inc/ !
H A Dvclrsc.hxx141 #define SYMBOL_LAST ((SymbolType)11) macro
/trunk/main/svtools/source/control/ !
H A Dtabbar.cxx681 mpFirstBtn->SetSymbol( mbMirrored ? SYMBOL_LAST : SYMBOL_FIRST ); in ImplInitControls()
689 mpLastBtn->SetSymbol( mbMirrored ? SYMBOL_FIRST : SYMBOL_LAST ); in ImplInitControls()
/trunk/main/rsc/source/parser/ !
H A Drscicpx.cxx595 SETCONST( pSymbol, "IMAGEBUTTON_LAST", SYMBOL_LAST ); in InitClassImageButton()
/trunk/main/svx/source/fmcomp/ !
H A Dgridctrl.cxx397 m_aLastBtn.SetSymbol(SYMBOL_LAST); in NavigationBar()