summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist2-5/+5
2014-04-06Add HtmlWriterHelper to svtools.Tomaž Vajngerl1-0/+26
2014-04-06HtmlWriter: add prettyPrint option, instance variablesTomaž Vajngerl1-42/+63
2014-04-06svtools: make HTMLOutFuncs::Out_AsciiTag clearer.Tomaž Vajngerl1-4/+8
2014-04-06svtools: HtmlWriter - for writing HTML structure to a streamTomaž Vajngerl1-0/+101
2014-04-01coverity#735505 Logically dead codeCaolán McNamara1-38/+30
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-24svtools: sal_Bool->boolNoel Grandin1-6/+6
2014-03-08switch: ungroup two case which perform different operationsMatteo Casalin1-1/+6
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-2/+2
2014-02-21html: Make GetColor() working in lower case.Jan Holesovsky1-5/+4
2014-02-21html: Lowercase the html colors, and make the comparison more robust.Jan Holesovsky1-141/+143
2014-02-21fdo#74584: complete revert various previous changes to upcase HTML tagsCaolán McNamara2-10/+7
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20fdo#74584: Revert "fix html tests"Michael Stahl1-3/+3