Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dbutton.cxx54 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 Dwintypes.hxx200 #define WB_TOGGLE ((WinBits)SAL_CONST_INT64(0x1000000000)) macro
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx516 { WB_TOGGLE, 0, "Toggle", TYPE_BOOL, 1, 0 },
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx840 mpExpand = new layout::PushButton( pWinParent, WB_TOGGLE ); in AnyEdit()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx502 ::toolkit::adjustBooleanWindowStyle( Value, pButton, WB_TOGGLE, sal_False ); in setProperty()
548 aProp <<= (sal_Bool)( ( pButton->GetStyle() & WB_TOGGLE ) != 0 ); in getProperty()