summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module stoc with clang-formatPhilipp Hofer2020-11-193-20/+11
* loplugin:stringviewNoel2020-11-112-4/+4
* new loplugin:reducevarscopeNoel Grandin2020-11-101-6/+3
* Use the new single-instance="true" attribute in stocStephan Bergmann2020-10-024-24/+6
* speed-up: preload JVM when PreloadJVM is setSerge Krot2020-09-241-1/+7
* Make many OUString functions take std::u16string_view parametersStephan Bergmann2020-09-041-1/+1
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+1
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-11/+11
* Fix typosAndrea Gelmini2020-08-211-2/+2
* Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski2020-07-251-5/+2
* stoc/javavm: create instances with uno constructorsNoel Grandin2020-07-243-118/+36
* stoc/proxy: create instances with uno constructorsNoel Grandin2020-07-152-40/+11
* stoc/invocation: create instances with uno constructorsNoel Grandin2020-07-152-39/+9
* stoc/invocadapt: create instances with uno constructorsNoel Grandin2020-07-152-40/+14
* stoc/javaloader: create instances with uno constructorsNoel Grandin2020-07-152-47/+11
* stoc/naming: create instances with uno constructorsNoel Grandin2020-07-142-37/+10
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann2020-07-028-18/+18
* loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2020-05-301-1/+1
* Fix typo in codeAndrea Gelmini2020-05-181-1/+1
* use std::experimental::source_location in uno::ExceptionNoel Grandin2020-05-181-4/+4
* compact namespace in sal..svgioNoel Grandin2020-05-104-8/+8
* loplugin:buriedassign in starmath..svlNoel Grandin2020-04-162-3/+6
* Revert "loplugin:constfields in stoc..svgio"Noel Grandin2020-03-1413-24/+24
* Properly use createOneInstanceComponentFactory for javaloaderStephan Bergmann2020-03-101-10/+2
* Be more verbose about JNI errors at least with --enable-dbgutilStephan Bergmann2020-02-061-0/+4
* std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin2020-02-011-2/+3
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-311-1/+1
* tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorEfdal İncesu2020-01-281-2/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-6/+7
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-153-6/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-141-2/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-131-2/+1
* sal_Char->char in sot..storeNoel Grandin2019-12-227-7/+7
* use scoped enumStephan Bergmann2019-12-041-8/+9
* use scoped enumStephan Bergmann2019-12-031-25/+26
* Fix for 2 commits related to cppcheck:Julien Nabet2019-11-261-2/+2
* Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet2019-11-241-2/+2
* cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet2019-11-233-15/+6
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-2210-0/+51
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-261-1/+1
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-217-14/+14
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-162-10/+4
* new loplugin:bufferaddNoel Grandin2019-10-151-4/+2
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-2/+2
* simplify "a = a +" to "a +="Noel Grandin2019-10-113-9/+8
* Fixing "...."Andrea Gelmini2019-09-061-1/+1
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Fix typosAndrea Gelmini2019-08-251-1/+1