Age | Commit message (Expand) | Author |
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-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-03 | Fix --disable-scripting for DESKTOP build | Jan-Marek Glogowski |
2021-11-28 | use more OInterfaceContainerHelper2 in scripting | Noel Grandin |
2021-11-24 | Fix typos and translations | Andrea Gelmini |
2021-11-23 | Add more beanshell samples | Samuel Mehrbrodt |
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-18 | Revert incompatible ScriptEditor change | Stephan Bergmann |
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-20 | Make some scripts more portable | Ilmari Lauhakangas |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
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-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-31 | Use javax.xml.transform instead of reflection to write a Document | Stephan Bergmann |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
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 |
2021-01-01 | Fix typos | Andrea Gelmini |
2021-01-01 | tdf#128463: Revert the change to license information | Kevin Suo |
2020-12-31 | tdf#128463: Rewrite NamedRanges.py to make it work when run from UI | Kevin Suo |
2020-12-31 | tdf#128463: Make SetCellColor python example actually do sth | Kevin Suo |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-12-01 | OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION | Noel |
2020-11-11 | loplugin:stringview | Noel |
2020-11-11 | disable O(U)String::concat for internal code | Noel Grandin |
2020-11-05 | loplugin:reducevarscope in scripting | Noel |
2020-10-14 | Replace list by vector in scripting/eventhelpher | Julien Nabet |
2020-10-10 | Improve example python code in scripting. | Kevin Suo |