Home
last modified time | relevance | path

Searched refs:rTargetShell (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
199 rTargetShell.SetParaSpaceMax( pIDsa->get(IDocumentSettingAccess::PARA_SPACE_MAX)); in lcl_CopyCompatibilityOptions()
200rTargetShell.SetParaSpaceMaxAtPages(pIDsa->get(IDocumentSettingAccess::PARA_SPACE_MAX_AT_PAGES)); in lcl_CopyCompatibilityOptions()
201 rTargetShell.SetTabCompat( pIDsa->get(IDocumentSettingAccess::TAB_COMPAT)); in lcl_CopyCompatibilityOptions()
202 rTargetShell.SetAddExtLeading( pIDsa->get(IDocumentSettingAccess::ADD_EXT_LEADING)); in lcl_CopyCompatibilityOptions()
203 rTargetShell.SetUseVirDev( pIDsa->get(IDocumentSettingAccess::USE_VIRTUAL_DEVICE)); in lcl_CopyCompatibilityOptions()
204rTargetShell.SetAddParaSpacingToTableCells( pIDsa->get(IDocumentSettingAccess::ADD_PARA_SPACING_TO… in lcl_CopyCompatibilityOptions()
205 rTargetShell.SetUseFormerLineSpacing( pIDsa->get(IDocumentSettingAccess::OLD_LINE_SPACING)); in lcl_CopyCompatibilityOptions()
206rTargetShell.SetUseFormerObjectPositioning( pIDsa->get(IDocumentSettingAccess::USE_FORMER_OBJECT_P… in lcl_CopyCompatibilityOptions()
207rTargetShell.SetConsiderWrapOnObjPos( pIDsa->get(IDocumentSettingAccess::CONSIDER_WRAP_ON_OBJECT_P… in lcl_CopyCompatibilityOptions()
[all …]