summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2017-07-06make binary functor unary, related tdf#108782dcvb1-6/+9
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+3
2017-07-02loplugin:casttovoid: editengStephan Bergmann2-24/+3
2017-06-26s/catched/caughtNoel Grandin1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-2/+0
2017-05-19loplugin:stringcopy: editengStephan Bergmann1-1/+1
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-3/+2
2017-04-28loplugin:salunicodeliteral: editengStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna4-22/+22
2017-03-30convert SvxDateType to scoped enumNoel Grandin1-2/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-2/+2
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist3-24/+24
2017-02-12Various typos on accessibleJulien Nabet1-1/+1
2017-02-06Add missing #includesStephan Bergmann3-0/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-169/+129
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin1-5/+0
2017-01-18use rtl::Reference in AccessibleStaticTextBase_ImplNoel Grandin1-25/+21
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin2-3/+4
2017-01-09New loplugin:externvar: editengStephan Bergmann1-1/+1
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin1-10/+0
2016-12-16loplugin:unnecessaryoverrideStephan Bergmann1-9/+0
2016-12-16tdf#104488 editeng,svx: throw less Accessible exceptionsMichael Stahl1-6/+0
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-3/+0
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin2-24/+1
2016-12-12tdf#104540: AccessibleEventNotifier AccessibleBase (editeng)Julien Nabet1-1/+1
2016-12-07Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski1-1/+1
2016-11-09loplugin:expandablemethods in drawinglayer..editengNoel Grandin2-36/+5
2016-10-26rework to avoid coverity#1371205 Missing move assignment operatorCaolán McNamara1-54/+62
2016-10-26we don't need ree after the loop hereCaolán McNamara1-6/+4
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin1-1/+1
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2016-09-13fix out of bounds errorJochen Nitschke1-37/+25
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann1-5/+5
2016-08-16loplugin:stringstaticStephan Bergmann1-5/+3
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-17/+0
2016-07-27Resolves: tdf#101003 don't give paras in editeng accessible namesCaolán McNamara2-14/+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-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-15/+15
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-03-07improve defaultparams lopluginNoel Grandin1-1/+1
2016-03-07loplugin:unuseddefaultparam in editengNoel Grandin1-3/+2
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin1-3/+2