Home
last modified time | relevance | path

Searched refs:WB_SIZEABLE (Results 1 – 25 of 56) sorted by relevance

123

/aoo41x/main/svtools/source/control/
H A Dtaskbar.cxx156 if ( mnWinBits & WB_SIZEABLE ) in MouseMove()
180 if ( rMEvt.IsLeft() && (mnWinBits & WB_SIZEABLE) ) in MouseButtonDown()
243 if ( mnWinBits & (WB_BORDER | WB_SIZEABLE) ) in Paint()
258 if ( (mnWinBits & WB_SIZEABLE) ) in Paint()
349 if ( pTempTaskToolBox && (mnWinBits & WB_SIZEABLE) && !mbStatusText ) in Resize()
366 if ( mnWinBits & WB_SIZEABLE ) in Resize()
377 if ( mnWinBits & WB_SIZEABLE ) in Resize()
/aoo41x/main/tools/inc/tools/
H A Dwintypes.hxx132 #define WB_SIZEABLE ((WinBits)0x00000020) macro
154 #define WB_SIZEMOVE (WB_SIZEABLE | WB_MOVEABLE)
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx1259 if ( pWindow->mnWinStyle & WB_SIZEABLE ) in ImplTestSplit()
1427 DockingWindow::ImplInit( pParent, (nStyle | WB_CLIPCHILDREN) & ~(WB_BORDER | WB_SIZEABLE) ); in ImplInit()
1540 if ( mnWinStyle & WB_SIZEABLE ) in CalcLayoutSizePixel()
1608 if ( mnWinStyle & WB_SIZEABLE ) in ImplCalcLayout()
1664 if ( mnWinStyle & WB_SIZEABLE ) in ImplCalcLayout()
2279 if ( (mpSplitSet == mpMainSet) && (mnWinStyle & WB_SIZEABLE) && !bPropSmaller ) in ImplStartSplit()
2461 else if ( !aTestRect.IsEmpty() && !(mnWinStyle & WB_SIZEABLE) ) in MouseButtonDown()
3308 if ( (pSet == mpMainSet) && (mnWinStyle & WB_SIZEABLE) ) in SplitItem()
3839 if ( nWinStyle & WB_SIZEABLE ) in CalcWindowSizePixel()
H A Ddockwin.cxx46 #define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_…
326 …!( mnFloatBits & ( WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE ) ) ) // no full drag when migrating t… in ImplStartDocking()
855 …mnFloatBits & ( WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE ) ? mnFloatBits | WB_SYSTEMWINDOW : mnFl… in SetFloatingMode()
H A Dfloatwin.cxx97 if( nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_CLOSEABLE | WB_STANDALONE) in ImplInit()
115 if ( (nStyle & WB_SYSTEMWINDOW) && !(nStyle & (WB_MOVEABLE | WB_SIZEABLE)) ) in ImplInit()
H A Ddockmgr.cxx49 #define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_…
856 …mnFloatBits = WB_BORDER | WB_CLOSEABLE | WB_SIZEABLE | (pWindow->GetStyle() & DOCKWIN_FLOATSTY… in ImplDockingWindowWrapper()
1369 … mnFloatBits & ( WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE ) ? in SetFloatingMode()
H A Ddialog.cxx330 …if ( (nStyle & (WB_BORDER | WB_NOBORDER | WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE)) == WB_BORDER ) in ImplInit()
343 …SystemWindow::ImplInit( pParent, (nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_CLOSEABLE… in ImplInit()
H A Dbrdwin.cxx267 if ( (pBorderWindow->GetStyle() & WB_SIZEABLE) && in ImplHitTest()
1838 …WinBits nTestStyle = (WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_PINABLE | WB_CLOSEABLE | WB_STA… in ImplInit()
1865 …if ( (nOrgStyle & (WB_BORDER | WB_NOBORDER | WB_MOVEABLE | WB_SIZEABLE/* | WB_CLOSEABLE*/)) == WB_… in ImplInit()
/aoo41x/main/svx/source/tbxctrls/
H A Dlinectrl.cxx381 WinBits( WB_BORDER | WB_STDFLOATWIN | WB_SIZEABLE | WB_3DLOOK ) ), in SvxLineEndWindow()
403 WinBits( WB_BORDER | WB_STDFLOATWIN | WB_SIZEABLE | WB_3DLOOK ) ), in SvxLineEndWindow()
/aoo41x/main/soldep/source/
H A Ddepper.cxx70 mpBaseWin = new DepWin( mpGraphWin->GetBufferWindow(), WB_NOBORDER | WB_SIZEABLE | WB_AUTOSIZE ); in Depper()
71 …mpBasePrjWin = new DepWin( mpGraphPrjWin->GetBufferWindow(), WB_NOBORDER | WB_SIZEABLE | WB_AUTOSI… in Depper()
/aoo41x/main/sfx2/source/sidebar/
H A DSidebarChildWindow.cxx50 … WB_STDDOCKWIN | WB_OWNERDRAWDECORATION | WB_CLIPCHILDREN | WB_SIZEABLE | WB_3DLOOK | WB_ROLLABLE); in SidebarChildWindow()
/aoo41x/main/sfx2/source/dialog/
H A Dnavigat.cxx47 WB_STDDOCKWIN | WB_CLIPCHILDREN | WB_SIZEABLE | WB_3DLOOK | WB_ROLLABLE); in SfxNavigatorWrapper()
H A Dbasedlgs.cxx334 if ( GetStyle() & WB_SIZEABLE ) in IMPL_LINK()
649 if ( GetStyle() & WB_SIZEABLE ) in IMPL_LINK()
H A Dpartwnd.cxx72 …Wnd_Impl( pBindings, this, pParentWnd, WB_STDDOCKWIN | WB_CLIPCHILDREN | WB_SIZEABLE | WB_3DLOOK ); in SfxPartChildWnd_Impl()
/aoo41x/main/avmedia/source/framework/
H A Dmediaplayer.cxx67 …SfxDockingWindow( _pBindings, pCW, pParent, WB_CLOSEABLE | WB_MOVEABLE | WB_SIZEABLE | WB_DOCKABLE… in SFX_IMPL_DOCKINGWINDOW()
/aoo41x/main/sfx2/source/inc/
H A Dsplitwin.hxx74 WinBits nBits = WB_BORDER | WB_SIZEABLE | WB_3DLOOK );
/aoo41x/main/framework/source/uielement/
H A Daddonstoolbarwrapper.cxx142 …ACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE | WB_SIZEABLE | WB_CLOSEABLE; in initialize()
H A Dpanelwrapper.cxx176 …ACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE | WB_SIZEABLE | WB_CLOSEABLE; in initialize()
H A Dtoolbarwrapper.cxx177 …ACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE | WB_SIZEABLE | WB_CLOSEABLE; in initialize()
/aoo41x/main/basctl/source/basicide/
H A Dbastypes.cxx395 WB_SIZEABLE | WB_ROLLABLE | in BasicDockingWindow()
517 TabBar( pParent, WinBits( WB_3DLOOK | WB_SCROLL | WB_BORDER | WB_SIZEABLE | WB_DRAG ) ) in BasicIDETabBar()
/aoo41x/main/sd/source/ui/view/
H A Dtabcontr.cxx92 TabBar( pParent, WinBits( WB_BORDER | WB_3DLOOK | WB_SCROLL | WB_SIZEABLE | WB_DRAG) ), in TabControl()
/aoo41x/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx63 : TabBar( pParent, WinBits( WB_BORDER | WB_3DLOOK | WB_SCROLL | WB_SIZEABLE ) ), in LayerTabBar()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx161 if ( GetStyle() & WB_SIZEABLE ) in Initialize()
/aoo41x/main/svtools/inc/svtools/
H A Dtaskbar.hxx404 TaskBar( Window* pParent, WinBits nWinStyle = WB_BORDER | WB_SIZEABLE );
/aoo41x/main/accessibility/source/extended/
H A Daccessibletabbar.cxx152 if ( m_pTabBar->GetStyle() & WB_SIZEABLE ) in FillAccessibleStateSet()

Completed in 105 milliseconds

123