summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility/AccessibleEditableTextPara.cxx
AgeCommit message (Expand)Author
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-09-13fix out of bounds errorJochen Nitschke
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-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
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-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-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-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara
2015-01-25coverity#1266455 Explicit null dereferencedCaolán McNamara
2015-01-25coverity#1266454 Explicit null dereferencedCaolán McNamara
2015-01-25coverity#1266453 Explicit null dereferencedCaolán McNamara
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-03coverity#982160 unchecked return valueDavid Tardon
2014-10-01loplugin: cstylecastNoel Grandin
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05editeng: remove SAL_THROW macroNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-02-27Remove visual noise from editengAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21sal_Bool->boolNoel Grandin