Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx268 m_pAccFormulaCell(NULL), in ScAccessibleSpreadsheet()
386 if (!m_pAccFormulaCell || !m_bFormulaLastMode) in GotFocus()
393 m_pAccFormulaCell = GetAccessibleCellAt(aFormulaAddr.Row(),aFormulaAddr.Col()); in GotFocus()
395 m_pAccFormulaCell->acquire(); in GotFocus()
396 m_pAccFormulaCell->Init(); in GotFocus()
400 xNew = m_pAccFormulaCell; in GotFocus()
461 if(m_pAccFormulaCell) in Notify()
463 m_pAccFormulaCell->release(); in Notify()
464 m_pAccFormulaCell =NULL; in Notify()
971 if ((aCellAddress == m_aFormulaActiveCell) && m_pAccFormulaCell) in GetAccessibleCellAt()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx311 ScAccessibleCell* m_pAccFormulaCell; member in ScAccessibleSpreadsheet