Home
last modified time | relevance | path

Searched refs:WB_VSCROLL (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/svx/source/tbxctrls/ !
H A DSvxColorValueSet.cxx92 const WinBits aWinBits(GetStyle() & ~WB_VSCROLL); in layoutAllVisible()
96 SetStyle(aWinBits|WB_VSCROLL); in layoutAllVisible()
119 const WinBits aWinBits(GetStyle() & ~WB_VSCROLL); in layoutToGivenHeight()
122 const WinBits aWinBitsNoScrollNoFields(GetStyle() & ~(WB_VSCROLL|WB_NAMEFIELD|WB_NONEFIELD)); in layoutToGivenHeight()
135 SetStyle(aWinBits|WB_VSCROLL); in layoutToGivenHeight()
H A Dcolrctrl.cxx396 nBits &= ~WB_VSCROLL; in SetSize()
398 nBits |= WB_VSCROLL; in SetSize()
559 nBits &= ~WB_VSCROLL; in Resizing()
561 nBits |= WB_VSCROLL; in Resizing()
H A Dlinectrl.cxx706 nBits &= ~WB_VSCROLL; in SetSize()
708 nBits |= WB_VSCROLL; in SetSize()
/trunk/main/svx/source/dialog/ !
H A Dsvxbmpnumvalueset.cxx468 SetStyle( GetStyle()|WB_VSCROLL); in SetNumberingSettings()
488 SetStyle( GetStyle() | WB_VSCROLL ); in SetOutlineNumberingSettings()
505 SetStyle( GetStyle() | WB_VSCROLL ); in SvxBmpNumValueSet()
/trunk/main/svtools/source/control/ !
H A Dscrwin.cxx53 aVScroll( this, WinBits(WB_VSCROLL | WB_DRAG) ), in ScrollableWindow()
65 aVScroll( this, WinBits(WB_VSCROLL | WB_DRAG) ), in ScrollableWindow()
H A Dvalueset.cxx198 if ( GetStyle() & WB_VSCROLL ) in ImplInitScrollBar()
202 mpScrBar = new ScrollBar( this, WB_VSCROLL | WB_DRAG ); in ImplInitScrollBar()
368 if ( nStyle & WB_VSCROLL ) in Format()
2703 if ( GetStyle() & WB_VSCROLL ) in GetScrollWidth()
/trunk/main/formula/source/ui/dlg/ !
H A Dfuncutl.cxx735 pMEdit=new MultiLineEdit(this,WB_LEFT | WB_VSCROLL | (nWinStyle & WB_TABSTOP) | in EditBox()
762 pMEdit=new MultiLineEdit(this,WB_LEFT | WB_VSCROLL | (nStyle & WB_TABSTOP) | in EditBox()
/trunk/main/forms/source/richtext/ !
H A Drichtextimplcontrol.cxx350 bool bNeedVScroll = 0 != ( m_pAntiImpl->GetStyle() & WB_VSCROLL ); in ensureScrollbars()
365 m_pVScroll = new ScrollBar( m_pAntiImpl, WB_VSCROLL | WB_DRAG | WB_REPEAT ); in ensureScrollbars()
H A Drichtextcontrol.cxx191 implAdjustTwoStateFlag( xProps, PROPERTY_VSCROLL, nBits, WB_VSCROLL ); in getWinBits()
453 adjustTwoStateWinBit( GetWindow(), _rValue, WB_VSCROLL ); in setProperty()
/trunk/main/automation/source/server/ !
H A Deditwin.hxx54 … UniString( RTL_CONSTASCII_USTRINGPARAM ( "Debug" ) ), WinBits iWstyle = WB_HSCROLL | WB_VSCROLL );
/trunk/main/dbaccess/source/ui/inc/ !
H A Dsqledit.hxx60 OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle = WB_LEFT | WB_VSCROLL |WB_BORDER);
/trunk/main/dbaccess/source/ui/tabledesign/ !
H A DTableDesignHelpBar.cxx50 …m_pTextWin = new MultiLineEdit( this, WB_VSCROLL | WB_LEFT | WB_BORDER | WB_NOTABSTOP | WB_READONL… in DBG_NAME()
/trunk/main/svtools/source/edit/ !
H A Dsvmedit.cxx200 sal_Bool bNeedVScroll = ( nWinStyle & WB_VSCROLL ) == WB_VSCROLL; in ImpUpdateSrollBarVis()
220 mpVScrollBar = bNeedVScroll ? new ScrollBar( pSvMultiLineEdit, WB_VSCROLL|WB_DRAG ) : NULL; in ImpUpdateSrollBarVis()
/trunk/main/sw/source/ui/uiview/ !
H A Dscroll.cxx38 WinBits( WB_3DLOOK | WB_HIDE | ( bHoriz ? WB_HSCROLL : WB_VSCROLL) ) ), in SwScrollbar()
/trunk/main/vcl/inc/vcl/ !
H A Dsplit.hxx72 explicit Splitter( Window* pParent, WinBits nStyle = WB_VSCROLL );
/trunk/main/sd/source/ui/table/ !
H A DTableDesignPane.cxx489 WinBits nStyle = pValueSet->GetStyle() & ~(WB_VSCROLL); in updateLayout()
496 nStyle |= WB_VSCROLL; in updateLayout()
/trunk/main/cui/source/options/ !
H A Doptchart.cxx69 | WB_VSCROLL | WB_ITEMBORDER | WB_NAMEFIELD ); in SvxDefaultColorOptPage()
/trunk/main/sd/source/ui/animations/ !
H A DDialogListBox.cxx35 mpVScrollBar = new ScrollBar( this, WB_VSCROLL | WB_DRAG ); in DialogListBox()
/trunk/main/sc/source/ui/navipi/ !
H A Dscenwnd.cxx216 aEdComment ( this, WB_BORDER | WB_LEFT | WB_READONLY | WB_VSCROLL | WB_TABSTOP ) in ScScenarioWindow()
/trunk/main/sd/source/ui/dlg/ !
H A Dsdpreslt.cxx185 | WB_VSCROLL | WB_NAMEFIELD); in FillValueSet()
/trunk/main/dbaccess/source/ui/querydesign/ !
H A Dquerycontainerwindow.cxx86 m_pSplitter = new Splitter(this,WB_VSCROLL); in DBG_NAME()
/trunk/main/svx/source/sidebar/ !
H A DColorPanel.cxx41 | WB_VSCROLL; in ColorPanel()
/trunk/main/svx/source/sidebar/debug/ !
H A DColorPanel.cxx41 | WB_VSCROLL; in ColorPanel()
/trunk/main/tools/inc/tools/ !
H A Dwintypes.hxx194 #define WB_VSCROLL WB_VERT macro
/trunk/main/svtools/source/dialogs/ !
H A Dproperty.cxx673 aVScroll(this,WB_VSCROLL|WB_REPEAT|WB_DRAG), in SvListBoxForProperties()
701 aVScroll(this,WB_VSCROLL|WB_REPEAT|WB_DRAG), in SvListBoxForProperties()

Completed in 106 milliseconds

1234