summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-29/+29
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna1-78/+78
2015-10-13remove some useless commentsNoel Grandin1-4/+0
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-4/+4
2015-08-21loplugin:defaultparamsNoel Grandin1-6/+6
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin1-26/+21
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-165/+165
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski1-10/+5
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara1-1/+3
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-02loplugin: cstylecastNoel Grandin1-22/+22
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin1-4/+4
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-2/+2
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-29/+29
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-8/+9
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-23fdo#81276: sw: HTML import: fix inverted test in CSS importMichael Stahl1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-2/+2
2014-06-10coverity#1213577 Unused pointer valueCaolán McNamara1-2/+1
2014-06-10the nPage argument is always over-written and not used outsideCaolán McNamara1-8/+8
2014-04-30sw: sal_Bool->boolNoel Grandin1-106/+106
2014-04-03svl: sal_Bool->boolNoel Grandin1-2/+2
2014-03-15fdo#75040 fix application of help's stylesheetAndras Timar1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-17/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-29/+29
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-1/+1
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-9/+2
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-0/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-3/+3
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-8/+8
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin1-14/+14
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara1-8/+7
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-2/+3