summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)Author
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
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-19loplugin:constantfunction: editengNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara
2015-02-01loplugin:unreffunStephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolá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-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-03coverity#982161 unchecked return valueDavid Tardon
2014-11-03coverity#982160 unchecked return valueDavid Tardon
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
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-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann