Home
last modified time | relevance | path

Searched refs:xAccCell (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/svx/source/table/
H A Daccessibletableshape.cxx984 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()
1002 xAccCell->ResetState(AccessibleStateType::SELECTED); 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()
[all …]

Completed in 20 milliseconds