Home
last modified time | relevance | path

Searched refs:WB_RECTSTYLE (Results 1 – 12 of 12) sorted by relevance

/AOO42X/main/svx/source/fmcomp/ !
H A Dgridctrl.cxx385 ,m_aFirstBtn(this, WB_RECTSTYLE|WB_NOPOINTERFOCUS) in NavigationBar()
386 ,m_aPrevBtn(this, WB_REPEAT|WB_RECTSTYLE|WB_NOPOINTERFOCUS) in NavigationBar()
387 ,m_aNextBtn(this, WB_REPEAT|WB_RECTSTYLE|WB_NOPOINTERFOCUS) in NavigationBar()
388 ,m_aLastBtn(this, WB_RECTSTYLE|WB_NOPOINTERFOCUS) in NavigationBar()
389 ,m_aNewBtn(this, WB_RECTSTYLE|WB_NOPOINTERFOCUS) in NavigationBar()
/AOO42X/main/tools/inc/tools/ !
H A Dwintypes.hxx200 #define WB_RECTSTYLE ((WinBits)0x08000000) macro
/AOO42X/main/fpicker/source/office/ !
H A Diodlgimp.cxx160 SetStyle( GetStyle() | WB_NOPOINTERFOCUS | WB_RECTSTYLE | WB_SMALLSTYLE ); in SvtFileDialogURLSelector()
/AOO42X/main/svtools/inc/svtools/ !
H A Divctrl.hxx215 #define WB_ICON WB_RECTSTYLE
/AOO42X/main/rsc/source/parser/ !
H A Drscinit.cxx350 aWinBits.SetConstant( nRectStyleId, sal::static_int_cast<sal_Int32>(WB_RECTSTYLE) ); in Init()
/AOO42X/main/extensions/source/propctrlr/ !
H A Dstandardcontrol.cxx1056 … m_pDropdownButton = new PushButton( this, WB_NOLIGHTBORDER | WB_RECTSTYLE | WB_NOTABSTOP); in DropDownEditControl()
/AOO42X/main/vcl/source/control/ !
H A Dlstbox.cxx157 mpBtn = new ImplBtn( this, WB_NOLIGHTBORDER | WB_RECTSTYLE ); in ImplInit()
H A Dcombobox.cxx182 mpBtn = new ImplBtn( this, WB_NOLIGHTBORDER | WB_RECTSTYLE ); in ImplInit()
H A Dbutton.cxx53 WB_RECTSTYLE | WB_SMALLSTYLE | \
866 if ( !(pDev->GetStyle() & (WB_RECTSTYLE | WB_SMALLSTYLE)) ) in ImplDrawPushButtonFrame()
/AOO42X/main/svtools/source/control/ !
H A Dtabbar.cxx96 …PushButton( pParent, nWinStyle | WB_RECTSTYLE | WB_SMALLSTYLE | WB_NOLIGHTBORDER | WB_NOPOINTERFOC… in ImplTabButton()
/AOO42X/main/sd/source/ui/animations/ !
H A DCustomAnimationDialog.cxx401 mpDropdownButton = new MenuButton( this, WB_NOLIGHTBORDER | WB_RECTSTYLE | WB_NOTABSTOP); in DropdownMenuBox()
/AOO42X/main/vcl/source/window/ !
H A Dmenu.cxx5237 aFloatBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ), in MenuBarWindow()
5238 aHideBtn( this, WB_NOPOINTERFOCUS | WB_SMALLSTYLE | WB_RECTSTYLE ) in MenuBarWindow()