summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.cxx
AgeCommit message (Expand)Author
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Fix typosAndrea Gelmini
2015-09-18convert Link<> to typedNoel Grandin
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-06-25Just continue to next iterationMatteo Casalin
2015-06-23sw: HTML import: Do not mix normal, CTL or CJK attributesMatteo Casalin
2015-06-18Fix typosAndrea Gelmini
2015-06-08Use auto, avoid temporaries and unneeded castsMatteo Casalin
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-12sw: More variable renaming.Jan Holesovsky
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-25sw: simplify and remove special case in SwHTMLParser::AddParSpace()Michael Stahl
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-03-11convert MarkType to enum classNoel Grandin
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-21Resolves: fdo#87601 specific html doc hangs on loadCaolán McNamara
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04use C++11 iterationBjoern Michaelsen
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-09constLuboš Luňák
2014-10-02coverity#735532 'Constant' variable guards dead codeCaolán McNamara
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner