summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module sdext with clang-formatPhilipp Hofer2020-11-228-60/+50
* replace std::min(std::max()) with std::clampNoel2020-11-161-1/+1
* loplugin:stringviewNoel2020-11-111-1/+1
* disable O(U)String::concat for internal codeNoel Grandin2020-11-112-2/+2
* sdext: fix use-after-free on global AccessibleFocusManagerMichael Stahl2020-10-131-2/+13
* loplugin:const& make some params and methods constNoel2020-10-061-2/+2
* loplugin:reducevarscope in sdextNoel2020-10-046-12/+8
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-222-3/+3
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-1610-47/+27
* improve loplugin:unusedvarsglobalNoel Grandin2020-09-094-13/+0
* Remove some unused const variablesStephan Bergmann2020-09-082-12/+0
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+1
* Fix typo in codeAndrea Gelmini2020-08-292-4/+4
* Directly use OUStringBuffer::indexOfStephan Bergmann2020-08-292-2/+2
* Simplify OUStringBuffer to OUString conversionStephan Bergmann2020-08-291-3/+3
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-287-25/+25
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-261-3/+3
* Fix typo in codeAndrea Gelmini2020-08-211-1/+1
* remove dead codeNoel Grandin2020-08-181-35/+10
* tdf#135342: filter list must include extensionsMike Kaganski2020-08-161-3/+5
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-139-42/+42
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-122-13/+3
* loplugin:flattenNoel Grandin2020-08-112-89/+90
* Presenter console new vertical separatorSrijan Bhatia2020-08-081-3/+7
* Fix typos to complete commit cfce486Andrea Gelmini2020-08-071-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2020-07-201-2/+2
* sdext/minimizer: create instances with uno constructorsNoel Grandin2020-07-175-69/+10
* sdext/pdfimport: create instances with uno constructorsNoel Grandin2020-07-165-152/+58
* sdext/presenter: create instances with uno constructorsNoel Grandin2020-07-167-102/+41
* tdf#90978 add gap between the exit button and the right edge of the toolbarSrijan Bhatia2020-07-131-0/+3
* update pchesCaolán McNamara2020-07-121-8/+1
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: sdextStephan Bergmann2020-07-0212-34/+34
* loplugin:constantparamNoel Grandin2020-06-291-6/+4
* tdf#128964 fix shifting of icons when the pause/resume button changesSrijan Bhatia2020-06-281-4/+21
* tdf#90978 add exit button to impress presenter consoleSrijan Bhatia2020-06-273-0/+41
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-5/+2
* tdf#131353: Fix build with poppler 0.86.0Martin Whitaker2020-06-181-1/+3
* tdf#128964 Add time pause/resume button to Impress Presenter consoleSrijan Bhatia2020-06-185-10/+185
* Upcoming loplugin:elidestringvar: sdextStephan Bergmann2020-06-056-21/+10
* loplugin:simplifypointertobool improve (2)Noel Grandin2020-06-0416-46/+46
* loplugin:simplifypointertobool improveNoel Grandin2020-06-0320-118/+117
* loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2020-05-302-2/+2
* remove some unused typedefsNoel Grandin2020-05-241-1/+0
* compact namespace in sdextNoel Grandin2020-05-1038-98/+89
* improve loplugin:referencecastingNoel Grandin2020-05-081-1/+1
* tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling2020-05-071-0/+14
* update pchesCaolán McNamara2020-04-261-6/+2
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-222-0/+2
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-221-1/+2