Lines Matching refs:mpRepr
159 mpRepr( &rRepr ), in SvxRectCtlAccessibleContext()
226 long nChild = PointToIndex( mpRepr->GetApproxRPFromPixPt( rPoint ), mbAngleMode ); in getAccessibleAtPoint()
269 return mpRepr->IsVisible(); in isVisible()
285 return mpRepr->GetNumOfChilds(); in getAccessibleChildCount()
312 Rectangle aFocusRect( mpRepr->CalculateFocusRectangle( p->ePoint ) ); in getAccessibleChild()
314 …Rectangle aBoundingBoxOnScreen( mpRepr->OutputToScreenPixel( aFocusRect.TopLeft() ), aFocusRect.G… in getAccessibleChild()
317 this, *mpRepr, aName, aDescr, aFocusRect, nIndex ); in getAccessibleChild()
386 Window* pWindow = mpRepr; in getAccessibleRelationSet()
423 if( mpRepr->HasFocus() ) in getAccessibleStateSet()
494 Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in addFocusListener()
509 Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in removeFocusListener()
522 mpRepr->GrabFocus(); in grabFocus()
538 return mpRepr->GetControlForeground().GetColor(); in getForeground()
547 return mpRepr->GetControlBackground().GetColor(); in getBackground()
606 mpRepr->SetActualRP( pData->ePoint ); in selectAccessibleChild()
780 mpRepr = NULL; // object dies with representation in disposing()
820 …return Rectangle( mpRepr->GetParent()->OutputToScreenPixel( mpRepr->GetPosPixel() ), mpRepr->GetSi… in GetBoundingBoxOnScreen()
830 return Rectangle( mpRepr->GetPosPixel(), mpRepr->GetSizePixel() ); in GetBoundingBox()