summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterToolBar.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:constparams in sdextNoel Grandin1-5/+5
2017-07-02loplugin:casttovoid: sdextStephan Bergmann1-28/+10
2017-07-02Text::Paint rOffset parameter is unusedStephan Bergmann1-15/+4
2017-06-22loplugin:unusedfields in sdextNoel Grandin1-6/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-20/+20
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock1-20/+20
2017-02-21loplugin:subtlezeroinit: sdextStephan Bergmann1-2/+2
2017-02-15remove unused Right from Anchor enumNoel Grandin1-1/+0
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-33/+4
2016-12-05loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-06-30loplugin:unusedfieldsNoel Grandin1-7/+0
2016-06-27loplugin:singlevalfields in sdextNoel Grandin1-35/+12
2016-05-12sdext: replace boost::bind with C++11 lambdas, part 2Michael Stahl1-2/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-14loplugin:passstuffbyref in sdextNoel Grandin1-7/+7
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-4/+7
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-12TyposJulien Nabet1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-58/+58
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-4/+4
2015-10-29com::sun::star->css in sdextNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-24/+24
2015-10-06presenter console: add 'Restart Timer' buttonMiklos Vajna1-1/+9
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-09-18boost->stdCaolán McNamara1-7/+7
2015-09-01sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-59/+59
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-5/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+1
2014-04-18Related: rhbz#1088625 PresenterPaintManager seen as NULLCaolán McNamara1-3/+13
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-7/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-23/+23
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-28/+28
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-10-30Remove unnecessary #includesTakeshi Abe1-3/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-07-05API change: osl/time.h take const pointers where appropriateLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+4
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-22/+20
2013-01-10Fix some errors and remove duplicate code on PresenterFaisal M. Al-Otaibi1-121/+41