Lines Matching refs:mpAccDoc

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()
458 if (mpAccDoc) in operator ()()
462 aEvent.Source = uno::Reference< XAccessibleContext >(mpAccDoc); in operator ()()
465 mpAccDoc->CommitChange(aEvent); // new child - event in operator ()()
472 if (mpViewShell && mpAccDoc) in DataChanged()
483 std::for_each(aOldParas.begin(), aOldParas.end(), ScChildGone(mpAccDoc)); in DataChanged()
484 std::for_each(aNewParas.begin(), aNewParas.end(), ScChildNew(mpAccDoc)); in DataChanged()
538 ScAccessibleDocumentPagePreview* mpAccDoc; member in ScIAccessibleViewForwarder
552 mpAccDoc(pAccDoc), in ScIAccessibleViewForwarder()
591 if (pWin && mpAccDoc) in LogicToPixel()
593 Rectangle aRect(mpAccDoc->GetBoundingBoxOnScreen()); in LogicToPixel()
615 if (pWin && mpAccDoc) in PixelToLogic()
617 Rectangle aRect(mpAccDoc->GetBoundingBoxOnScreen()); in PixelToLogic()
725 ScAccessibleDocumentPagePreview* mpAccDoc; member in ScShapeChilds
743 mpAccDoc(pAccDoc), in ScShapeChilds()
835 aEvent.Source = uno::Reference<XAccessibleContext> (mpAccDoc); in FindChanged()
838 mpAccDoc->CommitChange(aEvent); in FindChanged()
845 aEvent.Source = uno::Reference<XAccessibleContext> (mpAccDoc); in FindChanged()
848 mpAccDoc->CommitChange(aEvent); in FindChanged()
856 aEvent.Source = uno::Reference<XAccessibleContext> (mpAccDoc); in FindChanged()
859 mpAccDoc->CommitChange(aEvent); in FindChanged()
866 aEvent.Source = uno::Reference<XAccessibleContext> (mpAccDoc); in FindChanged()
869 mpAccDoc->CommitChange(aEvent); in FindChanged()
1100 …::accessibility::AccessibleShapeInfo aShapeInfo(rShape.mxShape, mpAccDoc, const_cast<ScShapeChilds… in GetAccShape()
1136 if (mpAccDoc) in FillShapes()
1138 Rectangle aRect2(Point(0,0), mpAccDoc->GetBoundingBoxOnScreen().GetSize()); in FillShapes()
1143 ScIAccessibleViewForwarder aViewForwarder(mpViewShell, mpAccDoc, aMapMode); in FillShapes()