- f597c88 Fix typo by Andrea Gelmini · 1 year, 11 months ago
- 5c76b36 loplugin:ostr in scripting by Noel Grandin · 1 year, 11 months ago
- ccdb98c Drop some uses of css::uno::Sequence::getConstArray by Mike Kaganski · 1 year, 11 months ago
- e6981b9 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 1 year, 11 months ago
- ea93670 Drop some uses of css::uno::Sequence::getConstArray ... by Mike Kaganski · 2 years ago
- 098f366 tdf#146619 Drop unused 'using namespace' in: scripting/ by Gabor Kelemen · 2 years ago
- c6d8778 cid#1596251 Dereference null return value by Caolán McNamara · 2 years ago
- 58c4457 Update to latest Rhino 1.7.14 by Stephan Bergmann · 2 years ago
- 8e048c3 convert BasicScriptImplodNodeImpl to comphelper::WeakImplHelper by Noel Grandin · 2 years ago
- 6e8fb02 convert BasicMethodNodeImpl to comphelper::WeakImplHelper by Noel Grandin · 2 years ago
- 02b5bf5 convert EventListener to comphelper::WeakComponentImplHelper by Noel Grandin · 2 years ago
- 845dbe3 tdf#158803 remove unused imports by LeSasse · 2 years ago
- 9f4e04b tdf#158803 remove unused imports by LeSasse · 2 years ago
- 4541614 tdf#159412: make sure to keep the value while changing the type by Mike Kaganski · 2 years, 2 months ago
- f1dc4e0 cid#1546414 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 3 months ago
- e8248b5 cid#1545222 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
- 5d3d7cd cid#1546281 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
- d516400 cid#1546422 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
- 8e46dd9 scripting: PyMailServiceProvider: implement AllowInsecureProtocols by Michael Stahl · 2 years, 5 months ago
- cb982f1 'new Float' is deprecated in Java by Noel Grandin · 2 years, 5 months ago
- 7c59c59 Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scripting by Stephan Bergmann · 2 years, 6 months ago
- 3c7a35d no need to use UNO_QUERY_THROW here by Noel Grandin · 2 years, 7 months ago
- 87db52ab Revert "use more Reference::query instead of UNO_QUERY_THROW" by Noel Grandin · 2 years, 7 months ago
- 7ffa7e5 loplugin: new global analysis locking2 by Noel Grandin · 2 years, 8 months ago
- 7fc6063 use more Reference::query instead of UNO_QUERY_THROW by Noel Grandin · 2 years, 8 months ago
- d7b8dc9 Log SSL default verification path for mailmerge debug by Thorsten Behrens · 2 years, 8 months ago
- e3d2884 follow python recommendation and pass SSL contexts by Caolán McNamara · 2 years, 8 months ago
- d74c010 Use getXWeak in scripting by Mike Kaganski · 3 years ago
- 4b3308a Avoid NullPointerException by Stephan Bergmann · 3 years ago
- e7dbef9 rtl::Static to thread-safe-static by Noel Grandin · 3 years ago
- d015989 Fix some errors in the scripting module's XInputStreamImpl: by Damjan Jovanovic · 3 years, 6 months ago
- 00f6c36 Fix/simplify some vnd.sun.star.expand: handling by Mike Kaganski · 3 years, 2 months ago
- 12896c9 tdf#153571: properly unquote (URL-decode) vnd.sun.star.expand payload by Mike Kaganski · 3 years, 2 months ago
- 1726c27 check SfxObjectShell::Current() by Caolán McNamara · 3 years, 4 months ago
- c91ec11 loplugin:unusedfields by Noel Grandin · 3 years, 5 months ago
- 8cbc179 use more TempFileFastService in scripting by Noel Grandin · 3 years, 6 months ago
- 4252555 use more string_view by Noel Grandin · 3 years, 6 months ago
- 84e9a00 tdf#151076 Create callable Python script using InsertText by Rafael Lima · 3 years, 7 months ago
- 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
- c7c2f6b clang-tidy modernize-pass-by-value in scripting by Noel Grandin · 3 years, 10 months ago
- d952df3 LanguageTool Grammar Checker implementation by Mert Tumer · 4 years ago
- f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
- 2a263cb tdf#145527 Revert "Related tdf#116767: Call URLClassLoader.close" by Stephan Bergmann · 3 years, 10 months ago
- f2c0233 new loplugin:unnecessary locking by Noel Grandin · 3 years, 11 months ago
- d03e7a8 speed up simple use of NamedValueCollection by Noel Grandin · 3 years, 11 months ago
- cde416f in SetGlobalUNOConstant, only retrieve old value if we need it by Noel Grandin · 4 years ago
- 5fc8f86 Just use Any ctor instead of makeAny in scripting by Stephan Bergmann · 4 years ago
- d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
- 33bd16b loplugin:stringviewparam convert methods using copy() by Noel Grandin · 4 years ago
- c898611 loplugin:stringviewparam convert methods using compareTo by Noel Grandin · 4 years ago
- cd973e7 Remove special-casing Windows stderr handling by Mike Kaganski · 4 years, 1 month ago
- 14001bc Recheck modules s[a-c]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
- 6a0f00d tdf#146742 - Move the initialization code of a method to SbMethod::Call by Andreas Heinisch · 4 years, 2 months ago
- a2eaf99 make comphelper::OInterfaceContainerHelper4 more threadsafe by Noel Grandin · 4 years, 3 months ago
- 5de44f1 osl::Mutex->std::mutex in StringResourceImpl by Noel Grandin · 4 years, 4 months ago
- 822998f tdf#143582: Avoid error on clearing leftover return value of a method by Mike Kaganski · 4 years, 4 months ago
- 1d83453 use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
- db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
- fb308c1 Fix --disable-scripting for DESKTOP build by Jan-Marek Glogowski · 4 years, 11 months ago
- 9622b62 use more OInterfaceContainerHelper2 in scripting by Noel Grandin · 4 years, 4 months ago
- ec5788d Fix typos and translations by Andrea Gelmini · 4 years, 4 months ago
- acd820a Add more beanshell samples by Samuel Mehrbrodt · 4 years, 4 months ago
- 2ab40e9 use more OUStringLiteral in MediaDescriptor by Noel Grandin · 4 years, 5 months ago
- f23a4e6 Typo: implemnented->implemented by Julien Nabet · 4 years, 5 months ago
- 22ba855 Prepare for removal of non-const operator[] from Sequence in scripting by Mike Kaganski · 4 years, 5 months ago
- d425cd6 Revert incompatible ScriptEditor change by Stephan Bergmann · 4 years, 6 months ago
- 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
- 8a017d2 Avoid COW overhead using css::uno::Sequence by Mike Kaganski · 4 years, 6 months ago
- 581efde loplugin:constmethod by Noel Grandin · 4 years, 6 months ago
- 2bc1a04 New loplugin:unusedcapturedefault by Stephan Bergmann · 4 years, 8 months ago
- ac586d1 Make some scripts more portable by Ilmari Lauhakangas · 4 years, 8 months ago
- 14cfff5 Pass context and resource string down to boost::locale separately by Noel Grandin · 4 years, 9 months ago
- 24d24de tdf#143582 - Clear return value of the method before calling it by Andreas Heinisch · 4 years, 8 months ago
- 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
- 1597cc5 convert #defines to OUStringLiteral by Noel Grandin · 4 years, 8 months ago
- 933cf26 osl::Mutex->std::mutex in ProviderCache by Noel Grandin · 4 years, 8 months ago
- 86d66c6 osl::Mutex->std::mutex in MasterScriptProvider by Noel Grandin · 4 years, 8 months ago
- bfc1600 loplugin:indentation improve checks for brace alignment by Noel Grandin · 4 years, 10 months ago
- 3823e81 std::unique_ptr -> std::optional by Noel Grandin · 4 years, 10 months ago
- 601e9d4 inline some typedefs by Noel Grandin · 5 years ago
- 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
- 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
- 46ce0d2 loplugin:stringliteralvar look for assignments by Noel Grandin · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 5707ec3 Use javax.xml.transform instead of reflection to write a Document by Stephan Bergmann · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 24552a0 tdf#124176 Use pragma once in s* by Vincent LE GARREC · 5 years ago
- fbaf865 Drop "32" from names of SbxArray methods taking 32-bit indices by Mike Kaganski · 5 years ago
- ab559cf tdf#124176 Used pragma once instead of include guards by ViKrAm-Baisclear · 5 years ago
- 61d2014 tdf#133889 Upcasting the type of actual parameter. by tushar · 5 years ago
- 3b3591d tdf#133887 Set flag of variable when formal parameter is not expecting variant. by tushar · 5 years ago
- ac396f2 fix coverity parse errors by Caolán McNamara · 5 years ago
- 9c5f2dc Fix typos by Andrea Gelmini · 5 years ago
- 6b57cfb tdf#128463: Revert the change to license information by Kevin Suo · 5 years ago
- 8c9cc54 tdf#128463: Rewrite NamedRanges.py to make it work when run from UI by Kevin Suo · 5 years ago
- 97d5144 tdf#128463: Make SetCellColor python example actually do sth by Kevin Suo · 5 years ago
- a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
- 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
- 107399d tdf#42949 Fix new IWYU warnings in directories s* by Gabor Kelemen · 5 years ago
- d6d80c4 OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION by Noel · 5 years ago