Lines Matching refs:mpParent

54 , mpParent( &rParent )  in ToolbarMenuAcc()
57 mpParent->mrMenu.AddEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ToolbarMenuAcc()
64 if( mpParent ) in ~ToolbarMenuAcc()
65 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ~ToolbarMenuAcc()
78 …if ( mpParent && pEvent && pEvent->ISA( VclWindowEvent ) && (pEvent->GetId() != VCLEVENT_WINDOW_EN… in IMPL_LINK()
99 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ProcessWindowEvent()
100 mpParent = 0; in ProcessWindowEvent()
108 mpParent->notifyHighlightedEntry(); in ProcessWindowEvent()
173 return mpParent->getAccessibleChildCount(); in getAccessibleChildCount()
183 return mpParent->getAccessibleChild(i); in getAccessibleChild()
195 Window* pParent = mpParent->mrMenu.GetParent(); in getAccessibleParent()
209 Window* pParent = mpParent->mrMenu.GetParent(); in getAccessibleIndexInParent()
214 if( pParent->GetChild( i ) == &mpParent->mrMenu ) in getAccessibleIndexInParent()
246 if( mpParent ) in getAccessibleName()
247 aRet = mpParent->mrMenu.GetAccessibleName(); in getAccessibleName()
251 Window* pLabel = mpParent->mrMenu.GetAccessibleRelationLabeledBy(); in getAccessibleName()
252 if( pLabel && pLabel != &mpParent->mrMenu ) in getAccessibleName()
381 const int nEntryCount = mpParent->maEntryVector.size(); in getAccessibleAtPoint()
384 ToolbarMenuEntry* pEntry = mpParent->maEntryVector[nEntry]; in getAccessibleAtPoint()
408 const Point aOutPos( mpParent->mrMenu.GetPosPixel() ); in getBounds()
409 const Size aOutSize( mpParent->mrMenu.GetOutputSizePixel() ); in getBounds()
426 const Point aOutPos( mpParent->mrMenu.GetPosPixel() ); in getLocation()
436 const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( Point() ) ); in getLocationOnScreen()
446 const Size aOutSize( mpParent->mrMenu.GetOutputSizePixel() ); in getSize()
456 mpParent->mrMenu.GrabFocus(); in grabFocus()
492 mpParent->selectAccessibleChild( nChildIndex ); in selectAccessibleChild()
501 return mpParent->isAccessibleChildSelected( nChildIndex ); in isAccessibleChildSelected()
510 mpParent->clearAccessibleSelection(); in clearAccessibleSelection()
528 return mpParent->mnHighlightedEntry != -1 ? 1 : 0; in getSelectedAccessibleChildCount()
538 if( (mpParent->mnHighlightedEntry != -1) && (nSelectedChildIndex == 0) ) in getSelectedAccessibleChild()
540 ToolbarMenuEntry* pEntry = mpParent->maEntryVector[ mpParent->mnHighlightedEntry ]; in getSelectedAccessibleChild()
565 mpParent->clearAccessibleSelection(); in deselectAccessibleChild()
583 mpParent = NULL; in disposing()
606 if(rBHelper.bDisposed || rBHelper.bInDispose || !mpParent) in ThrowIfDisposed()
618 , mpParent( pParent ) in ToolbarMenuEntryAcc()
667 mpParent = NULL; in disposing()
715 if( mpParent ) in getAccessibleParent()
716 xRet = mpParent->mrMenu.GetAccessible(); in getAccessibleParent()
730 if( mpParent ) in getAccessibleIndexInParent()
732 Reference< XAccessibleContext > xParent( mpParent->mrMenu.GetAccessible(), UNO_QUERY ); in getAccessibleIndexInParent()
774 if( mpParent ) in getAccessibleName()
776 aRet = mpParent->maText; in getAccessibleName()
781 aRet += String::CreateFromInt32( mpParent->mnEntryId ); in getAccessibleName()
802 if( mpParent ) in getAccessibleStateSet()
809 if( mpParent->mnEntryId != TITLE_ID ) in getAccessibleStateSet()
814 if( mpParent->mrMenu.getHighlightedEntryId() == mpParent->mnEntryId ) in getAccessibleStateSet()
915 if( mpParent ) in getBounds()
917 Rectangle aRect( mpParent->maRect ); in getBounds()
919 Rectangle aParentRect( aOrigin, mpParent->mrMenu.GetOutputSizePixel() ); in getBounds()
947 if( mpParent ) in getLocationOnScreen()
949 …const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( mpParent->maRect.TopLeft() )… in getLocationOnScreen()