summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-8/+8
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht1-1/+14
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-52/+16
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-3/+3
2016-03-10Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-10Avoid reserved identifierStephan Bergmann1-4/+4
2016-03-09loplugin:constantparam in svtoolsNoel Grandin1-2/+2
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-2/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-7/+22
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-1/+1
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung1-24/+29
2016-02-08loplugin:unusedmethodsNoel Grandin1-21/+0
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-14/+14
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl1-4/+2
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-2/+3
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-3/+2
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-2/+3
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+8
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-20Remove include stdio (part4)Julien Nabet2-2/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-10/+10
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos1-33/+1
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann1-4/+4
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-5/+1
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann2-17/+16
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+1
2014-11-27don't access contents of empty string, e.g. with kde96709-1.htmlCaolán McNamara1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-10-30document array_vs_singleton dismissalsCaolán McNamara1-0/+1
2014-10-23callcatcher: lots more unused post ww1 filter removalCaolán McNamara1-107/+0
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30Some glue for using std::unique_ptr with the Boost Pointer Container LibraryStephan Bergmann1-2/+3
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2-4/+4
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2-4/+5
2014-09-29loplugin: cstylecastNoel Grandin1-4/+4
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl1-0/+25
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl1-3/+46
2014-06-05coverity#1103688 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04compareTo -> equalsNoel Grandin1-12/+9
2014-05-11fix-includes.pl: svtoolsThomas Arnhold1-1/+1