diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-20 13:05:49 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-20 13:05:49 +0200 |
commit | ab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch) | |
tree | 36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /editeng/source/misc/swafopt.cxx | |
parent | 0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff) |
bin/rename-sw-abbreviations.sh
libreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially
in the shared code too).
Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'editeng/source/misc/swafopt.cxx')
-rw-r--r-- | editeng/source/misc/swafopt.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/editeng/source/misc/swafopt.cxx b/editeng/source/misc/swafopt.cxx index 74645ed982c2..31f085c805c1 100644 --- a/editeng/source/misc/swafopt.cxx +++ b/editeng/source/misc/swafopt.cxx @@ -21,7 +21,7 @@ #include <tools/gen.hxx> #include <vcl/keycodes.hxx> -SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() +SvxSwAutoFormatFlags::SvxSwAutoFormatFlags() : aBulletFont( OUString("StarSymbol"), Size( 0, 14 ) ) { @@ -36,10 +36,10 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() bChgToEnEmDash = bChgWeightUnderl = bSetINetAttr = - bAFmtDelSpacesAtSttEnd = - bAFmtDelSpacesBetweenLines = - bAFmtByInpDelSpacesAtSttEnd = - bAFmtByInpDelSpacesBetweenLines = + bAFormatDelSpacesAtSttEnd = + bAFormatDelSpacesBetweenLines = + bAFormatByInpDelSpacesAtSttEnd = + bAFormatByInpDelSpacesBetweenLines = bDummy = true; bReplaceStyles = @@ -52,7 +52,7 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() bSetBorder = bCreateTable = bSetNumRule = - bAFmtByInput = + bAFormatByInput = bRightMargin = bAutoCompleteWords = bAutoCmpltCollectWords = @@ -81,7 +81,7 @@ SvxSwAutoFmtFlags::SvxSwAutoFmtFlags() } -SvxSwAutoFmtFlags& SvxSwAutoFmtFlags::operator=( const SvxSwAutoFmtFlags& rAFFlags ) +SvxSwAutoFormatFlags& SvxSwAutoFormatFlags::operator=( const SvxSwAutoFormatFlags& rAFFlags ) { bAutoCorrect = rAFFlags.bAutoCorrect; bCptlSttSntnc = rAFFlags.bCptlSttSntnc; @@ -92,7 +92,7 @@ SvxSwAutoFmtFlags& SvxSwAutoFmtFlags::operator=( const SvxSwAutoFmtFlags& rAFFla bChgEnumNum = rAFFlags.bChgEnumNum; bDelEmptyNode = rAFFlags.bDelEmptyNode; bSetNumRule = rAFFlags.bSetNumRule; - bAFmtByInput = rAFFlags.bAFmtByInput; + bAFormatByInput = rAFFlags.bAFormatByInput; bAddNonBrkSpace = rAFFlags.bAddNonBrkSpace; bChgOrdinalNumber = rAFFlags.bChgOrdinalNumber; @@ -102,10 +102,10 @@ SvxSwAutoFmtFlags& SvxSwAutoFmtFlags::operator=( const SvxSwAutoFmtFlags& rAFFla bSetBorder = rAFFlags.bSetBorder; bCreateTable = rAFFlags.bCreateTable; bReplaceStyles = rAFFlags.bReplaceStyles; - bAFmtDelSpacesAtSttEnd = rAFFlags.bAFmtDelSpacesAtSttEnd; - bAFmtDelSpacesBetweenLines = rAFFlags.bAFmtDelSpacesBetweenLines; - bAFmtByInpDelSpacesAtSttEnd = rAFFlags.bAFmtByInpDelSpacesAtSttEnd; - bAFmtByInpDelSpacesBetweenLines = rAFFlags.bAFmtByInpDelSpacesBetweenLines; + bAFormatDelSpacesAtSttEnd = rAFFlags.bAFormatDelSpacesAtSttEnd; + bAFormatDelSpacesBetweenLines = rAFFlags.bAFormatDelSpacesBetweenLines; + bAFormatByInpDelSpacesAtSttEnd = rAFFlags.bAFormatByInpDelSpacesAtSttEnd; + bAFormatByInpDelSpacesBetweenLines = rAFFlags.bAFormatByInpDelSpacesBetweenLines; bDummy = rAFFlags.bDummy; |