Home
last modified time | relevance | path

Searched refs:WB_VERT (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx760 aFLSepLeft.SetStyle(aFLSepLeft.GetStyle()|WB_VERT); in SfxInsertFloatingFrameDialog()
761 aFLSepRight.SetStyle(aFLSepRight.GetStyle()|WB_VERT); in SfxInsertFloatingFrameDialog()
809 aFLSepLeft.SetStyle(aFLSepLeft.GetStyle()|WB_VERT); in SfxInsertFloatingFrameDialog()
810 aFLSepRight.SetStyle(aFLSepRight.GetStyle()|WB_VERT); in SfxInsertFloatingFrameDialog()
/trunk/main/sc/source/ui/miscdlgs/
H A Dfilldlg.cxx223 aFlSep1.SetStyle( aFlSep1.GetStyle() | WB_VERT ); in Init()
224 aFlSep2.SetStyle( aFlSep2.GetStyle() | WB_VERT ); in Init()
H A Dinscodlg.cxx135 aFlSep1.SetStyle( aFlSep1.GetStyle() | WB_VERT ); in ScInsertContentsDlg()
136 aFlSep2.SetStyle( aFlSep2.GetStyle() | WB_VERT ); in ScInsertContentsDlg()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx160 #define WB_VERT ((WinBits)0x00002000) macro
192 #define WB_VSCROLL WB_VERT
/trunk/main/sc/source/ui/optdlg/
H A Dtpview.cxx99 aSeparator1FL.SetStyle( aSeparator1FL.GetStyle() | WB_VERT ); in ScTpContentOptions()
100 aSeparator2FL.SetStyle( aSeparator2FL.GetStyle() | WB_VERT ); in ScTpContentOptions()
435 aSeparatorFL.SetStyle( aSeparatorFL.GetStyle() | WB_VERT ); in ScTpLayoutOptions()
H A Dtpcalc.cxx96 aSeparatorFL.SetStyle( aSeparatorFL.GetStyle() | WB_VERT ); in ScTpCalcOptions()
/trunk/main/vcl/inc/vcl/
H A Dscrbar.hxx96 explicit ScrollBar( Window* pParent, WinBits nStyle = WB_VERT );
/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx82 mpVerScrollBar = new ScrollBar( GetWindow() , WB_VERT ); 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()
1878 nStyle |= WB_VERT; in setProperty()
/trunk/main/vcl/source/control/
H A Dfixed.cxx509 if ( nWinStyle & WB_VERT ) in ImplDraw()
521 else if( (nWinStyle & WB_VERT) ) in ImplDraw()
H A Dslider.cxx60 #define SLIDER_VIEW_STYLE (WB_3DLOOK | WB_HORZ | WB_VERT)
/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()
523 || (( pWin->GetStyle() & WB_VERT ) && ( nDirection == CONST_ALIGN_RIGHT )); in IsWinOK()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx988 maVerScroller(this, WB_VERT | WB_DRAG), in SvxLightCtl3D()
999 maVerScroller(this, WB_VERT | WB_DRAG), in SvxLightCtl3D()
H A Dcharmap.cxx71 ,aVscrollSB( this, WB_VERT) in SvxShowCharSet()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisLabel.cxx89 aFlSeparator.SetStyle (aFlSeparator.GetStyle() | WB_VERT); in SchAxisLabelTabPage()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx57 ,m_aVRuler(this,WB_VERT) in DBG_NAME()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx54 maVScroll( this, WB_VERT | WB_DRAG ), in ScCsvTableBox()
H A Dconsdlg.cxx248 aFlSep.SetStyle( aFlSep.GetStyle() | WB_VERT ); in Init()
/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx208 m_pImpl->pFixedLine = new FixedLine( this, WB_VERT ); in impl_construct()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx521 nStyle |= WB_VERT; in layoutCreateWindow()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx403 ,m_aFL(this,WB_VERT) in DBG_NAME()
/trunk/main/svtools/source/control/
H A Druler.cxx240 if ( !(nWinBits & WB_VERT) ) in ImplInit()
1176 if ( mnWinStyle & WB_VERT ) in ImplInitSettings()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx214 m_pScrollBar = new ScrollBar( this, WB_VERT ); in ExtensionBox_Impl()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx240 aVertScroll(this, WB_VERT), in BibGeneralPage()

12