Home
last modified time | relevance | path

Searched refs:mbHorz (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx49 mbHorz = sal_True; in ImplInit()
51 mbHorz = sal_False; in ImplInit()
142 if ( mbHorz ) in Resize()
183 if ( mbHorz ) in Draw()
199 IsEnabled() && ImplIsLowerEnabled(), mbHorz, sal_True ); in Draw()
211 bEnable && ImplIsLowerEnabled(), mbHorz, sal_True ); in Paint()
329 if ( mbHorz && !ImplMoveFocus( bUp ) ) in KeyInput()
338 if ( !mbHorz && !ImplMoveFocus( KEY_UP == rKEvt.GetKeyCode().GetCode() ) ) in KeyInput()
381 if ( bNewHorz != mbHorz ) in StateChanged()
383 mbHorz = bNewHorz; in StateChanged()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx463 if( pThis->mbHorz ) in ImplDrawGradientBackground()
497 if( pThis->mbHorz ) in ImplDrawGradientBackground()
1019 if ( pThis->mbHorz ) in ImplCalcLines()
1085 sal_Bool mbHorz; in ImplLineSizing() local
1122 if ( mbHorz ) in ImplLineSizing()
2123 if( mbHorz ) in ImplCalcItem()
2438 if ( mbHorz ) in ImplFormat()
3376 if ( mbHorz ) in ImplDrawNext()
5142 mbHorz = sal_True; in ToggleFloatingMode()
5156 mbHorz = sal_True; in ToggleFloatingMode()
[all …]
H A Dsplitwin.cxx1390 mbHorz = sal_True; in ImplInit()
1559 if ( mbHorz ) in CalcLayoutSizePixel()
1624 if ( mbHorz ) in ImplCalcLayout()
1646 if ( mbHorz ) in ImplCalcLayout()
1666 if ( mbHorz ) in ImplCalcLayout()
1776 if ( mbHorz ) in ImplGetButtonRect()
1880 if ( mbHorz ) in ImplDrawButtonRect()
1957 if ( mbHorz ) in ImplDrawAutoHide()
2010 if ( mbHorz ) in ImplDrawAutoHide()
2217 if ( mbHorz ) in ImplStartSplit()
[all …]
H A Dwinproc.cxx1468 bool bHorz = rEvt.mbHorz; in ImplHandleWheelEvent()
H A Dtoolbox2.cxx1011 mbHorz = sal_False; in SetAlign()
1013 mbHorz = sal_True; in SetAlign()
1247 return mpData->m_aItems[nPos].GetDropDownRect( mbHorz ); in GetItemPosDropDownRect()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3560 aWheelEvt.mbHorz = FALSE; in ImplHandleWheelMsg()
3565 aWheelEvt.mbHorz = TRUE; in ImplHandleWheelMsg()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2732 …aEvent.mbHorz = (pSEvent->direction == GDK_SCROLL_LEFT || pSEvent->direction == GDK_SCROLL_RIGHT… in signalScroll()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3083 aWheelEvt.mbHorz = bHoriz; in HandleMouseEvent()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2573 aWheelEvt.mbHorz = TRUE; in ImplHandleWheelMsg()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx222 mbHorz:1, member in ToolBox
423 sal_Bool IsHorizontal() const { return mbHorz; } in IsHorizontal()
H A Dspin.hxx48 sal_Bool mbHorz : 1; member in SpinButton
H A Dsplitwin.hxx85 mbHorz:1, member in SplitWindow
229 sal_Bool IsHorizontal() const { return mbHorz; } in IsHorizontal()
H A Dcmdevt.hxx136 sal_Bool mbHorz; member in CommandWheelData
149 sal_Bool IsHorz() const { return mbHorz; } in IsHorz()
173 mbHorz = sal_False; in CommandWheelData()
187 mbHorz = bHorz; in CommandWheelData()
/trunk/main/vcl/inc/
H A Dsalwtype.hxx178 sal_Bool mbHorz; // Horizontal member
182 …( 0 ), mnDelta( 0 ), mnNotchDelta( 0 ), mnScrollLines( 0 ), mnCode( 0 ), mbHorz( sal_False ), mbDe… in SalWheelMouseEvent()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm773 aEvent.mbHorz = FALSE;
831 aEvent.mbHorz = TRUE;
841 aEvent.mbHorz = FALSE;
891 aEvent.mbHorz = TRUE;
904 aEvent.mbHorz = FALSE;

Completed in 187 milliseconds