summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlgrin.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-1/+1
2016-09-07convert HTML_FF flags to typed_flagsNoel Grandin1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-10/+10
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-29/+29
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna1-104/+104
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-09-13boost->stdCaolán McNamara1-1/+0
2015-08-21loplugin:defaultparamsNoel Grandin1-4/+2
2015-06-02Translate some German messagesMatteo Casalin1-3/+3
2015-06-02Use more proper integer types and range-based for loopsMatteo Casalin1-13/+8
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-94/+94
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-4/+4
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+4
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-02-26Cppcheck: Same expression on both sides of '||'Julien Nabet1-1/+1
2015-02-22ChgTwipSizeFromPixel flag is uselessZolnai Tamás1-1/+1
2015-02-10Resolves: tdf#87083 images in help html stuck at default placeholder sizeCaolán McNamara1-0/+11
2015-02-10Resolves: tdf#83073 use loaded graphic's width/height as defaultsCaolán McNamara1-25/+37
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+5
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-02loplugin: cstylecastNoel Grandin1-3/+3
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás1-10/+0
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-3/+3
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-3/+3
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl1-2/+1
2014-09-26AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)Michael Stahl1-4/+4
2014-09-23Do not link html images only when pasting from clipboard (bnc#580834)Matúš Kukan1-1/+2
2014-09-18HTML import: fix importing of inlined images (related: fdo#50763)Matúš Kukan1-6/+15
2014-09-17bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan1-12/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+1
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1