summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility/AccessibleEditableTextPara.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13fix out of bounds errorJochen Nitschke1-37/+25
2016-07-27Resolves: tdf#101003 don't give paras in editeng accessible namesCaolán McNamara1-9/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+2
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-5/+5
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-15/+15
2016-02-10Simplify codeStephan Bergmann1-9/+1
2016-02-09Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann1-8/+8
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2016-01-17cppcheck: fix 2 variableScope reports in editengJulien Nabet1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin1-2/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-6/+4
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-3/+3
2015-09-13editeng: com::sun::star->cssNoel Grandin1-29/+29
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-24/+24
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara1-1/+2
2015-01-25coverity#1266455 Explicit null dereferencedCaolán McNamara1-0/+2
2015-01-25coverity#1266454 Explicit null dereferencedCaolán McNamara1-2/+4
2015-01-25coverity#1266453 Explicit null dereferencedCaolán McNamara1-1/+1
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-03coverity#982160 unchecked return valueDavid Tardon1-1/+13
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara1-94/+47
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-12/+0
2014-06-05editeng: remove SAL_THROW macroNoel Grandin1-11/+11
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-5/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-15editeng: sal_Bool->boolNoel Grandin1-9/+9
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-2/+2
2014-02-27Remove visual noise from editengAlexander Wilms1-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-59/+59
2014-02-23Remove unneccessary commentsAlexander Wilms1-7/+7
2014-02-21sal_Bool->boolNoel Grandin1-31/+31
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-18/+18
2014-01-28bool improvementsStephan Bergmann1-1/+1