Lines Matching refs:xAccCell
984 Reference< AccessibleCell > xAccCell = mxImpl->getAccessibleCell( xCell ); in selectionChanged() local
985 if (xAccCell.is()) in selectionChanged()
987 sal_Int32 nIndex = xAccCell->getAccessibleIndexInParent(), in selectionChanged()
992 xAccCell->SetState(AccessibleStateType::SELECTED); in selectionChanged()
993 xAccCell->CommitChange(AccessibleEventId::SELECTION_CHANGED, Any(), Any()); in selectionChanged()
997 xAccCell->SetState(AccessibleStateType::SELECTED); in selectionChanged()
998 xAccCell->CommitChange(AccessibleEventId::SELECTION_CHANGED_ADD, Any(), Any()); in selectionChanged()
1002 xAccCell->ResetState(AccessibleStateType::SELECTED); in selectionChanged()
1003 xAccCell->CommitChange(AccessibleEventId::SELECTION_CHANGED_REMOVE, Any(), Any()); in selectionChanged()
1013 Reference< AccessibleCell > xAccCell; in GetActiveAccessibleCell() local
1028 xAccCell = mxImpl->getAccessibleCell(Reference< XCell >( xCellRef.get() )); in GetActiveAccessibleCell()
1029 if (xAccCell.is()) in GetActiveAccessibleCell()
1030 pAccCell = xAccCell.get(); in GetActiveAccessibleCell()