summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcap.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-12Related: fdo#38838 remove XubString aliasCaolán McNamara1-20/+20
2013-09-04XubString->OUStringCaolán McNamara1-3/+1
2013-07-07remove unused SwDoGetCapitalBreak::pExtraPosMichael Stahl1-19/+8
2013-07-07fdo#66478: sw: un-break hyphenationMichael Stahl1-5/+4
2013-05-31audit incorrect uses of SwDrawTextInfo (fdo#65013)Luboš Luňák1-5/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-9/+9
2013-04-16Convert SwDrawTextInfo.pText from XubString to OUStringNoel Grandin1-3/+3
2013-03-30Use OUString and sal_Int32 in GetTextBreak()Chr. Rossmanith1-6/+17
2013-01-01remove use of #pragma optimizeLuboš Luňák1-11/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0