summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterHelpView.cxx
AgeCommit message (Expand)Author
2023-01-21move presenter console from sdext/ to sd/Noel Grandin
2022-10-17use more string_viewNoel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-24loplugin:makeshared in sdextNoel Grandin
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-07-20loplugin:referencecasting in sdextNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-02-12loplugin:flatten in sdextNoel Grandin
2018-12-03Simplify containers iterations in sdextArkadiy Illarionov
2017-08-18Fix typosAndrea Gelmini
2017-07-02loplugin:casttovoid: sdextStephan Bergmann
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-02-21loplugin:subtlezeroinit: sdextStephan Bergmann
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-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-11sdext: replace boost::bind with C++11 lambdasMichael Stahl
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-30loplugin:staticfunctionNoel Grandin
2014-10-06convert to floating point before divideCaolán McNamara
2014-10-04coverity#1242725 Result is not floating-pointNorbert Thiebaud
2014-10-02coverity#1242882 Result is not floating-pointCaolán McNamara
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-12-19Remove duplicate code from Presenter Help ViewFaisal M. Al-Otaibi