Searched refs:IsWindowOrChild (Results 1 – 16 of 16) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | dialog.cxx | 291 if ( pParent->ImplGetFirstOverlapWindow()->IsWindowOrChild( pExeDlg, sal_True ) && in ImplInit() 822 if( !pParent || ( pParent && pParent->IsWindowOrChild( pModDialog, sal_True ) ) ) in EndAllDialogs() 847 if ( mpPrevExecuteDlg && !mpPrevExecuteDlg->IsWindowOrChild( this, sal_True ) ) in SetModalInputMode() 875 if ( mpPrevExecuteDlg && !mpPrevExecuteDlg->IsWindowOrChild( this, sal_True ) ) in SetModalInputMode() 890 || !pPrevModalDlg->IsWindowOrChild( this, sal_True ) ) ) in SetModalInputMode()
|
H A D | taskpanelist.cxx | 148 if ( pWindow->IsWindowOrChild( *p ) ) in AddWindow() 153 if ( (*p)->IsWindowOrChild( pWindow ) ) in AddWindow()
|
H A D | winproc.cxx | 238 !( pSVData->maHelpData.mpHelpWin->IsWindowOrChild( pChild ) || in ImplHandleMouseHelpRequest() 239 pChild->IsWindowOrChild( pSVData->maHelpData.mpHelpWin ) ) ) in ImplHandleMouseHelpRequest()
|
H A D | window.cxx | 6385 if ( IsWindowOrChild( mpWindowImpl->mpFrameData->mpFocusWin ) ) in SetParent() 6390 if ( IsWindowOrChild( mpWindowImpl->mpFrameData->mpMouseMoveWin ) ) in SetParent() 6395 if ( IsWindowOrChild( mpWindowImpl->mpFrameData->mpMouseDownWin ) ) in SetParent() 6428 IsWindowOrChild( pOldOverlapWindow->mpWindowImpl->mpLastFocusWindow )) ) in SetParent() 8391 sal_Bool Window::IsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow ) const in IsWindowOrChild() function in Window
|
/aoo42x/main/svtools/source/control/ |
H A D | fileurlbox.cxx | 88 if ( IsWindowOrChild( _rNEvt.GetWindow() ) ) in PreNotify()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 733 if (m_aConnectionURL.IsWindowOrChild(_rNEvt.GetWindow()) && m_bUserGrabFocus) in PreNotify() 740 if (m_aConnectionURL.IsWindowOrChild(_rNEvt.GetWindow()) && m_bUserGrabFocus) in PreNotify()
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextvclcontrol.cxx | 216 if ( IsWindowOrChild( _rNEvt.GetWindow() ) ) in PreNotify()
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | ebbcontrols.cxx | 588 if ( IsWindowOrChild( rNEvt.GetWindow() ) ) in PreNotify()
|
/aoo42x/main/cui/source/options/ |
H A D | connpooloptions.cxx | 391 if (m_aTimeout.IsWindowOrChild(_rNEvt.GetWindow())) in Notify()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 694 && !IsWindowOrChild( Application::GetFocusWindow(), sal_True ) ) in PreNotify()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 2185 if ( pWndAncestor->IsWindowOrChild( *i, (*i)->IsSystemWindow() ) ) in Find1RefWindow() 2201 if ( pWndAncestor->IsWindowOrChild( *j, (*j)->IsSystemWindow() ) ) in Find1RefWindow()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 987 …sal_Bool IsWindowOrChild( const Window* pWindow, sal_Bool bSystemWindow = sal_False…
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 3994 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods() 4017 if ( !pFocus || !pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods() 4023 if ( pFocus && pControl->IsWindowOrChild( pFocus, sal_True ) ) in HandleCommonMethods()
|
/aoo42x/main/vcl/source/app/ |
H A D | dbggui.cxx | 672 if ( maLstBox.IsWindowOrChild( rNEvt.GetWindow() ) ) in PreNotify()
|
/aoo42x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1002 if ( !IsWindowOrChild( pWindowEvent->GetWindow() ) ) in IMPL_LINK()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 3424 if (m_aBar.IsWindowOrChild(rEvt.GetWindow())) in PreNotify()
|
Completed in 164 milliseconds