summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterController.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-01-21move presenter console from sdext/ to sd/Noel Grandin1-1182/+0
2022-12-16Use unotoosl::WeakReference to avoid a dynamic_castStephan Bergmann1-6/+2
2022-06-24clang-tidy modernize-pass-by-value in sdextNoel Grandin1-4/+5
2022-06-14tdf#149351 Add a 'Turn off mouse as pen' shortcutGabor Kelemen1-0/+11
2022-05-01use more string_view in variousNoel Grandin1-1/+1
2022-02-21Recheck modules sd* with IWYUGabor Kelemen1-2/+0
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-10/+0
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-4/+2
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-2/+2
2021-04-01lok: remove frame action listener when disposingHenry Castro1-6/+6
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-02-02tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInkGabor Kelemen1-2/+15
2021-01-28simplify code, use more subView()Noel1-2/+2
2020-10-04loplugin:reducevarscope in sdextNoel1-3/+2
2020-06-27tdf#90978 add exit button to impress presenter consoleSrijan Bhatia1-0/+14
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-3/+3
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-4/+4
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2020-01-28remove some unused local varsNoel Grandin1-2/+1
2020-01-24loplugin:makeshared in sdextNoel Grandin1-3/+3
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen1-7/+0
2019-10-29Remove unused XMouseMotionListener from PresenterControllerSamuel Mehrbrodt1-9/+0
2019-10-29Remove unused XFocusListener from PresenterControllerSamuel Mehrbrodt1-8/+0
2019-07-20loplugin:referencecasting in sdextNoel Grandin1-3/+3
2019-02-24loplugin:unusedfields in sdextNoel Grandin1-3/+1
2019-02-12loplugin:flatten in sdextNoel Grandin1-29/+29
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+6
2018-12-03Simplify containers iterations in sdextArkadiy Illarionov1-23/+17
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-2/+2
2017-07-18loplugin:constparams in sdextNoel Grandin1-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-02loplugin:casttovoid: sdextStephan Bergmann1-35/+9
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sdextStephan Bergmann1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+0
2016-10-27loplugin:expandablemethods in sdextNoel Grandin1-12/+6
2016-06-27loplugin:singlevalfields in sdextNoel Grandin1-6/+0
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in sdextNoel Grandin1-10/+10
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-32/+32
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-7/+5
2015-10-29com::sun::star->css in sdextNoel Grandin1-1/+1
2015-10-06presenter console: add 'Restart Timer' buttonMiklos Vajna1-0/+14