Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx300 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 …]
/AOO41X/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx267 ScAccessibleCell* mpAccCell; member in ScAccessibleSpreadsheet