summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/escherex.cxx
AgeCommit message (Expand)Author
2017-08-04rename Anz->Cnt in filterNoel Grandin
2017-07-31loplugin:constparams in filterNoel Grandin
2017-07-27loplugin:constparams in filterNoel Grandin
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-10loplugin:useuniqueptr in filterNoel Grandin
2017-06-28Watermark: tdf#91687 correct size in the .docSzymon Kłos
2017-06-26s/catched/caughtNoel Grandin
2017-06-23loplugin:oncevar filter..formsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: filterStephan Bergmann
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock
2017-05-03loplugin:checkunusedparams in filterNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30tdf#39468 Translate German commentsJens Carl
2017-03-13convert GraphicDrawMode to scoped enumNoel Grandin
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara
2017-01-10New loplugin:conststringvar: filterStephan Bergmann
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert E_GRAPH_PROV constants to typed_flagsNoel Grandin
2016-11-28loplugin:unnecessaryoverride (dtors) in filterStephan Bergmann
2016-11-28tdf#104144: Missing dashed border, "break" should be "fallthrough" after allStephan Bergmann
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin
2016-10-13loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdrNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin
2016-08-22convert DefaultType to scoped enumNoel Grandin
2016-06-27clang-analyzer-deadcode.DeadStoresStephan Bergmann
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas
2016-06-10Clean up uses of Any::getValue() in filterStephan Bergmann
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03loplugin:constantparamsNoel Grandin
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-10Presumably missing break in switchStephan Bergmann
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin