Home
last modified time | relevance | path

Searched refs:WB_MOVEABLE (Results 1 – 25 of 26) sorted by relevance

12

/aoo41x/main/tools/inc/tools/
H A Dwintypes.hxx137 #define WB_MOVEABLE ((WinBits)0x00000100) macro
154 #define WB_SIZEMOVE (WB_SIZEABLE | WB_MOVEABLE)
261 #define WB_STDDOCKWIN (WB_DOCKABLE | WB_MOVEABLE | WB_CLOSEABLE)
263 #define WB_STDDIALOG (WB_MOVEABLE | WB_CLOSEABLE)
/aoo41x/main/vcl/source/window/
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()
134 mnTitle = (nStyle & WB_MOVEABLE) ? FLOATWIN_TITLE_NORMAL : FLOATWIN_TITLE_NONE; in ImplInit()
674 if( mpWindowImpl->mbFrame && (GetStyle() & WB_MOVEABLE) ) in StartPopupMode()
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 Dmsgbox.cxx174 ImplInit( pParent, nStyle | WB_MOVEABLE | WB_HORZ | WB_CENTER ); in MessBox()
198 ImplInit( pParent, nBits | WB_MOVEABLE | WB_HORZ | WB_CENTER ); in MessBox()
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.cxx211 if ( !(pBorderWindow->GetStyle() & WB_MOVEABLE) || in ImplInitTitle()
1496 …if ( !(pBorderWindow->GetStyle() & WB_MOVEABLE) || (pData->mnTitleType == BORDERWINDOW_TITLE_NONE)… in Init()
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()
H A Ddockmgr.cxx49 #define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_…
1369 … mnFloatBits & ( WB_MOVEABLE | WB_SIZEABLE | WB_CLOSEABLE ) ? in SetFloatingMode()
H A Dwindow.cxx801 if ( nStyle & WB_MOVEABLE ) in ImplInit()
970 if ( nStyle & (WB_MOVEABLE | WB_SIZEABLE | WB_APP) ) in ImplInit()
4067 …cus()) || ( pParent->GetStyle() & WB_SYSTEMFLOATWIN ) ) && !( pParent->GetStyle() & WB_MOVEABLE ) ) in ImplGrabFocus()
5747 else if ( mpWindowImpl->mbFrame && (mpWindowImpl->mnStyle & WB_MOVEABLE) ) in CalcTitleWidth()
8833 if( mpWindowImpl->mbFrame && mpWindowImpl->mnStyle & (WB_MOVEABLE | WB_SIZEABLE) ) in ImplIsAccessibleCandidate()
8843 if( (mpWindowImpl->mnStyle & (WB_MOVEABLE | WB_SIZEABLE)) ) in ImplIsAccessibleNativeFrame()
9732 if( bDecorated || (pFrameWin->mpWindowImpl->mnStyle & (WB_MOVEABLE | WB_SIZEABLE) ) ) in HasActiveChildFrame()
H A Dwinproc.cxx1608 if( pWindow->GetStyle() & (WB_MOVEABLE|WB_SIZEABLE) ) in ImplHandleResize()
1683 if( pWindow->GetStyle() & (WB_MOVEABLE|WB_SIZEABLE) ) in ImplHandleMove()
/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/framework/source/uielement/
H A Daddonstoolbarwrapper.cxx142 …sal_uLong nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE… in initialize()
H A Dpanelwrapper.cxx176 …sal_uInt32 nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABL… in initialize()
H A Dtoolbarwrapper.cxx177 …sal_uLong nStyles = WB_LINESPACING | WB_BORDER | WB_SCROLL | WB_MOVEABLE | WB_3DLOOK | WB_DOCKABLE… in initialize()
/aoo41x/main/basic/source/runtime/
H A Dinputbox.cxx62 ModalDialog( pParent,WB_3DLOOK | WB_MOVEABLE | WB_CLOSEABLE ), in SvRTLInputBox()
H A Diosys.cxx94 :ModalDialog( pParent, WB_3DLOOK | WB_MOVEABLE | WB_CLOSEABLE ), in SbiInputDialog()
/aoo41x/main/svtools/source/uno/wizard/
H A Dwizardshell.cxx77 :WizardShell_Base( i_pParent, WB_MOVEABLE | WB_CLOSEABLE ) in WizardShell()
/aoo41x/main/winaccessibility/source/service/
H A DAccTopWindowListener.cxx114 if( window->GetStyle() & WB_MOVEABLE ) in handleWindowOpened()
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_status.cxx346 StatusWindow( WB_MOVEABLE ), in IIIMPStatusWindow()
/aoo41x/main/svtools/workben/
H A Dbrowser.cxx186 ModalDialog( pParent, WinBits( WB_MOVEABLE | WB_CLOSEABLE | WB_3DLOOK ) ), in BrowseModeDialog()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx99 ,Window( pParent, WB_3DLOOK|WB_MOVEABLE ) in DBG_NAME()
/aoo41x/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx181 nWinBits |= WB_MOVEABLE; in ImplGetWinBits()
252 nWinBits &= ~WB_MOVEABLE; in ImplGetWinBits()
H A Dvclxaccessiblecomponent.cxx523 …etAccessibleRole() == accessibility::AccessibleRole::DIALOG )&& pWindow->GetStyle() & WB_MOVEABLE ) in FillAccessibleStateSet()
/aoo41x/main/basctl/source/basicide/
H A Dbastypes.cxx394 DockingWindow( pParent, WB_BORDER | WB_3DLOOK | WB_DOCKABLE | WB_MOVEABLE | in BasicDockingWindow()
/aoo41x/main/rsc/source/parser/
H A Drscinit.cxx272 aWinBits.SetConstant( nMoveableId, sal::static_int_cast<sal_Int32>(WB_MOVEABLE) ); in Init()
/aoo41x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx496 { WB_MOVEABLE, awt::WindowAttribute::MOVEABLE, NULL, NOTYPE, 0, 0 },

Completed in 331 milliseconds

12