Lines Matching refs:mpDoc
54 mpDoc( 0 ), in SFX_IMPL_CHILDWINDOW()
142 mpDoc->SetDirty(); in Reset()
150 mpDoc->DisableIdle( mbOldIdleDisabled ); in Reset()
159 mpDoc = 0; in Reset()
180 mpDoc = mpDocShell->GetDocument(); in Init()
196 ScEditableTester aTester( mpDoc, rMarkData ); in Init()
218 mbOldIdleDisabled = mpDoc->IsIdleDisabled(); in Init()
219 mpDoc->DisableIdle( sal_True ); // #42726# stop online spelling in Init()
224 mxUndoDoc->InitUndo( mpDoc, nTab, nTab ); in Init()
226 mxRedoDoc->InitUndo( mpDoc, nTab, nTab ); in Init()
230 SCTAB nTabCount = mpDoc->GetTableCount(); in Init()
244 …mpDoc->GetEnginePool(), *mpViewData, mxUndoDoc.get(), mxRedoDoc.get(), LinguMgr::GetSpellChecker()… in Init()