Home
last modified time | relevance | path

Searched refs:WB_NOTABSTOP (Results 1 – 22 of 22) sorted by relevance

/trunk/main/svtools/source/control/
H A Dfilectrl.cxx37 maEdit( this, (nStyle&(~WB_BORDER))|WB_NOTABSTOP ), in FileControl()
38 maButton( this, (nStyle&(~WB_BORDER))|WB_NOLIGHTBORDER|WB_NOPOINTERFOCUS|WB_NOTABSTOP ), in FileControl()
58 if ( !( nStyle & WB_NOTABSTOP ) ) in ImplInitStyle()
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()
H A Droadmap.cxx783 mpDescription = new HyperLabel( &_rParent, WB_NOTABSTOP | WB_WORDBREAK ); in RoadmapItem()
/trunk/main/toolkit/source/awt/
H A Dvclxcontainer.cxx154 nStyle &= ~(WB_TABSTOP|WB_NOTABSTOP|WB_GROUP); in setTabOrder()
159 nStyle |= ( bTab ? WB_TABSTOP : WB_NOTABSTOP ); in setTabOrder()
H A Dvclxwindow.cxx1777 nStyle |= WB_NOTABSTOP; in setProperty()
/trunk/main/desktop/source/deployment/gui/
H A Ddescedit.cxx55 SetStyle( ( GetStyle() & ~WB_TABSTOP ) | WB_NOTABSTOP ); in Init()
/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/vcl/source/control/
H A Dmenubtn.cxx60 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInit()
H A Dbutton.cxx799 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
2089 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
3258 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
H A Dcombobox.cxx235 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
H A Dlstbox.cxx197 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
H A Dtabctrl.cxx100 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInit()
H A Dedit.cxx364 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
/trunk/main/svtools/source/misc/
H A Dhelpagentwindow.cxx77 m_pCloser = new CloserButton_Impl( this, WB_NOTABSTOP | WB_NOPOINTERFOCUS ); in HelpAgentWindow()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx503 WinBits nMask = ~(WB_TABSTOP | WB_NOTABSTOP); in Paint()
504 SetStyle( (GetStyle() & nMask) | (IsEmpty() ? WB_NOTABSTOP : WB_TABSTOP) ); in Paint()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx189 if ( !( nStyle & WB_NOTABSTOP ) ) in implInitStyle()
H A Drichtextcontrol.cxx189 … implAdjustTriStateFlag( xProps, PROPERTY_TABSTOP, nBits, WB_TABSTOP, WB_NOTABSTOP ); in getWinBits()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx158 #define WB_NOTABSTOP ((WinBits)0x00000200) macro
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx149 nBits |= ( bTabStop ? WB_TABSTOP : WB_NOTABSTOP ); in lcl_getWinBits_nothrow()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx810 if (!(nStyle & WB_NOTABSTOP) ) in StateChanged()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1056 m_pDropdownButton = new PushButton( this, WB_NOLIGHTBORDER | WB_RECTSTYLE | WB_NOTABSTOP); in DropDownEditControl()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1044 if ( !(nStyle & WB_NOTABSTOP) ) in ImplInitStyle()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx401 mpDropdownButton = new MenuButton( this, WB_NOLIGHTBORDER | WB_RECTSTYLE | WB_NOTABSTOP); in DropdownMenuBox()

Completed in 161 milliseconds