| /AOO42X/main/svtools/source/control/ |
| H A D | filectrl.cxx | 60 maEdit.SetStyle( (maEdit.GetStyle()|WB_TABSTOP)&(~WB_NOTABSTOP) ); in ImplInitStyle() 61 maButton.SetStyle( (maButton.GetStyle()|WB_TABSTOP)&(~WB_NOTABSTOP) ); in ImplInitStyle() 65 maEdit.SetStyle( (maEdit.GetStyle()|WB_NOTABSTOP)&(~WB_TABSTOP) ); in ImplInitStyle() 66 maButton.SetStyle( (maButton.GetStyle()|WB_NOTABSTOP)&(~WB_TABSTOP) ); in ImplInitStyle() 78 nStyle &= ~WB_TABSTOP; in ImplInitStyle()
|
| /AOO42X/main/extensions/source/propctrlr/ |
| H A D | propcontroller.cxx | 804 …= new OMultilineEditControl( &getPropertyBox(), eStringList, nWinBits | WB_DROPDOWN | WB_TABSTOP ); in createPropertyControl() 808 …ew OMultilineEditControl( &getPropertyBox(), eMultiLineText, nWinBits | WB_DROPDOWN | WB_TABSTOP ); in createPropertyControl() 812 … xControl = new OListboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl() 816 … xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl() 820 xControl = new OEditControl( &getPropertyBox(), sal_False, nWinBits | WB_TABSTOP ); in createPropertyControl() 824 xControl = new OEditControl( &getPropertyBox(), sal_True, nWinBits | WB_TABSTOP ); in createPropertyControl() 828 … xControl = new ONumericControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl() 832 xControl = new ODateTimeControl( &getPropertyBox(), nWinBits | WB_TABSTOP ); in createPropertyControl() 836 … xControl = new ODateControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl() 840 … xControl = new OTimeControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl() [all …]
|
| H A D | formcomponenthandler.cxx | 1060 …tor.Control = new OFileUrlControl( impl_getDefaultDialogParent_nothrow(), WB_TABSTOP | WB_BORDER ); in describePropertyLine() 1136 …FormatSampleControl( impl_getDefaultDialogParent_nothrow(), WB_READONLY | WB_TABSTOP | WB_BORDER ); in describePropertyLine() 1144 …ol = new OFormattedNumericControl( impl_getDefaultDialogParent_nothrow(), WB_TABSTOP | WB_BORDER ); in describePropertyLine() 1179 …= new OFormattedNumericControl( impl_getDefaultDialogParent_nothrow(), WB_TABSTOP | WB_BORDER | WB… in describePropertyLine() 1320 …ontrol = new OTimeDurationControl( impl_getDefaultDialogParent_nothrow(), WB_BORDER | WB_TABSTOP ); in describePropertyLine()
|
| /AOO42X/main/svtools/source/dialogs/ |
| H A D | property.cxx | 57 aEdit(this,WB_BORDER | WB_TABSTOP) in SvXPropertyEdit() 72 aEdit(this,WB_BORDER | WB_TABSTOP) in SvXPropertyEdit() 186 aListBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyListBox() 200 aListBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyListBox() 315 aComboBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyComboBox() 329 aComboBox(this,WB_BORDER | WB_DROPDOWN | WB_TABSTOP) in SvXPropertyComboBox() 919 SvPropertyLine* pPropLine=new SvPropertyLine(&aPlayGround,WB_TABSTOP | WB_DIALOGCONTROL); in InsertEntry() 957 new SvXPropertyComboBox(pPropLine,WB_TABSTOP)); in ChangeEntry() 962 new SvXPropertyComboBox(pPropLine,WB_TABSTOP)); in ChangeEntry() 967 new SvXPropertyEdit(pPropLine,WB_TABSTOP)); in ChangeEntry()
|
| H A D | wizardmachine.cxx | 186 m_pHelp= new HelpButton(this, WB_TABSTOP); in implConstruct() 195 m_pPrevPage = new PushButton(this, WB_TABSTOP); in implConstruct() 212 m_pNextPage = new PushButton(this, WB_TABSTOP); in implConstruct() 226 m_pFinish = new OKButton(this, WB_TABSTOP); in implConstruct() 238 m_pCancel = new CancelButton(this, WB_TABSTOP); in implConstruct()
|
| /AOO42X/main/sc/source/ui/navipi/ |
| H A D | scenwnd.cxx | 49 ListBox( &rParent, WB_BORDER | WB_TABSTOP ), in ScScenarioListBox() 214 : Window ( pParent, WB_TABSTOP | WB_DIALOGCONTROL ), in ScScenarioWindow() 216 aEdComment ( this, WB_BORDER | WB_LEFT | WB_READONLY | WB_VSCROLL | WB_TABSTOP ) in ScScenarioWindow()
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | simptabl.cxx | 75 SvHeaderTabListBox(pParent,WB_CLIPCHILDREN | WB_HSCROLL | WB_TABSTOP), in SvxSimpleTable() 77 aHeaderBar(pParent,WB_BUTTONSTYLE | WB_BORDER | WB_TABSTOP), in SvxSimpleTable() 106 SvHeaderTabListBox(pParent,WB_CLIPCHILDREN | WB_HSCROLL | WB_TABSTOP), in SvxSimpleTable() 108 aHeaderBar(pParent,WB_BUTTONSTYLE | WB_BORDER | WB_TABSTOP), in SvxSimpleTable()
|
| /AOO42X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 140 mpControl = new ListBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in PresetPropertyBox() 226 mpControl = new ColorListBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in ColorPropertyBox() 313 mpControl = new FontNameBox( pParent, WB_BORDER|WB_TABSTOP|WB_DROPDOWN ); in FontPropertyBox() 398 : Edit( pParent, WB_BORDER|WB_TABSTOP| WB_DIALOGCONTROL ), in DropdownMenuBox() 486 mpMetric = new MetricField( pParent, WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in CharHeightPropertyBox() 582 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in TransparencyPropertyBox() 704 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in RotationPropertyBox() 846 mpMetric = new MetricField( pParent ,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER); in ScalePropertyBox() 1027 mpEdit = new Edit( pParent, WB_TABSTOP|WB_IGNORETAB|WB_NOBORDER|WB_READONLY); in FontStylePropertyBox()
|
| /AOO42X/main/vcl/source/control/ |
| H A D | button.cxx | 798 nStyle |= WB_TABSTOP; in ImplInitStyle() 2090 nStyle |= WB_TABSTOP; in ImplInitStyle() 2092 nStyle &= ~WB_TABSTOP; in ImplInitStyle() 2484 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplUncheckAllOther() 2509 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther() 2540 pWindow->mpWindowImpl->mnStyle &= ~WB_TABSTOP; in ImplUncheckAllOther() 2553 mpWindowImpl->mnStyle |= WB_TABSTOP; in ImplCallClick() 2978 mpWindowImpl->mnStyle |= WB_TABSTOP; in SetState() 2980 mpWindowImpl->mnStyle &= ~WB_TABSTOP; in SetState() 2996 mpWindowImpl->mnStyle |= WB_TABSTOP; in Check() [all …]
|
| H A D | menubtn.cxx | 61 nStyle |= WB_TABSTOP; in ImplInit()
|
| /AOO42X/main/svx/source/gallery2/ |
| H A D | galctrl.cxx | 56 Window( pParent, WB_TABSTOP | WB_BORDER ), in DBG_NAME() 330 …ValueSet( pParent, WB_TABSTOP | WB_3DLOOK | WB_BORDER | WB_ITEMBORDER | WB_DOUBLEBORDER | WB_VSCRO… in DBG_NAME() 599 BrowseBox( pParent, WB_TABSTOP | WB_3DLOOK | WB_BORDER ), in DBG_NAME()
|
| /AOO42X/main/vcl/source/window/ |
| H A D | dlgctrl.cxx | 223 if ( (i == nTemp) && (pWindow->GetStyle() & WB_TABSTOP) ) in ImplGetDlgWindow() 256 if ( pWindow->GetStyle() & WB_TABSTOP ) in ImplGetDlgWindow() 272 (!(pWindow->GetStyle() & WB_TABSTOP) || !pWindow->IsEnabled()) ) in ImplGetDlgWindow() 291 if ( !(pWindow->GetStyle() & WB_TABSTOP) ) in ImplGetDlgWindow()
|
| H A D | dialog.cxx | 92 if ( !(pNextWindow->GetStyle() & WB_TABSTOP) || in ImplIsMnemonicCtrl() 941 !(pFocusControl->GetStyle() & WB_TABSTOP) || in GrabFocusToFirstControl()
|
| /AOO42X/main/toolkit/source/awt/ |
| H A D | vclxcontainer.cxx | 154 nStyle &= ~(WB_TABSTOP|WB_NOTABSTOP|WB_GROUP); in setTabOrder() 159 nStyle |= ( bTab ? WB_TABSTOP : WB_NOTABSTOP ); in setTabOrder()
|
| /AOO42X/main/svtools/workben/ |
| H A D | svdem.cxx | 586 aCalendar( this, WB_TABSTOP | WB_WEEKNUMBER | WB_BOLDTEXT | WB_FRAMEINFO | WB_MULTISELECT ), in MyCalendar() 694 …aValueSet( this, WB_TABSTOP | WB_NAMEFIELD | WB_NONEFIELD | WB_BORDER | WB_ITEMBORDER | WB_VSCROLL… in MyWin() 695 aCalendarField( this, WB_TABSTOP | WB_SPIN | WB_REPEAT | WB_DROPDOWN | WB_BORDER ), in MyWin() 696 aCalendarField2( this, WB_TABSTOP | WB_SPIN | WB_REPEAT | WB_DROPDOWN | WB_BORDER ), in MyWin()
|
| /AOO42X/main/dbaccess/source/ui/app/ |
| H A D | AppDetailPageHelper.cxx | 291 ,m_aTBPreview(this,WB_TABSTOP ) in DBG_NAME() 700 … ,WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROLL |WB_HASBUTTONSATROOT | WB_TABSTOP in createTablesPage() 880 …()->getORB(),WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROLL |WB_HASBUTTONSATROOT | WB_TABSTOP); in createSimpleTree() 890 …GetStyle() | WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROLL |WB_HASBUTTONSATROOT | WB_TABSTOP); in createTree()
|
| H A D | AppIconControl.cxx | 59 … WB_TABSTOP | WB_CLIPCHILDREN | WB_NOVSCROLL | WB_SMART_ARRANGE | WB_NOHSCROLL | WB_CENTER) in DBG_NAME()
|
| /AOO42X/main/svx/source/tbxctrls/ |
| H A D | itemwin.cxx | 667 FillTypeLB( pParent, nBits | WB_TABSTOP ), in SvxFillTypeBox() 755 FillAttrLB( pParent, nBits | WB_TABSTOP ), in SvxFillAttrBox()
|
| /AOO42X/main/formula/source/ui/dlg/ |
| H A D | funcutl.cxx | 735 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()
|
| /AOO42X/main/reportdesign/source/ui/dlg/ |
| H A D | AddField.cxx | 115 :SvTreeListBox( _pParent, WB_TABSTOP|WB_BORDER|WB_SORT ) in OAddFieldWindowListBox() 172 ,m_aInsertButton(this, WB_TABSTOP|WB_CENTER) in OAddFieldWindow()
|
| /AOO42X/main/sd/source/ui/sidebar/ |
| H A D | LayoutMenu.cxx | 154 SetStyle(GetStyle() | WB_ITEMBORDER | WB_FLATVALUESET | WB_TABSTOP); in LayoutMenu() 175 | WB_TABSTOP in implConstruct()
|
| H A D | PreviewValueSet.cxx | 32 : ValueSet (pParent, WB_TABSTOP), in PreviewValueSet()
|
| /AOO42X/main/desktop/source/deployment/gui/ |
| H A D | descedit.cxx | 53 SetStyle( ( GetStyle() & ~WB_TABSTOP ) | WB_NOTABSTOP ); in Init()
|
| H A D | dp_gui_dialog2.cxx | 168 m_pOptionsBtn = new PushButton( this, WB_TABSTOP ); in ExtBoxWithBtns_Impl() 169 m_pEnableBtn = new PushButton( this, WB_TABSTOP ); in ExtBoxWithBtns_Impl() 170 m_pRemoveBtn = new PushButton( this, WB_TABSTOP ); in ExtBoxWithBtns_Impl()
|
| /AOO42X/main/sfx2/source/sidebar/ |
| H A D | TabItem.cxx | 44 SetStyle(GetStyle() | WB_TABSTOP | WB_DIALOGCONTROL | WB_NOPOINTERFOCUS); in TabItem()
|