Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Dcalendar.hxx164 #ifndef WB_MULTISELECT
165 #define WB_MULTISELECT ((WinBits)0x00400000) macro
H A Dtabbar.hxx297 #define WB_MULTISELECT ((WinBits)0x00400000) macro
/trunk/main/svtools/source/control/
H A Dcalendar.cxx282 …t, nWinStyle & (WB_TABSTOP | WB_GROUP | WB_BORDER | WB_3DLOOK | WB_RANGESELECT | WB_MULTISELECT) ), in Calendar()
1639 mbMultiSelection = (mnWinStyle & (WB_MULTISELECT | WB_RANGESELECT)) != 0; in MouseButtonDown()
1693 sal_Bool bMultiSel = (mnWinStyle & (WB_RANGESELECT | WB_MULTISELECT)) != 0; in KeyInput()
2124 if ( !(mnWinStyle & (WB_RANGESELECT | WB_MULTISELECT)) ) in SetCurDate()
2961 if ( pCalendar->GetStyle() & (WB_RANGESELECT | WB_MULTISELECT) ) in ShowDropDown()
H A Dtabbar.cxx858 if ( (rMEvt.GetMode() & MOUSE_MULTISELECT) && (mnWinStyle & WB_MULTISELECT) ) in MouseButtonDown()
866 else if ( mnWinStyle & (WB_MULTISELECT | WB_RANGESELECT) ) in MouseButtonDown()
/trunk/main/svtools/workben/
H A Dsvdem.cxx586 aCalendar( this, WB_TABSTOP | WB_WEEKNUMBER | WB_BOLDTEXT | WB_FRAMEINFO | WB_MULTISELECT ), in MyCalendar()
697 aTabBar( this, WB_BORDER | WB_MULTISELECT | WB_SCROLL | WB_SIZEABLE | WB_DRAG ), in MyWin()
/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx54 WB_RANGESELECT | WB_MULTISELECT | WB_DRAG | WB_SIZEABLE ) ), in ScTabControl()

Completed in 56 milliseconds