summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-31/+31
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-5/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-20/+19
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23use single-use attribute for IdlReflectionServiceImplNoel Grandin2-20/+3
2021-03-23use single-use attribute for IntrospectionNoel Grandin2-16/+3
2021-03-23use single-use attribute for JavaVirtualMachineNoel Grandin2-19/+4
2021-03-22cid#1473974 silence Explicit null dereferencedCaolán McNamara1-0/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel1-1/+1
2021-01-28simplify code, use more subView()Noel2-7/+5
2021-01-10Fix some warnings for Raspberry pi 4 (part5)Julien Nabet3-1/+22
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-19/+22
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-21Revert "lok: add pre-condition "DontEnableJava""Henry Castro1-3/+0
2020-12-18lok: add pre-condition "DontEnableJava"Henry Castro1-0/+3
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen6-9/+7
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel3-7/+8
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-8/+8
2020-11-19tdf#123936 Formatting files in module stoc with clang-formatPhilipp Hofer3-20/+11
2020-11-11loplugin:stringviewNoel2-4/+4
2020-11-10new loplugin:reducevarscopeNoel Grandin1-6/+3
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