Lines Matching refs:mpRepr
102 mpRepr( &rRepr ), in DBG_NAME()
182 return mpRepr->IsVisible(); in isVisible()
282 if ( mpRepr ) in getAccessibleStateSet()
284 if ( mpRepr->GetStyle() & WB_HORZ ) in getAccessibleStateSet()
355 uno::Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in addFocusListener()
370 uno::Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in removeFocusListener()
383 mpRepr->GrabFocus(); in grabFocus()
399 return mpRepr->GetControlForeground().GetColor(); in getForeground()
408 return mpRepr->GetControlBackground().GetColor(); in getBackground()
473 mpRepr = NULL; // object dies with representation in disposing()
499 …return Rectangle( mpRepr->GetParent()->OutputToAbsoluteScreenPixel( mpRepr->GetPosPixel() ), mpRep… in GetBoundingBoxOnScreen()
509 return Rectangle( mpRepr->GetPosPixel(), mpRepr->GetSizePixel() ); in GetBoundingBox()