Lines Matching refs:pAccShape

94 …ScAccessibleShapeData() : pAccShape(NULL), pRelationCell(NULL), bSelected(sal_False), bSelectable(…  in ScAccessibleShapeData()
96 mutable ::accessibility::AccessibleShape* pAccShape;
106 if (pAccShape) in ~ScAccessibleShapeData()
108 pAccShape->dispose(); in ~ScAccessibleShapeData()
109 pAccShape->release(); in ~ScAccessibleShapeData()
206 if (pAccShapeData->pAccShape) in operator ()()
207 pAccShapeData->pAccShape->ResetState(AccessibleStateType::SELECTED); in operator ()()
221 if (pAccShapeData->pAccShape) in operator ()()
222 pAccShapeData->pAccShape->SetState(AccessibleStateType::SELECTED); in operator ()()
461 if ((*aItr)->pAccShape) in ReplaceChild()
463 DBG_ASSERT((*aItr)->pAccShape == pCurrentChild, "wrong child found"); in ReplaceChild()
473 (*aItr)->pAccShape = pReplacement; in ReplaceChild()
494 ::accessibility::AccessibleShape* pAccShape = pShape->pAccShape; in GetAccControlShapeFromModel()
495 …if (pAccShape && ::accessibility::ShapeTypeHandler::Instance().GetTypeId (pAccShape->GetXShape())… in GetAccControlShapeFromModel()
497 …leControlShape *pCtlAccShape = static_cast < ::accessibility::AccessibleControlShape* >(pAccShape); in GetAccControlShapeFromModel()
515 …r::uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pShape->pAccShape ); in GetAccessibleCaption()
548 if (!pData->pAccShape) in Get()
552 pData->pAccShape = rShapeHandler.CreateAccessibleObject( in Get()
554 if (pData->pAccShape) in Get()
556 pData->pAccShape->acquire(); in Get()
557 pData->pAccShape->Init(); in Get()
559 pData->pAccShape->SetState(AccessibleStateType::SELECTED); in Get()
561 pData->pAccShape->ResetState(AccessibleStateType::SELECTABLE); in Get()
562 pData->pAccShape->SetRelationSet(GetRelationSet(pData)); in Get()
565 return pData->pAccShape; in Get()
591 if (!pShape->pAccShape) in GetAt()
594 if (pShape->pAccShape) in GetAt()
597 aPoint -= VCLRectangle(pShape->pAccShape->getBounds()).TopLeft(); in GetAt()
598 if (pShape->pAccShape->containsPoint(AWTPoint(aPoint))) in GetAt()
600 xAccessible = pShape->pAccShape; in GetAt()
706 if (maZOrderedShapes[nIndex]->pAccShape) in Select()
707 maZOrderedShapes[nIndex]->pAccShape->SetState(AccessibleStateType::SELECTED); in Select()
834 xAccessible = (*aItr)->pAccShape; in GetSelected()
862 if (maZOrderedShapes[nChildIndex]->pAccShape) in Deselect()
863 maZOrderedShapes[nChildIndex]->pAccShape->ResetState(AccessibleStateType::SELECTED); in Deselect()
975 if ((*aDataItr)->pAccShape) in FindSelectedShapesChanges()
977 (*aDataItr)->pAccShape->SetState(AccessibleStateType::SELECTED); in FindSelectedShapesChanges()
978 (*aDataItr)->pAccShape->ResetState(AccessibleStateType::FOCUSED); in FindSelectedShapesChanges()
996 if ((*aDataItr)->pAccShape) in FindSelectedShapesChanges()
998 (*aDataItr)->pAccShape->ResetState(AccessibleStateType::SELECTED); in FindSelectedShapesChanges()
999 (*aDataItr)->pAccShape->ResetState(AccessibleStateType::FOCUSED); in FindSelectedShapesChanges()
1048 …if ( bIsFocuseMarked && (aFocusedItr != aDataEndItr) && (*aFocusedItr)->pAccShape && (mnShapesSele… in FindSelectedShapesChanges()
1050 (*aFocusedItr)->pAccShape->SetState(AccessibleStateType::FOCUSED); in FindSelectedShapesChanges()
1118 uno::Reference< XAccessible > xChild( (*vi)->pAccShape); in FindSelectedShapesChanges()
1129 uno::Reference< XAccessible > xChild( (*vi)->pAccShape); in FindSelectedShapesChanges()
1244 if (pData->pAccShape) in SetAnchor()
1245 pData->pAccShape->SetRelationSet(GetRelationSet(pData)); in SetAnchor()
1394 if (pAccShapeData && pAccShapeData->pAccShape) in operator ()()
1396 …pAccShapeData->pAccShape->ViewForwarderChanged(::accessibility::IAccessibleViewForwarderListener::… in operator ()()