summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)Author
2016-12-19tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin
2016-10-26rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara
2016-10-26we don't need ree after the loop hereCaolán McNamara
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin
2016-10-13loplugin:unnecessaryoverrideNoel Grandin
2016-09-13fix out of bounds errorJochen Nitschke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann
2016-08-16loplugin:stringstaticStephan Bergmann
2016-08-08loplugin:unnecessaryvirtualNoel Grandin
2016-07-27Resolves: tdf#101003 don't give paras in editeng accessible namesCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-07improve defaultparams lopluginNoel Grandin
2016-03-07loplugin:unuseddefaultparam in editengNoel Grandin
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2016-02-10Simplify codeStephan Bergmann
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-01boost::cref->std::crefNoel Grandin
2016-01-17cppcheck: fix 2 variableScope reports in editengJulien Nabet
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-06-28coverity#1308551 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara
2015-06-18seems to be what was meantLionel Elie Mamane
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-21editeng: simplify code by std::none_ofTakeshi Abe
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-24loplugin:simplifyboolStephan Bergmann