Searched refs:xAccCell (Results 1 – 1 of 1) sorted by relevance
984 Reference< AccessibleCell > xAccCell = mxImpl->getAccessibleCell( xCell ); in selectionChanged() local985 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[all …]