Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx473 if(aNewCell.Tab() != maActiveCell.Tab()) in Notify()
526 CommitFocusCell(aNewCell); in Notify()
553 CommitFocusCell(aNewCell); in Notify()
562 xChild = getAccessibleCellAt(aNewCell.Row(),aNewCell.Col()); in Notify()
564 maActiveCell = aNewCell; in Notify()
589 CommitFocusCell(aNewCell); in Notify()
620 CommitFocusCell(aNewCell); in Notify()
633 if( maActiveCell == aNewCell) in Notify()
639 pScDoc->GetString(aNewCell.Col(),aNewCell.Row(),aNewCell.Tab(), valStr); in Notify()
802 mpAccCell = GetAccessibleCellAt(aNewCell.Row(), aNewCell.Col()); in CommitFocusCell()
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx302 void CommitFocusCell(const ScAddress &aNewCell);

Completed in 26 milliseconds