Searched refs:WB_TOGGLE (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/vcl/source/control/ |
| H A D | button.cxx | 54 WB_TOGGLE ) 1381 ! ( GetStyle() & WB_TOGGLE ) ) in MouseButtonDown() 1404 if ( GetStyle() & WB_TOGGLE ) in Tracking() 1427 ! ( GetStyle() & WB_TOGGLE ) ) ) in Tracking() 1439 ! ( GetStyle() & WB_TOGGLE ) ) in Tracking() 1475 ! ( GetStyle() & WB_TOGGLE ) ) in KeyInput() 1496 if ( GetStyle() & WB_TOGGLE ) in KeyUp() 1514 ! ( GetStyle() & WB_TOGGLE ) ) ) in KeyUp()
|
| /trunk/main/tools/inc/tools/ |
| H A D | wintypes.hxx | 200 #define WB_TOGGLE ((WinBits)SAL_CONST_INT64(0x1000000000)) macro
|
| /trunk/main/toolkit/source/layout/vcl/ |
| H A D | wrapper.cxx | 516 { WB_TOGGLE, 0, "Toggle", TYPE_BOOL, 1, 0 },
|
| /trunk/main/toolkit/workben/layout/ |
| H A D | editor.cxx | 840 mpExpand = new layout::PushButton( pWinParent, WB_TOGGLE ); in AnyEdit()
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxwindows.cxx | 502 ::toolkit::adjustBooleanWindowStyle( Value, pButton, WB_TOGGLE, sal_False ); in setProperty() 548 aProp <<= (sal_Bool)( ( pButton->GetStyle() & WB_TOGGLE ) != 0 ); in getProperty()
|