summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/parcss1.cxx
AgeCommit message (Expand)Author
2021-06-07sw: prefix members of CSS1Selector, HTMLStartEndPos, SvxCSS1MapEntry and ...Miklos Vajna
2020-07-31loplugin:flatten in sw/core/view..sw/core/htmlNoel Grandin
2019-12-23sal_Char->char in swNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-08-03Fix typosAndrea Gelmini
2019-08-02Fix typosAndrea Gelmini
2019-07-23cid#1448370 Explicit null dereferencedCaolán McNamara
2019-05-06sw: prefix members of CSS1ParserMiklos Vajna
2019-01-14use unique_ptr in CSS1ParserNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-08-14loplugin:returnconstant in SvxCSS1ParserNoel Grandin
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-05-07break circular includeJochen Nitschke
2017-04-12sw: fix typos in URLsMichael Stahl
2017-04-12tdf#39468 Translate German comments in swJens Carl
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-13remove some useless commentsNoel Grandin
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-05-19Remove include stdio (part3)Julien Nabet
2015-02-06Simplify CSS1Expression::GetColor for CSS1_RGB caseMatteo Casalin
2015-01-23make writer build againCaolán McNamara
2015-01-03sal_uInt16 to more proper typesMatteo Casalin
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-05-30coverity#1078633 Missing break in switchCaolán McNamara
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-23coverity#708484 Uninitialized scalar fieldCaolán McNamara
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-17Let's not parse nonsensical data.Jan Holesovsky
2014-02-17Fix crash in css rgb color handling.Jan Holesovsky
2014-01-28bool improvementsStephan Bergmann
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner
2013-12-20typo fixesAndras Timar
2013-08-12WaE: rewrite call of rtl::OUString::equalsIgnoreAsciiCaseAscii ... [loplugin]Tor Lillqvist
2013-08-12Change String to OUString in some class and functions.Palenik Mihály
2013-08-06Change String to OUString in some class.Palenik Mihály
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara