summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna
2015-10-13remove some useless commentsNoel Grandin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-21loplugin:defaultparamsNoel Grandin
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin
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-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-23fdo#81276: sw: HTML import: fix inverted test in CSS importMichael Stahl
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-10coverity#1213577 Unused pointer valueCaolán McNamara
2014-06-10the nPage argument is always over-written and not used outsideCaolán McNamara
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-15fdo#75040 fix application of help's stylesheetAndras Timar
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-08CharBrd 9.1: HTML filtersZolnai Tamás