Searched refs:pAccDoc (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/winaccessibility/source/service/ |
H A D | AccEventListener.cxx | 94 XAccessible* pAccDoc = pAgent->GetAccDocByAccTopWin( pAccessible ); in handleNameChangedEvent() local 95 if ( pAccDoc ) in handleNameChangedEvent() 97 pAgent->UpdateAccName(pAccDoc); in handleNameChangedEvent() 98 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_NAMECHANGE, pAccDoc); in handleNameChangedEvent()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 90 ScNotesChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc); 121 ScNotesChilds::ScNotesChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc) in ScNotesChilds() argument 123 mpAccDoc(pAccDoc), in ScNotesChilds() 437 ScChildGone(ScAccessibleDocumentPagePreview* pAccDoc) : mpAccDoc(pAccDoc) {} in ScChildGone() 455 ScChildNew(ScAccessibleDocumentPagePreview* pAccDoc) : mpAccDoc(pAccDoc) {} in ScChildNew() 523 ScAccessibleDocumentPagePreview* pAccDoc, 549 ScAccessibleDocumentPagePreview* pAccDoc, in ScIAccessibleViewForwarder() argument 552 mpAccDoc(pAccDoc), in ScIAccessibleViewForwarder() 691 ScShapeChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc); 741 ScShapeChilds::ScShapeChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc) in ScShapeChilds() argument [all …]
|
H A D | AccessibleEditObject.cxx | 84 …const ScAccessibleDocument *pAccDoc = const_cast<ScAccessibleDocument*>(static_cast<ScAccessibleDo… in ScAccessibleEditObject() local 85 if (pAccDoc) in ScAccessibleEditObject() 87 m_pScDoc = pAccDoc->GetDocument(); in ScAccessibleEditObject() 88 m_curCellAddress =pAccDoc->GetCurCellAddress(); in ScAccessibleEditObject()
|
H A D | AccessibleSpreadsheet.cxx | 258 ScAccessibleDocument* pAccDoc, in ScAccessibleSpreadsheet() argument 263 ScAccessibleTableBase (pAccDoc, GetDocument(pViewShell), in ScAccessibleSpreadsheet() 271 ConstructScAccessibleSpreadsheet( pAccDoc, pViewShell, nTab, eSplitPos ); in ScAccessibleSpreadsheet() 291 ScAccessibleDocument* pAccDoc, in ConstructScAccessibleSpreadsheet() argument 299 mpAccDoc = pAccDoc; in ConstructScAccessibleSpreadsheet() 476 ScAccessibleDocument *pAccDoc = in Notify() local 478 if(pAccDoc) in Notify() 480 pAccDoc->CommitChange(aEvent); in Notify()
|
H A D | AccessibleCell.cxx | 73 ScAccessibleDocument* pAccDoc) in ScAccessibleCell() argument 78 mpAccDoc(pAccDoc), in ScAccessibleCell()
|
H A D | AccessibleDocument.cxx | 1391 ScVisAreaChanged(ScAccessibleDocument* pAccDoc) : mpAccDoc(pAccDoc) {} in ScVisAreaChanged()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 448 …ScAccessibleDocumentBase* pAccDoc = static_cast<ScAccessibleDocumentBase*>(GetAccessible(sal_False… in SwitchView() local 449 if (pAccDoc) in SwitchView() 451 pAccDoc->SwitchViewFireFocus(); in SwitchView()
|
H A D | preview.cxx | 1497 …ScAccessibleDocumentBase* pAccDoc = static_cast<ScAccessibleDocumentBase*>(GetAccessible(sal_False… in SwitchView() local 1498 if (pAccDoc) in SwitchView() 1500 pAccDoc->SwitchViewFireFocus(); in SwitchView()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleSpreadsheet.hxx | 65 ScAccessibleDocument* pAccDoc, 77 ScAccessibleDocument* pAccDoc,
|
H A D | AccessibleCell.hxx | 63 ScAccessibleDocument* pAccDoc);
|
Completed in 61 milliseconds