Home
last modified time | relevance | path

Searched refs:rSourceShell (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx195 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()
[all …]

Completed in 29 milliseconds