Lines Matching refs:mpDocShell
43 mpDocShell( pDocSh ), in ScSheetEventsObj()
46 mpDocShell->GetDocument()->AddUnoObject(*this); in ScSheetEventsObj()
51 if (mpDocShell) in ~ScSheetEventsObj()
52 mpDocShell->GetDocument()->RemoveUnoObject(*this); in ~ScSheetEventsObj()
61 mpDocShell = NULL; in Notify()
81 if (!mpDocShell) in replaceByName()
89 const ScSheetEvents* pOldEvents = mpDocShell->GetDocument()->GetSheetEvents(mnTab); in replaceByName()
123 mpDocShell->GetDocument()->SetSheetEvents( mnTab, &aNewEvents ); in replaceByName()
124 mpDocShell->SetDocumentModified(); in replaceByName()
138 if (mpDocShell) in getByName()
140 const ScSheetEvents* pEvents = mpDocShell->GetDocument()->GetSheetEvents(mnTab); in getByName()
188 if (mpDocShell) in hasElements()