summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/css1atr.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-31SvxBrushItem::GetGraphicLink no longer returns a pointerStephan Bergmann1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-01pTemplate can probably be null hereStephan Bergmann1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-2/+2
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-4/+4
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-3/+3
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-3/+3
2016-05-27sw: these all look like intended fall-throughsMichael Stahl1-1/+1
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-01loplugin:constantparam in swNoel Grandin1-4/+3
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-23loplugin:cstylecastStephan Bergmann1-1/+1
2016-03-23loplugin:nullptrStephan Bergmann1-6/+6
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht1-23/+54
2016-03-22loplugin:constantparam in swNoel Grandin1-33/+32
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-3/+3
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-4/+4
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-12-02loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann1-13/+13
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-23/+23
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-161/+161
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna1-93/+93
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-13remove some useless commentsNoel Grandin1-1/+0
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin1-2/+1
2015-08-21loplugin:defaultparamsNoel Grandin1-7/+7
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-05-31Simplify and optimize (no need to count footnotes/endnotes)Matteo Casalin1-9/+18
2015-05-31Use more proper types and range-based for loopsMatteo Casalin1-11/+8
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-227/+227
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-12-16WaE: replace '+' between string literals with juxtapositionTor Lillqvist1-3/+3
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh1-1/+51
2014-12-02loplugin: cstylecastNoel Grandin1-61/+61
2014-11-26loplugin: cstylecastNoel Grandin1-22/+22
2014-11-25loplugin: cstylecastNoel Grandin1-4/+4
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-26/+26
2014-08-21RES_PARATR_ORPHANS comes before RES_PARATR_WIDOWSStephan Bergmann1-1/+1
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-5/+5
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-7/+7