summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterScreen.cxx
AgeCommit message (Expand)Author
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdextStephan Bergmann
2019-07-29Simplify Sequence iterations in sdextArkadiy Illarionov
2019-07-20loplugin:referencecasting in sdextNoel Grandin
2019-02-24loplugin:unusedfields in sdextNoel Grandin
2019-02-12loplugin:flatten in sdextNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-07-02loplugin:casttovoid: sdextStephan Bergmann
2017-06-27Remove unused ItemProcessor argumentStephan Bergmann
2017-06-22loplugin:unusedfields in sdextNoel Grandin
2017-06-06cppcheck: knownConditionTrueFalseJochen Nitschke
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sdextStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann
2016-10-27loplugin:expandablemethods in sdextNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-11sdext: replace boost::bind with C++11 lambdasMichael Stahl
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-12-21loplugin:unusedfields sdextNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (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-01sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-30loplugin:staticfunctionNoel Grandin
2014-12-18sdext: Use appropriate OUString functions on string constantsStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05sdext: remove SAL_THROW macroNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-18fdo#67045 - fix several nasty screen selection issues with presenter console.Michael Meeks
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-09fdo#56995 Created global option to disable presenter console in Impressmmeof
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-17coverity#984041 Uninitialized scalar variableCaolán McNamara
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac