Lines Matching refs:GetWindow

4388             pWindow = pWindow->GetWindow( WINDOW_FIRSTCHILD );  in lcl_appendWindowInfo()
5109 if ( mpWindowImpl->mbCompoundControl || ( rNEvt.GetWindow() == this ) ) in ImplNotifyKeyMouseCommandEventListeners()
5111 if ( rNEvt.GetWindow() == this ) in ImplNotifyKeyMouseCommandEventListeners()
5117 … CommandEvent aCommandEvent = ImplTranslateCommandEvent( *pCEvt, rNEvt.GetWindow(), this ); in ImplNotifyKeyMouseCommandEventListeners()
5133 if ( mpWindowImpl->mbCompoundControl || ( rNEvt.GetWindow() == this ) ) in ImplNotifyKeyMouseCommandEventListeners()
5135 if ( rNEvt.GetWindow() == this ) in ImplNotifyKeyMouseCommandEventListeners()
5139 …ouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this ); in ImplNotifyKeyMouseCommandEventListeners()
5146 if ( mpWindowImpl->mbCompoundControl || ( rNEvt.GetWindow() == this ) ) in ImplNotifyKeyMouseCommandEventListeners()
5148 if ( rNEvt.GetWindow() == this ) in ImplNotifyKeyMouseCommandEventListeners()
5152 …ouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this ); in ImplNotifyKeyMouseCommandEventListeners()
5159 if ( mpWindowImpl->mbCompoundControl || ( rNEvt.GetWindow() == this ) ) in ImplNotifyKeyMouseCommandEventListeners()
5161 if ( rNEvt.GetWindow() == this ) in ImplNotifyKeyMouseCommandEventListeners()
5165 …ouseEvent aMouseEvent = ImplTranslateMouseEvent( *rNEvt.GetMouseEvent(), rNEvt.GetWindow(), this ); in ImplNotifyKeyMouseCommandEventListeners()
5172 if ( mpWindowImpl->mbCompoundControl || ( rNEvt.GetWindow() == this ) ) in ImplNotifyKeyMouseCommandEventListeners()
5177 if ( mpWindowImpl->mbCompoundControl || ( rNEvt.GetWindow() == this ) ) in ImplNotifyKeyMouseCommandEventListeners()
5221 if ( bCompoundFocusChanged || ( rNEvt.GetWindow() == this ) ) in PreNotify()
5233 if ( bCompoundFocusChanged || ( rNEvt.GetWindow() == this ) ) in PreNotify()
5334 Window* pWindow = rNEvt.GetWindow(); in Notify()
5379 ImplDlgCtrlFocusChanged( rNEvt.GetWindow(), rNEvt.GetType() == EVENT_GETFOCUS ); in Notify()
5380 if ( (rNEvt.GetWindow() == this) && (rNEvt.GetType() == EVENT_GETFOCUS) && in Notify()
7849 pWin->ImplGetFrameWindow()->GetWindow( WINDOW_CLIENT )->GrabFocus(); in GrabFocusToDocument()
8277 Window* Window::GetWindow( sal_uInt16 nType ) const in GetWindow() function in Window
8327 return mpWindowImpl->mpBorderWindow->GetWindow( WINDOW_BORDER ); in GetWindow()
8854 Window* pChild = GetWindow( nFirstWindowType ); in ImplGetAccessibleCandidateChildWindowCount()
8873 Window* pChild = GetWindow( nFirstWindowType ); in ImplGetAccessibleCandidateChild()
8982 ((WorkWindow *) this)->GetMenuBar()->GetWindow() && in GetAccessibleChildWindowCount()
8983 ((WorkWindow *) this)->GetMenuBar()->GetWindow()->IsVisible() in GetAccessibleChildWindowCount()
9014 if( pMenuBar->GetWindow() && pMenuBar->GetWindow()->IsVisible() ) in GetAccessibleChildWindow()
9015 return pMenuBar->GetWindow(); in GetAccessibleChildWindow()