Lines Matching refs:mrMenu

57 	mpParent->mrMenu.AddEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) );  in ToolbarMenuAcc()
65 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ~ToolbarMenuAcc()
99 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ProcessWindowEvent()
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()
247 aRet = mpParent->mrMenu.GetAccessibleName(); in getAccessibleName()
251 Window* pLabel = mpParent->mrMenu.GetAccessibleRelationLabeledBy(); in getAccessibleName()
252 if( pLabel && pLabel != &mpParent->mrMenu ) in getAccessibleName()
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()
716 xRet = mpParent->mrMenu.GetAccessible(); in getAccessibleParent()
732 Reference< XAccessibleContext > xParent( mpParent->mrMenu.GetAccessible(), UNO_QUERY ); in getAccessibleIndexInParent()
814 if( mpParent->mrMenu.getHighlightedEntryId() == mpParent->mnEntryId ) in getAccessibleStateSet()
919 Rectangle aParentRect( aOrigin, mpParent->mrMenu.GetOutputSizePixel() ); in getBounds()
949 …const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( mpParent->maRect.TopLeft() )… in getLocationOnScreen()