Home
last modified time | relevance | path

Searched refs:IsCompoundControl (Results 1 – 8 of 8) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx317 … 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()
H A Dvclxwindow.cxx615 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()
H A Dvclxtoolkit.cxx1732 if (!p->IsCompoundControl()) in callFocusListeners()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx926 sal_Bool IsCompoundControl() const;
/trunk/main/vcl/source/window/
H A Dwindow2.cxx1865 sal_Bool Window::IsCompoundControl() const in IsCompoundControl() function in Window
H A Dbrdwin.cxx1170 if( pWin->GetParent() && pWin->GetParent()->IsCompoundControl() ) in Init()
H A Dwindow.cxx5189 if( pParent->IsCompoundControl() ) in ImplNotifyKeyMouseCommandEventListeners()
6587 if( mpWindowImpl->mbFrame && GetParent() && GetParent()->IsCompoundControl() && in Show()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3507 if ( ( _rWindow.IsCompoundControl() in onWindowEvent()
3512 || ( !_rWindow.IsCompoundControl() in onWindowEvent()

Completed in 177 milliseconds