summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterAccessibility.cxx
AgeCommit message (Expand)Author
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in sdNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-02loplugin:casttovoid: sdextStephan Bergmann
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sdextStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann
2016-11-23presenter console: fix STL assert when exiting slide showMichael Stahl
2016-10-27loplugin:expandablemethods in sdextNoel Grandin
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-05-11sdext: replace boost::bind with C++11 lambdasMichael Stahl
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-17sdext.presenter: change OSL_TRACE -> SAL_INFODouglas Mencken
2016-03-08Remove spurious \r from OSL_TRACE outputTor Lillqvist
2016-03-08tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-12-21loplugin:unusedfields sdextNoel Grandin
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sdextNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-01sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-03sdext: replace boost::function with std::functionMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-18fix higher debug levelsCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-24coverity#983807 Uncaught exceptionCaolán McNamara
2014-04-30sdext: sal_Bool->boolNoel Grandin
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann