Searched refs:IsCompoundControl (Results 1 – 8 of 8) sorted by relevance
317 … if( (pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_GETFOCUS) || in ProcessWindowEvent()318 … (!pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_GETFOCUS) ) in ProcessWindowEvent()323 if( (pAccWindow->IsCompoundControl() && pAccWindow->HasChildPathFocus()) || in ProcessWindowEvent()324 (!pAccWindow->IsCompoundControl() && pAccWindow->HasFocus()) ) in ProcessWindowEvent()335 … if( (pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_LOSEFOCUS) || in ProcessWindowEvent()336 … (!pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_LOSEFOCUS) ) in ProcessWindowEvent()513 if ( pWindow->HasFocus() || ( pWindow->IsCompoundControl() && pWindow->HasChildPathFocus() ) ) in FillAccessibleStateSet()
615 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()618 || ( !rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()637 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()640 || ( !rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()657 while ( pNextC && !pNextC->IsCompoundControl() ) in ProcessWindowEvent()1664 if ( pWindow->IsCompoundControl() ) in setProperty()
1732 if (!p->IsCompoundControl()) in callFocusListeners()
926 sal_Bool IsCompoundControl() const;
1865 sal_Bool Window::IsCompoundControl() const in IsCompoundControl() function in Window
1170 if( pWin->GetParent() && pWin->GetParent()->IsCompoundControl() ) in Init()
5189 if( pParent->IsCompoundControl() ) in ImplNotifyKeyMouseCommandEventListeners()6587 if( mpWindowImpl->mbFrame && GetParent() && GetParent()->IsCompoundControl() && in Show()
3507 if ( ( _rWindow.IsCompoundControl() in onWindowEvent()3512 || ( !_rWindow.IsCompoundControl() in onWindowEvent()
Completed in 119 milliseconds