summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Use the new single-instance="true" attribute in stocStephan Bergmann4-24/+6
2020-09-24speed-up: preload JVM when PreloadJVM is setSerge Krot1-1/+7
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-11/+11
2020-08-21Fix typosAndrea Gelmini1-2/+2
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski1-5/+2
2020-07-24stoc/javavm: create instances with uno constructorsNoel Grandin3-118/+36
2020-07-15stoc/proxy: create instances with uno constructorsNoel Grandin2-40/+11
2020-07-15stoc/invocation: create instances with uno constructorsNoel Grandin2-39/+9
2020-07-15stoc/invocadapt: create instances with uno constructorsNoel Grandin2-40/+14
2020-07-15stoc/javaloader: create instances with uno constructorsNoel Grandin2-47/+11
2020-07-14stoc/naming: create instances with uno constructorsNoel Grandin2-37/+10
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann8-18/+18
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-05-18Fix typo in codeAndrea Gelmini1-1/+1
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin1-4/+4
2020-05-10compact namespace in sal..svgioNoel Grandin4-8/+8
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin2-3/+6
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin13-24/+24
2020-03-10Properly use createOneInstanceComponentFactory for javaloaderStephan Bergmann1-10/+2
2020-02-06Be more verbose about JNI errors at least with --enable-dbgutilStephan Bergmann1-0/+4
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin1-2/+3
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-1/+1
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorEfdal İncesu1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-6/+7
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci3-6/+3
2020-01-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-12-22sal_Char->char in sot..storeNoel Grandin7-7/+7
2019-12-04use scoped enumStephan Bergmann1-8/+9
2019-12-03use scoped enumStephan Bergmann1-25/+26
2019-11-26Fix for 2 commits related to cppcheck:Julien Nabet1-2/+2
2019-11-24Fix e6ab01ce532d1db01579b70bd476b2f643522bf9Julien Nabet1-2/+2
2019-11-23cppcheck: performing init in init list (sfx2/slideshow/stoc/store)Julien Nabet3-15/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann10-0/+51
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin7-14/+14
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin2-10/+4
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-2/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin3-9/+8
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-25Fix typosAndrea Gelmini1-1/+1
2019-08-23Clarify a corner caseStephan Bergmann1-1/+11
2019-08-23Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann3-8/+15
2019-08-23Check that XUriReferenceFactory.makeAbsolute matches rtl::Uri::convertRelToAbsStephan Bergmann1-318/+338