Lines Matching refs:aFormulaAddr
388 ScAddress aFormulaAddr; in GotFocus() local
389 if(!GetFormulaCurrentFocusCell(aFormulaAddr)) in GotFocus()
393 m_pAccFormulaCell = GetAccessibleCellAt(aFormulaAddr.Row(),aFormulaAddr.Col()); in GotFocus()
1582 ScAddress aFormulaAddr; in NotifyRefMode() local
1583 if(!GetFormulaCurrentFocusCell(aFormulaAddr)) in NotifyRefMode()
1587 if (m_aFormulaActiveCell != aFormulaAddr) in NotifyRefMode()
1600 m_pAccFormulaCell = GetAccessibleCellAt(aFormulaAddr.Row(), aFormulaAddr.Col()); in NotifyRefMode()
1611 m_mapFormulaSelectionSend.insert(MAP_ADDR_XACC::value_type(aFormulaAddr,xNew)); in NotifyRefMode()
1613 m_vecFormulaLastMyAddr.push_back(aFormulaAddr); in NotifyRefMode()
1646 if (*viAddr == aFormulaAddr) in NotifyRefMode()
1666 m_aFormulaActiveCell = aFormulaAddr; in NotifyRefMode()