summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-28/+28
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-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-09-30Fix typosAndrea Gelmini2-3/+3
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-3/+3
2015-09-13editeng: com::sun::star->cssNoel Grandin7-88/+88
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-24/+24
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-07-16loplugin:unusedmethods editengNoel Grandin1-10/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-28coverity#1308551 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-18seems to be what was meantLionel Elie Mamane1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-21editeng: simplify code by std::none_ofTakeshi Abe1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-17/+11
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-38/+38
2015-03-19loplugin:constantfunction: editengNoel Grandin1-41/+0
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-17/+7
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+6
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara1-1/+2
2015-02-01loplugin:unreffunStephan Bergmann1-12/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-72/+0
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-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-03coverity#982161 unchecked return valueDavid Tardon1-1/+13
2014-11-03coverity#982160 unchecked return valueDavid Tardon1-1/+13
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-18/+10
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-9/+0
2014-06-09some remaining sal_uInt16 to sal_Int32 editeng ESelection boundsCaolán McNamara2-100/+51
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-22/+0
2014-06-05editeng: remove SAL_THROW macroNoel Grandin3-21/+21
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2-7/+7
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 Grandin3-34/+34
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1