Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx502 ,m_aScrollBack( &i_rTabBar, WB_BEVELBUTTON ) in PanelTabBar_Impl()
503 ,m_aScrollForward( &i_rTabBar, WB_BEVELBUTTON ) in PanelTabBar_Impl()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx201 #define WB_BEVELBUTTON ((WinBits)SAL_CONST_INT64(0x2000000000)) macro
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx863 maForwardBtn.SetStyle( maForwardBtn.GetStyle() | WB_BEVELBUTTON ); in PrintDialog()
864 maBackwardBtn.SetStyle( maBackwardBtn.GetStyle() | WB_BEVELBUTTON ); in PrintDialog()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx131 #define STC_BUTTON_STYLE (WB_LEFT | WB_VCENTER | WB_FLATBUTTON | WB_BEVELBUTTON)
/trunk/main/vcl/source/control/
H A Dbutton.cxx1196 if( GetStyle() & WB_BEVELBUTTON ) in ImplDrawPushButton()