Lines Matching refs:mpAccCell
300 mpAccCell = 0; in ConstructScAccessibleSpreadsheet()
316 mpAccCell = GetAccessibleCellAt(maActiveCell.Row(), maActiveCell.Col()); in ConstructScAccessibleSpreadsheet()
317 mpAccCell->acquire(); in ConstructScAccessibleSpreadsheet()
318 mpAccCell->Init(); in ConstructScAccessibleSpreadsheet()
335 if (mpAccCell) in disposing()
337 mpAccCell->release(); in disposing()
338 mpAccCell = NULL; in disposing()
370 uno::Reference< XAccessible > xOld = mpAccCell; in LostFocus()
404 if(mpAccCell->GetCellAddress() == maActiveCell) in GotFocus()
406 xNew = mpAccCell; in GotFocus()
558 xChild = mpAccCell; in Notify()
644 mpAccCell->CommitChange(aEvent); in Notify()
755 uno::Reference< XAccessible > xNew = mpAccCell; in Notify()
798 uno::Reference< XAccessible > xOld = mpAccCell; in CommitFocusCell()
799 mpAccCell->release(); in CommitFocusCell()
800 mpAccCell=NULL; in CommitFocusCell()
802 mpAccCell = GetAccessibleCellAt(aNewCell.Row(), aNewCell.Col()); in CommitFocusCell()
803 mpAccCell->acquire(); in CommitFocusCell()
804 mpAccCell->Init(); in CommitFocusCell()
805 uno::Reference< XAccessible > xNew = mpAccCell; in CommitFocusCell()
982 if ((aCellAddress == maActiveCell) && mpAccCell) in GetAccessibleCellAt()
984 pAccessibleCell = mpAccCell; in GetAccessibleCellAt()