Age | Commit message (Expand) | Author |
2023-03-23 | rtl::Static to thread-safe-static | Noel Grandin |
2023-02-13 | Fix/simplify some vnd.sun.star.expand: handling | Mike Kaganski |
2023-02-12 | tdf#153571: properly unquote (URL-decode) vnd.sun.star.expand payload | Mike Kaganski |
2022-12-16 | check SfxObjectShell::Current() | Caolán McNamara |
2022-11-22 | loplugin:unusedfields | Noel Grandin |
2022-10-22 | use more TempFileFastService in scripting | Noel Grandin |
2022-10-17 | use more string_view | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-06-23 | clang-tidy modernize-pass-by-value in scripting | Noel Grandin |
2022-06-10 | LanguageTool Grammar Checker implementation | Mert Tumer |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-20 | new loplugin:unnecessary locking | Noel Grandin |
2022-05-12 | speed up simple use of NamedValueCollection | Noel Grandin |
2022-05-11 | in SetGlobalUNOConstant, only retrieve old value if we need it | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in scripting | Stephan Bergmann |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using compareTo | Noel Grandin |
2022-03-20 | Remove special-casing Windows stderr handling | Mike Kaganski |
2022-02-14 | Recheck modules s[a-c]* with IWYU | Gabor Kelemen |
2022-02-03 | tdf#146742 - Move the initialization code of a method to SbMethod::Call | Andreas Heinisch |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-04 | osl::Mutex->std::mutex in StringResourceImpl | Noel Grandin |
2021-12-22 | tdf#143582: Avoid error on clearing leftover return value of a method | Mike Kaganski |
2021-12-18 | use more cppu::BaseMutex | Noel Grandin |
2021-11-28 | use more OInterfaceContainerHelper2 in scripting | Noel Grandin |
2021-11-08 | use more OUStringLiteral in MediaDescriptor | Noel Grandin |
2021-11-07 | Typo: implemnented->implemented | Julien Nabet |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in scripting | Mike Kaganski |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-01 | loplugin:constmethod | Noel Grandin |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-08-04 | tdf#143582 - Clear return value of the method before calling it | Andreas Heinisch |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-08-01 | osl::Mutex->std::mutex in ProviderCache | Noel Grandin |
2021-08-01 | osl::Mutex->std::mutex in MasterScriptProvider | Noel Grandin |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-05-29 | std::unique_ptr -> std::optional | Noel Grandin |
2021-05-13 | inline some typedefs | Noel Grandin |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-15 | loplugin:stringliteralvar look for assignments | Noel Grandin |
2021-03-23 | tdf#124176 Use pragma once in s* | Vincent LE GARREC |
2021-03-09 | Drop "32" from names of SbxArray methods taking 32-bit indices | Mike Kaganski |
2021-02-06 | tdf#124176 Used pragma once instead of include guards | ViKrAm-Baisclear |
2021-01-22 | tdf#133889 Upcasting the type of actual parameter. | tushar |
2021-01-18 | tdf#133887 Set flag of variable when formal parameter is not expecting variant. | tushar |
2021-01-09 | fix coverity parse errors | Caolán McNamara |