Searched refs:mpAccCell (Results 1 – 2 of 2) sorted by relevance
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()[all …]
267 ScAccessibleCell* mpAccCell; member in ScAccessibleSpreadsheet