Lines Matching refs:m_pAccFormulaCell
268 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()
973 pAccessibleCell = m_pAccFormulaCell; in GetAccessibleCellAt()
1598 uno::Reference< XAccessible > xOld = m_pAccFormulaCell; in NotifyRefMode()
1600 m_pAccFormulaCell = GetAccessibleCellAt(aFormulaAddr.Row(), aFormulaAddr.Col()); in NotifyRefMode()
1601 m_pAccFormulaCell->acquire(); in NotifyRefMode()
1602 m_pAccFormulaCell->Init(); in NotifyRefMode()
1603 uno::Reference< XAccessible > xNew = m_pAccFormulaCell; in NotifyRefMode()
1648 xChild = m_pAccFormulaCell; in NotifyRefMode()