Home
last modified time | relevance | path

Searched refs:WB_HORZ (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svtools/source/control/
H A Druler.cxx242 nWinBits |= WB_HORZ; in ImplInit()
303 if ( nWinBits & WB_HORZ ) in ImplInit()
355 if ( mnWinStyle & WB_HORZ ) in ImplVDrawLine()
379 if ( mnWinStyle & WB_HORZ ) in ImplVDrawRect()
478 if ( mnWinStyle & WB_HORZ ) in ImplDrawTicks()
1207 if ( mnWinStyle & WB_HORZ ) in ImplCalc()
1271 if ( mnWinStyle & WB_HORZ ) in ImplFormat()
1932 if ( mnWinStyle & WB_HORZ ) in ImplDocHitTest()
2042 if ( mnWinStyle & WB_HORZ ) in ImplDrag()
2385 if ( mnWinStyle & WB_HORZ ) in Resize()
[all …]
H A Daccessibleruler.cxx284 if ( mpRepr->GetStyle() & WB_HORZ ) in getAccessibleStateSet()
/trunk/main/vcl/source/control/
H A Dslider.cxx171 if ( GetStyle() & WB_HORZ ) in ImplUpdateRects()
320 if ( GetStyle() & WB_HORZ ) in ImplCalc()
410 if ( GetStyle() & WB_HORZ ) in ImplDraw()
421 if ( GetStyle() & WB_HORZ ) in ImplDraw()
436 if ( GetStyle() & WB_HORZ ) in ImplDraw()
454 if ( GetStyle() & WB_HORZ ) in ImplDraw()
470 if ( GetStyle() & WB_HORZ ) in ImplDraw()
477 if ( GetStyle() & WB_HORZ ) in ImplDraw()
517 if ( GetStyle() & WB_HORZ ) in ImplIsPageUp()
536 if ( GetStyle() & WB_HORZ ) in ImplIsPageDown()
[all …]
H A Dscrbar.cxx209 if ( GetStyle() & WB_HORZ ) in ImplUpdateRects()
245 if ( GetStyle() & WB_HORZ ) in ImplUpdateRects()
345 if ( GetStyle() & WB_HORZ ) in ImplCalc()
478 if ( GetStyle() & WB_HORZ ) in ImplCalc()
747 if ( GetStyle() & WB_HORZ ) in ImplDraw()
754 if ( GetStyle() & WB_HORZ ) in ImplDraw()
774 if ( GetStyle() & WB_HORZ ) in ImplDraw()
781 if ( GetStyle() & WB_HORZ ) in ImplDraw()
956 if ( GetStyle() & WB_HORZ ) in ImplDragThumb()
1049 if ( GetStyle() & WB_HORZ ) in MouseButtonDown()
[all …]
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx174 if ( GetStyle() & WB_HORZ ) in ImplGetButtonSize()
184 if ( GetStyle() & WB_HORZ ) in ImplGetButtonSize()
207 if ( GetStyle() & WB_HORZ ) in ImplPosControls()
240 if ( GetStyle() & WB_HORZ ) in ImplPosControls()
246 if ( GetStyle() & WB_HORZ ) in ImplPosControls()
H A Dmsgbox.cxx174 ImplInit( pParent, nStyle | WB_MOVEABLE | WB_HORZ | WB_CENTER ); in MessBox()
198 ImplInit( pParent, nBits | WB_MOVEABLE | WB_HORZ | WB_CENTER ); in MessBox()
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx113 …n ( new TabWin_Impl( this, CUI_RES( WIN_TABLEFT ), (sal_uInt16)(RULER_TAB_LEFT|WB_HORZ) ) ), in SvxTabulatorTabPage()
114 … ( new TabWin_Impl( this, CUI_RES( WIN_TABRIGHT ), (sal_uInt16)(RULER_TAB_RIGHT|WB_HORZ) ) ), in SvxTabulatorTabPage()
115 … ( new TabWin_Impl( this, CUI_RES( WIN_TABCENTER ), (sal_uInt16)(RULER_TAB_CENTER|WB_HORZ) ) ), in SvxTabulatorTabPage()
116 … ( new TabWin_Impl( this, CUI_RES( WIN_TABDECIMAL ), (sal_uInt16)(RULER_TAB_DECIMAL|WB_HORZ) ) ), in SvxTabulatorTabPage()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx161 #define WB_HORZ ((WinBits)0x00001000) macro
193 #define WB_HSCROLL WB_HORZ
/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx73 maTimeSlider( this, WB_HORZ | WB_DRAG | WB_3DLOOK | WB_SLIDERSET ), in MediaControl()
75 maVolumeSlider( this, WB_HORZ | WB_DRAG | WB_SLIDERSET ), in MediaControl()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx517 nStyle ^= WB_HORZ; in layoutCreateWindow()
519 nStyle |= WB_HORZ; in layoutCreateWindow()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx765 :ButtonDialog( _pParent, WB_HORZ | WB_STDDIALOG ) in OSQLMessageBox()
777 :ButtonDialog( _pParent, WB_HORZ | WB_STDDIALOG ) in OSQLMessageBox()
/trunk/main/vcl/inc/vcl/
H A Dslider.hxx85 Slider( Window* pParent, WinBits nStyle = WB_HORZ );
H A Dfixed.hxx98 explicit FixedLine( Window* pParent, WinBits nStyle = WB_HORZ );
/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx90 mpHorScrollBar = new ScrollBar( GetWindow() , WB_HORZ ); in ensureScrollBars()
H A Dvclxsplitter.cxx119 mpSplitter = new Splitter( GetWindow() , mbHorizontal ? WB_HORZ : WB_VERT ); in ensureSplitter()
H A Dvclxwindow.cxx1874 nStyle &= ~(WB_HORZ|WB_VERT); in setProperty()
1876 nStyle |= WB_HORZ; in setProperty()
H A Dvclxwindows.cxx3208 nStyle &= ~(WB_HORZ|WB_VERT); in setOrientation()
3210 nStyle |= WB_HORZ; in setOrientation()
3228 if ( nStyle & WB_HORZ ) in getOrientation()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx987 maHorScroller(this, WB_HORZ | WB_DRAG), in SvxLightCtl3D()
998 maHorScroller(this, WB_HORZ | WB_DRAG), in SvxLightCtl3D()
H A Dsvxruler.cxx3761 nStyle |= (sal_uInt16)(bHorz ? WB_HORZ : WB_VERT); in Command()
/trunk/main/automation/source/server/
H A Dsta_list.cxx521 …DBG_ASSERT( pWin->GetStyle() & ( WB_HORZ | WB_VERT ), "Nither WB_HORZ nor WB_VERT set on ScrollBar… in IsWinOK()
522 return (( pWin->GetStyle() & WB_HORZ ) && ( nDirection == CONST_ALIGN_BOTTOM )) in IsWinOK()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx53 maHScroll( this, WB_HORZ | WB_DRAG ), in ScCsvTableBox()
/trunk/main/svtools/inc/svtools/
H A Druler.hxx535 #define WB_STDRULER WB_HORZ
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx208 DECL_CONSTRUCTORS( FixedLine, Control, WB_HORZ );
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx239 aHoriScroll(this, WB_HORZ), in BibGeneralPage()
/trunk/main/svtools/workben/
H A Dsvdem.cxx105 Slider( pParent, WB_HORZ | WB_DRAG ) in OrientSlider()

Completed in 194 milliseconds

12