- 59b5ff7 basic: translation of all debug messages by Thomas Arnhold · 13 years ago
- d06f457 bnc#805071 fix object assigment problems when default members present by Noel Power · 13 years ago
- 6dddefc fdo#43460: use isEmpty() by Thomas Arnhold · 13 years ago
- a2454a4 fdo#43460: use isEmpty() by Thomas Arnhold · 13 years ago
- ead0a60 coverity#705627: fix memory leak by Markus Mohrhard · 13 years ago
- a029629 fdo#60691 add modelines to *.src and *.hrc files by Borim · 13 years ago
- 8035a3a some further OUString cleanup by Thomas Arnhold · 13 years ago
- a9813b9 doh! sReturnStrg is OUStringBuffer, no need to assign by Noel Power · 13 years ago
- f202b21 fix String->OUString foobar by Noel Power · 13 years ago
- a3bb733 fdo#46808, Convert singleton theMasterScriptProviderFactory by Noel Grandin · 13 years ago
- a6b9173 fdo#60148 Clean up warnings from the Clang compiler plugin by nccuong · 13 years ago
- ce33f85 sal_Bool to bool by Takeshi Abe · 13 years ago
- 33d6a7b doubled namespaces by Thomas Arnhold · 13 years ago
- 26e37ca doubled includes by Thomas Arnhold · 13 years ago
- 5b04c90 remove unused and commented out code by Thomas Arnhold · 13 years ago
- 23e572f4 don't do something different in dbgutil mode than product by Caolán McNamara · 13 years ago
- f5ca04c Related to fdo#60724: correct spelling by Thomas Arnhold · 13 years ago
- d021bb4 coverity: fix memory leak by Markus Mohrhard · 13 years ago
- ece1af8 coverity#736108: nesting level mismatch by Markus Mohrhard · 13 years ago
- 1544c17 coverity#705626 and coverity#705627: fix memory leak by Markus Mohrhard · 13 years ago
- 4f4e4e4 loplugin: improve indentation by Thomas Arnhold · 13 years ago
- 405caad loplugin: unused variables by Thomas Arnhold · 13 years ago
- 94477cb Fix typo accessable/accessible by Julien Nabet · 13 years ago
- 3a01490 Fix typo seperated/separated by Julien Nabet · 13 years ago
- fe86d0c Fix typo "paramater" -> "parameter" + remove some commented lines by Julien Nabet · 13 years ago
- 7ca8407 coverity#707499 coverity#735400 coverity#738541 by Norbert Thiebaud · 13 years ago
- 558e956 coverity#704204 Logically dead code by Norbert Thiebaud · 13 years ago
- 8abb2f4 coverity#982288 Logically dead code by Norbert Thiebaud · 13 years ago
- 7f561b9 coverity#735398 Logically dead code by Norbert Thiebaud · 13 years ago
- bc56c5f coverity#707502 Uninitialized scalar variable by Caolán McNamara · 13 years ago
- 9a55875 coverity#707496 Uninitialized scalar variable by Caolán McNamara · 13 years ago
- c16e9f4 Move SyntaxHighlighter class from svtools to comphelper by Andras Timar · 13 years ago
- 2ce2faf Some cppcheck cleaning by Julien Nabet · 13 years ago
- fc27fec Fix Variable 'TimeBuffer' is not assigned a value by Julien Nabet · 13 years ago
- 6865445 fix basic access to nested uno structures fdo#60117 by Noel Power · 13 years ago
- 591ef78 fdo#46808, Use singleton util::theMacroExpander new-style constructor by Noel Grandin · 13 years ago
- bed6215 fdo#46808, Use service constructor for awt::DialogProvider by Noel Grandin · 13 years ago
- 6d0f1f6 fix for fdo#60065 by Noel Power · 13 years ago
- 015a93d make basic XubString free by Caolán McNamara · 13 years ago
- f95a7c2 fdo#46808, Convert SvNumberFormatter to use XComponentContext by Noel Grandin · 13 years ago
- 49cf14a fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style by Noel Grandin · 13 years ago
- e3f11c1 Changed SetText() / GetText() to take/return OUString by Chr. Rossmanith · 13 years ago
- 63bcb13 Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number() by Jean-Noël Rouvignac · 13 years ago
- d4bca92 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT by Radu Ioan · 13 years ago
- dbfc877 fdo#53521 Crash when running BASIC's "shell()" with a non-existent program by Christopher Copits · 13 years ago
- 9c06700 fix build by Luboš Luňák · 13 years ago
- d905daa fdo#57950: One more chained append in basic by Marcos Paulo de Souza · 13 years ago
- 695f4a1 fdo#57950: Fix some chained appends in basic by Marcos Paulo de Souza · 13 years ago
- c40cd8a Remove all occurences of RTL_* and ::rtl prefix from basic by Marcos Paulo de Souza · 13 years ago
- 59074c0 remove use of #pragma optimize by Luboš Luňák · 13 years ago
- f52e890 Some cppcheck cleaning in basic by Julien Nabet · 13 years ago
- a8fdb0b fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal characters by Christopher Copits · 13 years ago
- 6943c7b Sigh, my git grep regexps missed some cases by Tor Lillqvist · 13 years ago
- bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
- 551cd20 fix crash for fdo#58306 by avoiding literal assign by Noel Power · 13 years ago
- 77d3777 Remove --with-stlport from LO 4.0 by Stephan Bergmann · 13 years ago
- 7470cc5 fdo#46808, Adapt reflection::ProxyFactory UNO service to new style by Noel Grandin · 13 years ago
- b05dc2e German comment translations by Markus Maier · 13 years ago
- af60316 some i18n wrappers with LanguageTag by Eike Rathke · 13 years ago
- 9955dbe AllSettings with LanguageTag by Eike Rathke · 13 years ago
- 160cfb5 Bin the HACK() sillyness by Tor Lillqvist · 13 years ago
- cc63555 PutEntry familly of functions use consistent pairing OUString/sal_Int32 by Norbert Thiebaud · 13 years ago
- e3e7dfa basic: fix OUString copy overrun in Mid() by Norbert Thiebaud · 13 years ago
- 5837402 fdo#46808, use service constructor for ucb::SimpleFileAccess by Noel Grandin · 13 years ago
- fc5bb7d Clean up by Stephan Bergmann · 13 years ago
- c3edb00 Report errors for invalid DateAdd/Diff/Part Add parameter values by Stephan Bergmann · 13 years ago
- af452fd fix more warning C4804 unsafe use of type bool by Michael Stahl · 13 years ago
- d6a21d8 BasicScriptListener_Impl::firing_impl: actually this is the default by Miklos Vajna · 13 years ago
- a166418 basic: fix String -> OUString conversion in BasicScriptListener_Impl by Miklos Vajna · 13 years ago
- f0e797a basic: adapt dllmgr-x64.cxx to OUString changes by Michael Stahl · 13 years ago
- 7aa9739 Fix String -> OUString fallout by Tor Lillqvist · 13 years ago
- 27239ad basic: String -> OUString by Norbert Thiebaud · 13 years ago
- d2c45d0 fdo#46808, Adapt i18n::Transliteration UNO service to new style by Noel Grandin · 13 years ago
- 99ddd57 Fix .Len -> getLength by Julien Nabet · 13 years ago
- d92814f basic: preliminary cosmetic clean-up by Norbert Thiebaud · 13 years ago
- a884fe5 basic: OUStringification of ddectrl by Norbert Thiebaud · 13 years ago
- c5b7d8f basic migration to OUString by Norbert Thiebaud · 13 years ago
- 6702bc3 basic: convert StepPAD to OUString by Norbert Thiebaud · 13 years ago
- 8ce4050 simplify and use OUString for StepLOADNC by Norbert Thiebaud · 13 years ago
- c1435d9 basic: use OUString in DimAsNewRecoverItem by Norbert Thiebaud · 13 years ago
- 973d061 basic: unnecessary round-trip via String by Norbert Thiebaud · 13 years ago
- 5120d8c basic: avoid String<>OUString issue by by-passing them completely by Norbert Thiebaud · 13 years ago
- ac476e7 basic: clean-up String from eventatt.cxx by Norbert Thiebaud · 13 years ago
- bbf1bcd basic: String -> OUString in basicmanager by Norbert Thiebaud · 13 years ago
- c5e5699 svformatter already accept OUString input by Norbert Thiebaud · 13 years ago
- 6f978fa basic: use OUString internaly for error messages by Norbert Thiebaud · 13 years ago
- dcdac24 cosmetic prep-work by Norbert Thiebaud · 13 years ago
- 363d2c6 use OUString for intermediary result in PrepareNumberFormatter by Norbert Thiebaud · 13 years ago
- de8d81b cosmetic clean-up by Norbert Thiebaud · 13 years ago
- cf38d7f basic: implement RIGHT with OUString by Norbert Thiebaud · 13 years ago
- 4a11a47 trivial empty-init String::Fill -> comphelper::padToLength by Caolán McNamara · 13 years ago
- ee582e9 Missing #include by Stephan Bergmann · 13 years ago
- 8fff6bf fdo#46808, Adapt i18n::LocaleCalendar UNO service to new style by Noel Grandin · 13 years ago
- 0dd085f UniString->rtl::OUStringBuffer by Caolán McNamara · 13 years ago
- b30ee83 fdo#46808, use service constructor for beans::Introspection by Noel Grandin · 13 years ago
- fb741b5 fdo#46808, Adapt xml::sax::XWriter UNO service to new style by Noel Grandin · 13 years ago
- 8eb5db8 replace sxub_Unicode by sal_Unicode by Norbert Thiebaud · 13 years ago
- f7a24ef mark lcl_ functions static or rename them if they are not local at all by Luboš Luňák · 13 years ago
- 38968e2 WaE [loplugin]: statement alignment by Tor Lillqvist · 13 years ago
- a20f9a4 fdo#46808, Adapt xml::sax::XParser UNO service to new style by Noel Grandin · 14 years ago