Searched refs:mpAccDoc (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleDocumentPagePreview.cxx | 102 ScAccessibleDocumentPagePreview* mpAccDoc; member in ScNotesChilds 123 mpAccDoc(pAccDoc), in ScNotesChilds() 156 pTextHelper->SetEventSource(mpAccDoc); in CreateTextHelper() 436 ScAccessibleDocumentPagePreview* mpAccDoc; member 437 ScChildGone(ScAccessibleDocumentPagePreview* pAccDoc) : mpAccDoc(pAccDoc) {} in ScChildGone() 440 if (mpAccDoc) in operator ()() 444 aEvent.Source = uno::Reference< XAccessibleContext >(mpAccDoc); in operator ()() 447 mpAccDoc->CommitChange(aEvent); // gone child - event in operator ()() 454 ScAccessibleDocumentPagePreview* mpAccDoc; member 455 ScChildNew(ScAccessibleDocumentPagePreview* pAccDoc) : mpAccDoc(pAccDoc) {} in ScChildNew() [all …]
|
| H A D | AccessibleCell.cxx | 78 mpAccDoc(pAccDoc), in ScAccessibleCell() 114 mpAccDoc = NULL; in disposing() 291 if (mpAccDoc) in getAccessibleRelationSet() 292 pRelationSet = mpAccDoc->GetRelationSet(&maCellAddress); in getAccessibleRelationSet()
|
| H A D | AccessibleSpreadsheet.cxx | 276 ScAccessibleTableBase( rParent.mpAccDoc, rParent.mpDoc, rRange), in ScAccessibleSpreadsheet() 279 …ConstructScAccessibleSpreadsheet( rParent.mpAccDoc, rParent.mpViewShell, rParent.mnTab, rParent.me… in ScAccessibleSpreadsheet() 299 mpAccDoc = pAccDoc; in ConstructScAccessibleSpreadsheet() 976 …l(this, mpViewShell, aCellAddress, GetAccessibleIndexFormula(nRow, nColumn), meSplitPos, mpAccDoc); in GetAccessibleCellAt() 987 …ibleCell(this, mpViewShell, aCellAddress, getAccessibleIndex(nRow, nColumn), meSplitPos, mpAccDoc); in GetAccessibleCellAt() 1096 if(mpAccDoc) in getAccessibleRelationSet() 1097 pRelationSet = mpAccDoc->GetRelationSet(NULL); in getAccessibleRelationSet()
|
| H A D | AccessibleDocument.cxx | 1390 ScAccessibleDocument* mpAccDoc; member 1391 ScVisAreaChanged(ScAccessibleDocument* pAccDoc) : mpAccDoc(pAccDoc) {} in ScVisAreaChanged() 1396 …e->ViewForwarderChanged(::accessibility::IAccessibleViewForwarderListener::VISIBLE_AREA, mpAccDoc); in operator ()()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | AccessibleCell.hxx | 152 ScAccessibleDocument* mpAccDoc; member in ScAccessibleCell
|
| H A D | AccessibleSpreadsheet.hxx | 266 ScAccessibleDocument* mpAccDoc; member in ScAccessibleSpreadsheet
|