summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
AgeCommit message (Expand)Author
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify vector initializationsJulien Nabet
2021-06-09Simplify Sequences initializations (sdext)Julien Nabet
2021-05-07presenter : use std::mutexArnaud Versini
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-08lok: remove event listener when disposingHenry Castro
2021-04-01lok: remove frame action listener when disposingHenry Castro
2021-03-26loplugin:flattenNoel
2021-03-25loplugin:unusedvarsglobalNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-18loplugin:referencecasting in sdextNoel
2021-02-02tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInkGabor Kelemen
2021-01-28simplify code, use more subView()Noel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-25PresenterSlideSorter::mouseMoved: Merge identical ifDr. David Alan Gilbert
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-22tdf#123936 Formatting files in module sdext with clang-formatPhilipp Hofer
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-11loplugin:stringviewNoel
2020-10-13sdext: fix use-after-free on global AccessibleFocusManagerMichael Stahl
2020-10-06loplugin:const& make some params and methods constNoel
2020-10-04loplugin:reducevarscope in sdextNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-09-08Remove some unused const variablesStephan Bergmann
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-21Fix typo in codeAndrea Gelmini
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-11loplugin:flattenNoel Grandin
2020-08-08Presenter console new vertical separatorSrijan Bhatia
2020-07-20loplugin:unnecessaryvirtualNoel Grandin
2020-07-16sdext/presenter: create instances with uno constructorsNoel Grandin
2020-07-13tdf#90978 add gap between the exit button and the right edge of the toolbarSrijan Bhatia
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann
2020-06-29loplugin:constantparamNoel Grandin
2020-06-28tdf#128964 fix shifting of icons when the pause/resume button changesSrijan Bhatia
2020-06-27tdf#90978 add exit button to impress presenter consoleSrijan Bhatia
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-18tdf#128964 Add time pause/resume button to Impress Presenter consoleSrijan Bhatia
2020-06-05Upcoming loplugin:elidestringvar: sdextStephan Bergmann
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin