summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-08-05Fix typosAndrea Gelmini1-2/+2
2019-01-11use unique_ptr in swNoel Grandin1-8/+8
2018-09-14loplugin:useuniqueptr in SwSubFont::DoOnCapitalsNoel Grandin1-3/+3
2018-09-03use less magic in sw/Noel Grandin1-6/+6
2018-06-08sw_redlinehide: trivial conversions in fntcap.cxxMichael Stahl1-60/+66
2018-06-08sw_redlinehide: convert font/SwDrawTextInfo/SwFntObj headersMichael Stahl1-3/+3
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-4/+2
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-12/+12
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-11-01OUString: avoid temporaries, constifyMatteo Casalin1-7/+3
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-2/+1
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin1-1/+1
2017-03-04sw: translate german comments in fntcap.cxxMichael Stahl1-8/+7
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-5/+5
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann1-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-8/+8
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-25/+25
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-28sw: prefix members of SwSubFontMiklos Vajna1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-22/+22
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-06Avoid unneeded downcasts, constifyMatteo Casalin1-6/+6
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-18coverity#736901 Unintended sign extensionCaolán McNamara1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-76/+10
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-1/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-11Bin noise "SMARTTAG" comments from 2006Tor Lillqvist1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-21fdo#68959: sw: fix painting of tab fill characters in small caps textMichael Stahl1-2/+2
2014-01-15Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara1-3/+3
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-25/+25
2013-12-06fdo#71714: sw: fix small capitals renderingMichael Stahl1-13/+16
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara1-20/+13