summaryrefslogtreecommitdiff
path: root/canvas/source/tools
AgeCommit message (Expand)Author
2017-03-03Fix typosAndrea Gelmini
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-12remove useless Mutex guardsNoel Grandin
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-06-09tdf#96099 Remove various smart pointer typedefs in canvasMark Page
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13loplugin:passstuffbyref in canvasNoel Grandin
2016-04-07tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin
2016-02-24convert SpriteChangeRecord::ChangeType to scoped enumNoel Grandin
2016-02-24convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin
2016-02-23convert GradientType to scoped enumNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-05Fix typosAndrea Gelmini
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-20loplugin:unusedfields in canvasNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02Partial revert 'for_each -> range-based'Thorsten Behrens
2015-11-01std::for_each -> range based for in canvas/source/tools/verifyinput.cxxMario J. Rugiero
2015-11-01for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxxMario J. Rugiero
2015-11-01boost::bind -> lambdas in canvas/source/tools/surface.cxxMario J. Rugiero
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07eliminate typedef only being used onceNoel Grandin
2015-10-07inline ISurfaceProxySharedPtr typedefNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-09-14boost->stdCaolán McNamara
2015-09-11coverity#1323755 Using invalid iteratorCaolán McNamara
2015-09-04canvas: simplify PageManager::nakedFragment loopsDaniel Robertson
2015-08-30canvas: replace while loops with range-based forDaniel Robertson
2015-08-15canvas: whitespace/comments cleanupThorsten Behrens
2015-08-15canvas: replace for_each with range-based for-loopDaniel Robertson
2015-08-11tdf#92459 remove compat_functional from canvasDaniel Robertson
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud
2015-07-31canvas: replace boost::function with std::functionMichael Stahl
2015-07-22com::sun::star->css in canvasNoel Grandin
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe