Age | Commit message (Expand) | Author |
2014-02-02 | fdo#54938 Convert bridges, editeng and others to cppu::supportsService | Alexandre Vicenzi |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-23 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2014-01-22 | bool improvements | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-17 | Remove unnecessary use of OUString constructor in OUStringBuffer::append calls | Noel Grandin |
2013-12-12 | Remove unnecessary macros | Stephan Bergmann |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-14 | Move MediaDescriptor from comphelper to unotools | Stephan Bergmann |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor in SCRIPTING module | Noel Grandin |
2013-11-06 | Drop unnecessary #includes | Takeshi Abe |
2013-11-04 | remove redundant calls to OUString constructor | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-22 | fdo#54938: Adapt supportsService implementations.. | Marcos Paulo de Souza |
2013-10-18 | random OUString to String conversions | Noel Grandin |
2013-10-02 | WaE: unused variable | Tor Lillqvist |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-08-21 | deb#719941: pythonscript.py: use open() instead of file() | Rene Engelhard |
2013-08-20 | deb#719941: unbreak python script provider debug logging on Python 3 | Michael Stahl |
2013-08-19 | Mark as const | Takeshi Abe |
2013-08-18 | Use subfolder names from <config_folders.h> | Tor Lillqvist |
2013-08-07 | resolved fdo#67444 don't push_back() with already reserved size | Eike Rathke |
2013-07-30 | fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VB | Noel Power |
2013-07-15 | Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2 | Caolán McNamara |
2013-07-14 | Related: fdo#66761 we want the bytes, not a str representation of them | Caolán McNamara |
2013-07-13 | Resolves: fdo#66761 Macro controlled Python Mailmerge broken | Caolán McNamara |
2013-07-12 | Resolves: #i120083# make python loglevel and log output changeable... | Herbert Dürr |
2013-07-11 | use LanguageTag::getMatchingFallback() | Eike Rathke |
2013-07-10 | added FIXME-BCP47 comments | Eike Rathke |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-06-28 | remove an unused header | Thomas Arnhold |
2013-06-18 | add python ver to debugging info | Caolán McNamara |
2013-06-17 | Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issues | Caolán McNamara |
2013-05-28 | fdo#46808, Convert awt::UnoControlDialog to new style | Noel Grandin |
2013-05-25 | Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style" | Stephan Bergmann |
2013-05-24 | Resolves: #i55055# Simplify pythonscript.py code | Pedro Giffuni |
2013-05-24 | scripting: get CreateUnoDialog() work again | Miklos Vajna |
2013-05-23 | fix awt::UnoControlModelDialog crash | Noel Grandin |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin |
2013-05-21 | fdo#46808, Convert awt::XUnoControlDialog to new style | Noel Grandin |
2013-05-21 | fdo#46808, Convert awt::UnoControlDialogModel to new style | Noel Grandin |
2013-05-11 | Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContext | Ariel Constenla-Haile |
2013-05-09 | fix memory leak with orphaned controls created on the fly | Noel Power |
2013-05-09 | handle various ReturnXXXX types for forms | Noel Power |