Lines Matching refs:pPixelCtl

103     pPixelCtl(&rControl),  in SvxPixelCtlAccessible()
132 if(pPixelCtl) in getAccessibleChildCount()
134 return pPixelCtl->GetSquares(); in getAccessibleChildCount()
150 if(pPixelCtl) in getAccessibleChild()
152 return CreateChild(i, pPixelCtl->IndexToPoint(i)); in getAccessibleChild()
171 if(pPixelCtl) in getAccessibleParent()
172 xRet = pPixelCtl->GetParent()->GetAccessible( sal_True ); in getAccessibleParent()
182 if(pPixelCtl) in getAccessibleIndexInParent()
184 Window* pTabPage = pPixelCtl->GetParent(); in getAccessibleIndexInParent()
187 if(pTabPage->GetChild( nIdx ) == pPixelCtl) in getAccessibleIndexInParent()
206 if(pPixelCtl) in getAccessibleDescription()
207 return pPixelCtl->GetAccessibleDescription(); in getAccessibleDescription()
219 if(pPixelCtl) in getAccessibleName()
220 return pPixelCtl->GetAccessibleName(); in getAccessibleName()
231 Window* pWindow = (Window*)pPixelCtl; in getAccessibleRelationSet()
265 if(!pPixelCtl) in getAccessibleStateSet()
283 if(pPixelCtl->IsEnabled()) in getAccessibleStateSet()
285 if(pPixelCtl->HasFocus()) in getAccessibleStateSet()
316 if(pPixelCtl) in containsPoint()
318 && (aPoint.X() < pPixelCtl->GetSizePixel().getWidth()) in containsPoint()
320 && (aPoint.Y() < pPixelCtl->GetSizePixel().getHeight()); in containsPoint()
336 if(pPixelCtl) in getAccessibleAtPoint()
338 Point pt= pPixelCtl->PixelToLogic(childPoint); in getAccessibleAtPoint()
339 long nIndex = pPixelCtl->PointToIndex(pt); in getAccessibleAtPoint()
340 return CreateChild(nIndex,pPixelCtl->IndexToPoint(nIndex)); in getAccessibleAtPoint()
354 if(pPixelCtl) in getBounds()
356 aSz = pPixelCtl->GetSizePixel(); in getBounds()
357 aPos = pPixelCtl->GetPosPixel(); in getBounds()
371 aPos = pPixelCtl->GetPosPixel(); in getLocation()
381 rect = pPixelCtl->GetWindowExtentsRelative(NULL); in getLocationOnScreen()
391 aSz = pPixelCtl->GetSizePixel(); in getSize()
399 if(pPixelCtl) in grabFocus()
400 pPixelCtl->GrabFocus(); in grabFocus()
409 return pPixelCtl->GetControlForeground().GetColor(); in getForeground()
418 return pPixelCtl->GetControlBackground().GetColor(); in getBackground()
467 long nIndex = pPixelCtl->ShowPosition(pPixelCtl->IndexToPoint(nChildIndex)); in selectAccessibleChild()
477 return pPixelCtl->GetFoucsPosIndex() == nChildIndex; in isAccessibleChildSelected()
515 if(pPixelCtl) in getSelectedAccessibleChild()
545 if( nRow >= pPixelCtl->GetHeight() || nRow <0) in ensureIsValidRow()
553 if( nColumn >= pPixelCtl->GetWidth() || nColumn <0 ) in ensureIsValidColumn()
569 if( nChildIndex >= pPixelCtl->GetSquares()) in ensureIsValidIndex()
808 pPixelCtl = 0; in Invalidate()
817 if(!pPixelCtl) in IsValid()
840 pChild->ChangePixelColorOrBG(sal_Bool(pPixelCtl->GetBitmapPixel(sal_uInt16(nIndex)))); in NotifyChild()
846 uno::Reference <XAccessible> xNewChild =CreateChild(nIndex, pPixelCtl->IndexToPoint(nIndex)); in NotifyChild()
879 nX = (sal_uInt16) pPixelCtl->GetWidth() - 1 - nX; in CreateChild()
882 sal_Bool bPixelColorOrBG= sal_Bool(pPixelCtl->GetBitmapPixel(sal_uInt16(nIndex))); in CreateChild()
883 …Size size(pPixelCtl->GetWidth() / pPixelCtl->GetLineCount(),pPixelCtl->GetHeight() / pPixelCtl->Ge… in CreateChild()
885 xChild = new SvxPixelCtlAccessibleChild(pPixelCtl, in CreateChild()