summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlforw.cxx
AgeCommit message (Expand)Author
2018-10-06loplugin:useuniqueptr in SwHTMLPosFlyFramesNoel Grandin
2018-10-04loplugin:useuniqueptr in HTMLControlsNoel Grandin
2018-06-30Avoid getTokenCount()Matteo Casalin
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-01sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()Miklos Vajna
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2017-10-23loplugin:includeform: swStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-07tdf#39468 Translate German comments/termsJens Carl
2017-04-02coverity#1403662 Mixing enum typesCaolán McNamara
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2016-11-25convert HTML_FRM_OPTS to o3tl::typed_flagsNoel Grandin
2016-11-25convert HTML constants to scoped enums and typed_flagsNoel Grandin
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-27loplugin:fpcomparison in sw/Noel Grandin
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2015-12-02loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-05V801: Decreased performanceCaolán McNamara
2015-02-02unwind the casts to initial entry pointsCaolán McNamara
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2015-01-03sal_uInt16 to more proper types, use while instead of for in simple casesMatteo Casalin
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-10-03html export: Fix export of checked checkbox and radiobutton.Marco Cecchetti
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner