summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterAccessibility.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen2019-11-131-3/+2
* Simplify Sequence iterations in sdextArkadiy Illarionov2019-07-291-7/+3
* loplugin:referencecasting in sdextNoel Grandin2019-07-201-6/+4
* Simplify containers iterations in sdextArkadiy Illarionov2018-12-031-40/+16
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* More loplugin:unnecessaryparenStephan Bergmann2017-10-261-2/+2
* clang-tidy modernize-use-emplace in sdNoel Grandin2017-09-121-2/+1
* replace 'resize(size+1)' with emplace_backNoel Grandin2017-07-111-1/+1
* loplugin:casttovoid: sdextStephan Bergmann2017-07-021-30/+14
* loplugin:oncevar in scaddins..sotNoel Grandin2017-06-261-2/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-3/+3
* tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock2017-05-071-3/+3
* vector::data seems more natural than &vector::frontCaolán McNamara2017-02-241-1/+1
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-3/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-181/+54
* New loplugin:dynexcspec: Add @throws documentation, sdextStephan Bergmann2017-01-191-0/+1
* loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann2016-12-051-22/+0
* presenter console: fix STL assert when exiting slide showMichael Stahl2016-11-231-1/+5
* loplugin:expandablemethods in sdextNoel Grandin2016-10-271-8/+1
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-201-6/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-4/+4
* loplugin:constantparam in sdNoel Grandin2016-09-101-8/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-271-2/+2
* sdext: replace boost::bind with C++11 lambdasMichael Stahl2016-05-111-3/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-7/+7
* sdext.presenter: change OSL_TRACE -> SAL_INFODouglas Mencken2016-03-171-7/+5
* Remove spurious \r from OSL_TRACE outputTor Lillqvist2016-03-081-2/+2
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-1/+1
* loplugin:unusedfields sdextNoel Grandin2015-12-211-1/+0
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-19/+19
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-5/+4
* com::sun::star->css in sdextNoel Grandin2015-10-291-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-59/+59
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-271-1/+1
* boost->stdCaolán McNamara2015-09-181-12/+13
* sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-011-7/+6
* sdext: replace boost::function with std::functionMichael Stahl2015-08-031-2/+2
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-231-5/+1
* No more need for PartialWeakComponentImplHelper hereStephan Bergmann2015-04-211-10/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-91/+91
* fix higher debug levelsCaolán McNamara2015-03-181-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-16/+16
* Related fdo#82088: dropping aliases again :)Stefan Weiberg2014-09-061-133/+133
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-291-1/+1
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-271-4/+4
* coverity#983807 Uncaught exceptionCaolán McNamara2014-05-241-36/+14