- 24cad6a Move MediaDescriptor from comphelper to unotools by Stephan Bergmann · 12 years ago
- fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
- e52779d remove unnecessary use of OUString constructor by Noel Grandin · 12 years ago
- 2ac5073 remove unnecessary use of OUString constructor in SCRIPTING module by Noel Grandin · 12 years ago
- 9c2ab71 Drop unnecessary #includes by Takeshi Abe · 12 years ago
- aeb41c9 remove redundant calls to OUString constructor by Noel Grandin · 12 years ago
- 0e6a260 Convert code that calls OUString::getStr()[] to use the [] operator by Noel Grandin · 12 years ago
- e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
- 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
- 8e602af stop looking for Jar files in solver by Michael Stahl · 12 years ago
- a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
- ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
- 88c7e97 fdo#36964 Wording change: "Remove Filter" -> "Reset Filter" by Samuel Mehrbrodt · 13 years ago
- d08ef4d random OUString to String conversions by Noel Grandin · 12 years ago
- 8c5b0d8 WaE: unused variable by Tor Lillqvist · 13 years ago
- 3ef9fac -Werror,-Wunused-const-variable by Stephan Bergmann · 13 years ago
- 7f436c1 typo fixes in comments by Andras Timar · 13 years ago
- 4c63fd10 Try to fix cross-compilation by Tor Lillqvist · 13 years ago
- 6667cae gbuild: remove gb_Rdb__get_final_target by Michael Stahl · 13 years ago
- 5397b49 Towards a working instdir for Mac OS X by Stephan Bergmann · 13 years ago
- d44759e gbuild: install rdb files directly in module they come from by Matúš Kukan · 13 years ago
- d5d721a ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing> by Norbert Thiebaud · 13 years ago
- 83f4be4 deb#719941: pythonscript.py: use open() instead of file() by Rene Engelhard · 13 years ago
- 5be1f52 deb#719941: unbreak python script provider debug logging on Python 3 by Michael Stahl · 13 years ago
- 08452f1 Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA by Tor Lillqvist · 13 years ago
- f4004429 Mark as const by Takeshi Abe · 13 years ago
- 058a3d1 Further work on the "Mac-like app structure" option by Tor Lillqvist · 13 years ago
- c6a7300 Use subfolder names from <config_folders.h> by Tor Lillqvist · 13 years ago
- 6b2aaa7 resolved fdo#67444 don't push_back() with already reserved size by Eike Rathke · 13 years ago
- 9250089 fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VB by Noel Power · 13 years ago
- 24078e3 Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2 by Caolán McNamara · 13 years ago
- f460556 Related: fdo#66761 we want the bytes, not a str representation of them by Caolán McNamara · 13 years ago
- c4aa13c Resolves: fdo#66761 Macro controlled Python Mailmerge broken by Caolán McNamara · 13 years ago
- 3c57a9b Resolves: #i120083# make python loglevel and log output changeable... by Herbert Dürr · 13 years ago
- 3852241 use LanguageTag::getMatchingFallback() by Eike Rathke · 13 years ago
- 3f1a588 added FIXME-BCP47 comments by Eike Rathke · 13 years ago
- ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
- 349d3b2 remove an unused header by Thomas Arnhold · 13 years ago
- 86783bd add python ver to debugging info by Caolán McNamara · 13 years ago
- 06f22f5 Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issues by Caolán McNamara · 13 years ago
- 1e4422a re-base on ALv2 code. Includes: by Michael Meeks · 13 years ago
- 1d1825d fdo#46808, Convert awt::UnoControlDialog to new style by Noel Grandin · 13 years ago
- e36f83d Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style" by Stephan Bergmann · 13 years ago
- 7a6cc8b Resolves: #i55055# Simplify pythonscript.py code by Pedro Giffuni · 14 years ago
- 2e2a482 scripting: get CreateUnoDialog() work again by Miklos Vajna · 13 years ago
- 2ce6828 fix awt::UnoControlModelDialog crash by Noel Grandin · 13 years ago
- 6a043e9c Use the new type-checking Reference constructor to reduce code noise by Noel Grandin · 13 years ago
- be50ad2 fdo#46808, Convert awt::XUnoControlDialog to new style by Noel Grandin · 13 years ago
- 6c61b20 fdo#46808, Convert awt::UnoControlDialogModel to new style by Noel Grandin · 13 years ago
- b0c59c3 Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContext by Ariel Constenla-Haile · 14 years ago
- 717c964 More gb_PROGRAMDIRNAME clean up by Stephan Bergmann · 13 years ago
- 2f3359d fix memory leak with orphaned controls created on the fly by Noel Power · 13 years ago
- 04eb03cc handle various ReturnXXXX types for forms by Noel Power · 13 years ago
- e8eab43 cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal by Philipp Riemer · 13 years ago
- e2e2cc6 remove usage of RTL_CONSTASCII_USTRINGPARAM by Luboš Luňák · 13 years ago
- 402c8f5 Java cleanup, close file handles when done with them by Noel Grandin · 13 years ago
- 7cba598 Java cleanup, delete some dead code by Noel Grandin · 13 years ago
- 8be40d3 Java cleanup, convert Hashtable to HashMap by Noel Grandin · 13 years ago
- e527a34 Java cleanup, convert more Vector to ArrayList by Noel Grandin · 13 years ago
- 587c59fb Java cleanup, Convert Vector to ArrayList by Noel Grandin · 13 years ago
- f813595 fix typo by Noel Grandin · 13 years ago
- 233e121 install python scripting provider using filelist by David Tardon · 13 years ago
- bf7df61 install example java scripts using filelist by David Tardon · 13 years ago
- 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
- 6f17a2f Java cleanup, access static methods using correct syntax by Noel Grandin · 13 years ago
- 6d4c1f0 From the context of the code, this field should not be static by Noel Grandin · 13 years ago
- 0c37eee Java cleanup, use generic containers where possible by Noel Grandin · 13 years ago
- cde3a2b fix typo by David Tardon · 13 years ago
- e8ff469 Remove any remaining remnants of unused component_canUnload feature by Stephan Bergmann · 13 years ago
- 8d87758 Java cleanup, remove the rest of the unnecessary casts by Noel Grandin · 13 years ago
- 687a821 fdo#63197: convert 3 out 4 from scripting part by Julien Nabet · 13 years ago
- 9830fd3 date/time IDL datatypes incompatible change by Lionel Elie Mamane · 13 years ago
- 617e7c6 Missing include by Stephan Bergmann · 13 years ago
- 435f5e3 fdo#60724 correct spelling by Thomas Arnhold · 13 years ago
- d01478a install Pyuno using Package by David Tardon · 13 years ago
- ba044b1 remove needless forward rtl::OUString declarations by Luboš Luňák · 13 years ago
- 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
- 876c619 new module i18nlangtag by Eike Rathke · 13 years ago
- aa753f0 -Wunused-macros by Stephan Bergmann · 13 years ago
- 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
- 4c0c23a Simplify equalsIgnoreAsciiCaseAscii[L] calls by Stephan Bergmann · 13 years ago
- 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
- 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
- a3bb733 fdo#46808, Convert singleton theMasterScriptProviderFactory by Noel Grandin · 13 years ago
- 33d6a7b doubled namespaces by Thomas Arnhold · 13 years ago
- 26e37ca doubled includes by Thomas Arnhold · 13 years ago
- f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
- ecf0040 loplugin: improve indentation by Thomas Arnhold · 13 years ago
- b768611 remove all d.lst by Michael Stahl · 13 years ago
- 89003e9 loplugin: unused variables by Thomas Arnhold · 13 years ago
- df37f7d move loop variables into least scope pos by Caolán McNamara · 13 years ago
- 3901964 coverity#704434 Non-array delete for scalars by Julien Nabet · 13 years ago
- d5caf68 loplugin: unused variables by Thomas Arnhold · 13 years ago
- 94477cb Fix typo accessable/accessible by Julien Nabet · 13 years ago
- 1443a9f [Uu]sefull -> [Uu]seful by Julien Nabet · 13 years ago
- 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
- d1dc850 scripting: s/pathes/paths and s/Pathes/Paths by Miklos Vajna · 13 years ago
- b0e42ed fix build breakage: ENABLE_SCRIPTING_PYTHON was already removed by David Ostrovsky · 13 years ago
- ef1d096 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT by Radu Ioan · 13 years ago
- 54d91ca Fix typo by Julien Nabet · 13 years ago