Age | Commit message (Expand) | Author |
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 |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-08-31 | Fix typos in code | Andrea Gelmini |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-19 | Fix typos | Andrea Gelmini |
2020-07-15 | scripting/basprov: create instances with uno constructors | Noel Grandin |
2020-07-15 | scripting/protocolhandler: create instances with uno constructors | Noel Grandin |
2020-07-15 | scripting/stringresource: create instances with uno constructors | Noel Grandin |
2020-07-14 | scripting/provider: create instances with uno constructors | Noel Grandin |
2020-07-14 | scripting/dlgprov: create instances with uno constructors | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-10 | replace usage of blacklist with denylist | Thorsten Behrens |
2020-07-04 | reduce number of framework libraries | Noel Grandin |
2020-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: scripting | Stephan Bergmann |
2020-06-09 | tdf#42949 Fix IWYU warnings in scripting/ | Gabor Kelemen |
2020-06-09 | remove the fake SvxScriptErrorDialog code | Noel Grandin |
2020-06-05 | Upcoming loplugin:elidestringvar: scripting | Stephan Bergmann |
2020-05-14 | fix python 3.8 deprecation warnings | Noel Grandin |
2020-05-10 | compact namespace in sal..svgio | Noel Grandin |
2020-05-06 | Move all public Java classes to libreoffice.jar | Samuel Mehrbrodt |
2020-04-22 | Fix typos | Andrea Gelmini |
2020-04-09 | pyuno,*: kill Python 2 support with fire | Michael Stahl |
2020-04-06 | scripting: mailmerge.py: remove Python 3.0/3.1 support | Michael Stahl |
2020-04-02 | loplugin:flatten in scripting | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in scripting" | Noel Grandin |
2020-02-04 | tdf#117331 Merge jurt and unoil into ridl | Samuel Mehrbrodt |
2020-01-31 | new loplugin:namespaceindentation | Noel Grandin |
2020-01-28 | sys.version is for displaying; use sys.version_info for version check | Mike Kaganski |
2020-01-28 | remove some unused local vars | Noel Grandin |