Lines Matching refs:rSourceShell
195 void lcl_CopyCompatibilityOptions( SwWrtShell& rSourceShell, SwWrtShell& rTargetShell) in lcl_CopyCompatibilityOptions() argument
197 IDocumentSettingAccess* pIDsa = rSourceShell.getIDocumentSettingAccess(); in lcl_CopyCompatibilityOptions()
2870 SwWrtShell& rSourceShell = rSourceView.GetWrtShell(); in MergeDocuments() local
2871 sal_Bool bSynchronizedDoc = rSourceShell.IsLabelDoc() && rSourceShell.GetSectionFmtCount() > 1; in MergeDocuments()
2873 rSourceShell.SttEndDoc(sal_True); in MergeDocuments()
2874 sal_uInt16 nStartingPageNo = rSourceShell.GetVirtPageNum(); in MergeDocuments()
2876 String sStartingPageDesc = sModifiedStartingPageDesc = rSourceShell.GetPageDesc( in MergeDocuments()
2877 rSourceShell.GetCurPageDesc()).GetName(); in MergeDocuments()
2898 const SwPageDesc* pSourcePageDesc = rSourceShell.FindPageDescByName( sStartingPageDesc ); in MergeDocuments()
2905 lcl_CopyCompatibilityOptions( rSourceShell, *pTargetShell); in MergeDocuments()
2907 lcl_CopyDynamicDefaults( *rSourceShell.GetDoc(), *pTargetShell->GetDoc() ); in MergeDocuments()