summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
AgeCommit message (Expand)Author
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
2020-05-24remove some unused typedefsNoel Grandin
2020-05-10compact namespace in sdextNoel Grandin
2020-05-08improve loplugin:referencecastingNoel Grandin
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-04-21use weak_ptr properlyNoel Grandin
2020-03-12Revert "loplugin:constfields in sdext"Noel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-28remove some unused local varsNoel Grandin
2020-01-26remove some unused local varsNoel Grandin
2020-01-24loplugin:makeshared in sdextNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin
2019-11-27Remove unused Dispatch::ActionStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-13tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen
2019-11-01tdf#127921 Don't change slides when clicking in Slide sorter viewSamuel Mehrbrodt
2019-10-29Remove unused XMouseMotionListener from PresenterControllerSamuel Mehrbrodt
2019-10-29Remove unused XFocusListener from PresenterControllerSamuel Mehrbrodt
2019-10-29Remove unused XMouseMotionListener from PresenterButtonSamuel Mehrbrodt
2019-10-29Remove unused XWindowListener from PresenterButtonSamuel Mehrbrodt
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin
2019-08-24loplugin:returnconstval in sd..starmathNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin
2019-08-12Fix typosAndrea Gelmini