summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)Author
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-09loplugin:constantparam in svtoolsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-27don't access contents of empty string, e.g. with kde96709-1.htmlCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-30document array_vs_singleton dismissalsCaolán McNamara
2014-10-23callcatcher: lots more unused post ww1 filter removalCaolán McNamara
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30Some glue for using std::unique_ptr with the Boost Pointer Container LibraryStephan Bergmann
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-29loplugin: cstylecastNoel Grandin
2014-09-22html: add applyEvents to HTML outputTomaž Vajngerl
2014-09-22Extend HTMLWriter: flush the stack, more values for attribute(..)Tomaž Vajngerl
2014-06-05coverity#1103688 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04compareTo -> equalsNoel Grandin
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist
2014-04-06Add HtmlWriterHelper to svtools.Tomaž Vajngerl