Lines Matching refs:mrParentWindow
960 mrParentWindow( rWindow ), in DBG_NAME()
1010 …rect.X = rect.X + mrParentWindow->GetClientWindowExtentsRelative(NULL).Left()-mrParentWindow->GetW… in getBounds()
1011 …rect.Y = rect.Y + mrParentWindow->GetClientWindowExtentsRelative(NULL).Top()-mrParentWindow->GetWi… in getBounds()
1044 return mrParentWindow->GetControlForeground().GetColor(); in getForeground()
1053 return mrParentWindow->GetControlBackground().GetColor(); in getBackground()
1119 if (mrParentWindow ) in getAccessibleStateSet()
1121 long nIndex = mrParentWindow->GetFoucsPosIndex(); in getAccessibleStateSet()
1126 if (mrParentWindow->GetBitmapPixel(sal_uInt16(mnIndexInParent))) in getAccessibleStateSet()
1254 …return Rectangle( mrParentWindow->OutputToAbsoluteScreenPixel( aRect.TopLeft() ), aRect.GetSize() … in GetBoundingBoxOnScreen()
1267 sal_Int32 nXIndex = mnIndexInParent % mrParentWindow->GetLineCount(); in GetName()
1268 sal_Int32 nYIndex = mnIndexInParent / mrParentWindow->GetLineCount(); in GetName()