summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlgrin.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-13boost->stdCaolán McNamara
2015-08-21loplugin:defaultparamsNoel Grandin
2015-06-02Translate some German messagesMatteo Casalin
2015-06-02Use more proper integer types and range-based for loopsMatteo Casalin
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-02-26Cppcheck: Same expression on both sides of '||'Julien Nabet
2015-02-22ChgTwipSizeFromPixel flag is uselessZolnai Tamás
2015-02-10Resolves: tdf#87083 images in help html stuck at default placeholder sizeCaolán McNamara
2015-02-10Resolves: tdf#83073 use loaded graphic's width/height as defaultsCaolán McNamara
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás
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-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl
2014-09-26AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)Michael Stahl
2014-09-23Do not link html images only when pasting from clipboard (bnc#580834)Matúš Kukan
2014-09-18HTML import: fix importing of inlined images (related: fdo#50763)Matúš Kukan
2014-09-17bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-06new method INetURLObject::getData() for data urlsChr. Rossmanith
2014-05-30coverity#1130413 Missing break in switchCaolán McNamara
2014-05-30coverity#1130414 Missing break in switchCaolán McNamara
2014-05-30coverity#1130415 Missing break in switchCaolán McNamara
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
2014-03-31coverity#1130409 Missing break in switchCaolán McNamara
2014-03-16sal_Bool to boolMatteo Casalin
2014-03-13coverity#705509 Dereference null return valueCaolán McNamara