Home
last modified time | relevance | path

Searched refs:WB_AUTOHSCROLL (Results 1 – 21 of 21) sorted by relevance

/trunk/main/svx/inc/svx/
H A Ditemwin.hxx57 WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
94 WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
148 SvxFillTypeBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
173 SvxFillAttrBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx178 INITCONTROL( pDirList, KbdListBox, WB_AUTOHSCROLL | WB_BORDER, in InitControls()
190 INITCONTROL( pDirList, KbdListBox, WB_AUTOHSCROLL | WB_BORDER, in InitControls()
742 INITCONTROL( pFileList, ListBox, WB_SORT | WB_AUTOHSCROLL | WB_BORDER, in InitControls()
749 INITCONTROL( pDirList, KbdListBox, WB_AUTOHSCROLL | WB_BORDER, in InitControls()
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx45 mbAutoHScroll = ( nWinStyle & WB_AUTOHSCROLL ) ? true : false; in DialogListBox()
H A DSlideTransitionPane.cxx1335 pWindow = new DialogListBox( pParent, WB_CLIPCHILDREN|WB_TABSTOP|WB_AUTOHSCROLL ); in createSlideTransitionPanel()
H A DCustomAnimationPane.cxx2587 pWindow = new DialogListBox( pParent, WB_CLIPCHILDREN|WB_TABSTOP|WB_AUTOHSCROLL ); in createCustomAnimationPanel()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx238 nWinBits |= WB_AUTOHSCROLL; in ImplGetWinBits()
720 pNewWindow = new ComboBox( pParent, nWinBits|WB_AUTOHSCROLL ); in ImplCreateWindow()
791 pNewWindow = new ListBox( pParent, nWinBits|WB_SIMPLEMODE|WB_AUTOHSCROLL ); in ImplCreateWindow()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx178 #define WB_AUTOHSCROLL ((WinBits)SAL_CONST_INT64(0x10000000)) macro
/trunk/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx157 … m_pListBoxControl = new ListBoxControl( m_pToolbar, WB_DROPDOWN|WB_AUTOHSCROLL|WB_BORDER, this ); in DropdownToolbarController()
/trunk/main/chart2/source/controller/main/
H A DElementSelector.cxx326 …uto_ptr< SelectorListBox >( new SelectorListBox( pParent, WB_DROPDOWN|WB_AUTOHSCROLL|WB_BORDER ) ); in createItemWindow()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx111 SetStyle((GetStyle() & ~WB_HSCROLL) | WB_AUTOHSCROLL); in DriverListControl()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx600 maLstBox( this, WB_AUTOHSCROLL ) in DbgWindow()
1341 maListBox( this, WB_BORDER | WB_AUTOHSCROLL ), in DbgInfoDialog()
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx159 … this, WB_TABSTOP | WB_3DLOOK | WB_BORDER | WB_HSCROLL | WB_VSCROLL | WB_AUTOHSCROLL | WB_SORT ) ), in DBG_NAME()
/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx77 …mpZoomListBox( new ListBox( &maZoomToolBox, WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL | WB_3DLOOK )… in MediaControl()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx396 ListBox( pParent, WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ), in ImplGrafModeControl()
H A Dtbcontrl.cxx629 FontNameBox ( pParent, nStyle | WinBits( WB_DROPDOWN | WB_AUTOHSCROLL ) ), in SvxFontNameBox_Impl()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx790 : ComboBox( pParent , WB_DROPDOWN | WB_AUTOSIZE | WB_AUTOHSCROLL ), in SvtURLBox()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx336 aWinBits.SetConstant( nAutoHScrollId, sal::static_int_cast<sal_Int32>(WB_AUTOHSCROLL) ); in Init()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx514 { WB_AUTOHSCROLL, awt::VclWindowPeerAttribute::AUTOHSCROLL, "AutoHScroll", TYPE_BOOL, 1, 0 },
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx97 : ListBox ( pParent, nWinStyle | WB_AUTOHSCROLL ) {} in MyOutWindow()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2273 mbAutoHScroll = ( nWinStyle & WB_AUTOHSCROLL ); in ImplListBox()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx214 ListBox( pParent, WB_AUTOHSCROLL ), in ScFilterListBox()

Completed in 165 milliseconds