Lines Matching refs:mrDocShell
1520 : mrDocShell( rDocShell) in PrepareSaveGuard()
1524 ScChartListenerCollection* pCharts = mrDocShell.aDocument.GetChartListenerCollection(); in PrepareSaveGuard()
1527 mrDocShell.aDocument.StopTemporaryChartLock(); in PrepareSaveGuard()
1528 if (mrDocShell.pAutoStyleList) in PrepareSaveGuard()
1529 mrDocShell.pAutoStyleList->ExecuteAllNow(); // Execute template timeouts now. in PrepareSaveGuard()
1530 if (mrDocShell.aDocument.HasExternalRefManager()) in PrepareSaveGuard()
1532 ScExternalRefManager* pRefMgr = mrDocShell.aDocument.GetExternalRefManager(); in PrepareSaveGuard()
1536 …mrDocShell.aDocument.MarkUsedExternalReferences(); // Mark tables of external references to be wr… in PrepareSaveGuard()
1539 if (mrDocShell.GetCreateMode()== SFX_CREATE_MODE_STANDARD) in PrepareSaveGuard()
1540 … mrDocShell.SfxObjectShell::SetVisArea( Rectangle() ); // "Normally" worked on => no VisArea. in PrepareSaveGuard()
1545 if (mrDocShell.aDocument.HasExternalRefManager()) in ~PrepareSaveGuard()
1547 ScExternalRefManager* pRefMgr = mrDocShell.aDocument.GetExternalRefManager(); in ~PrepareSaveGuard()