Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAM | Stephan Bergmann | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-15 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-13 | WaE: unused code thinko | Michael Meeks | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-10 | fdo#39491 more of unnecessary include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 remove nonexistent include paths | Matúš Kukan | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | move this include path to RepositoryExternal.mk | Matúš Kukan | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...) | Takeshi Abe | |
2012-02-09 | unographic: delete unused GraphicDescriptor::isValid() | Greg Kroah-Hartman | |
2012-02-09 | Replaced String by rtl::OUString in SvxMacro | Takeshi Abe | |
2012-02-08 | Missing newline at end of file | Stephan Bergmann | |
...needed by simplified l10ntools programs to be pushed shortly (that no longer translate line endings, and hopefully get away with it). | |||
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Removed unused variable | Matteo Casalin | |
2012-02-05 | Remove unused code | Elton Chung | |
2012-02-05 | Fixed cppcheck messages about rethrowing copy of exception. | PKEuS | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-02-01 | Support Komi-Zyrian and Komi-Permyak as text language for spell checking | Harri Pitkänen | |
2012-01-31 | Fix "Possible inefficient checking for 'rChunkData' emptiness" | Julien Nabet | |
2012-01-31 | convert windows only code | Caolán McNamara | |
2012-01-31 | SWAPLONG->OSL_SWAPDWORD | Caolán McNamara | |
2012-01-31 | adapt bmpmaker | Caolán McNamara | |
2012-01-31 | make svtools ByteString free | Caolán McNamara | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-30 | Replace literal control characters (thank you Eike !) | Julien Nabet | |
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-27 | svtools: LineListBox: fix handling of "none" style | Michael Stahl | |
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box. | |||
2012-01-26 | Replace SvtCacheOptions with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-26 | callcatcher: remove some unused code | Caolán McNamara | |
2012-01-25 | callcatcher: remove some unused code | Caolán McNamara | |
2012-01-25 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-23 | Unused #includes. | Stephan Bergmann | |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz | |
2012-01-23 | Replaced diagnore ENSURE_OR_BREAK with regular code. | Marcel Metz | |
2012-01-23 | Same expression on both sides of || in if condition | Mariusz Dykierek | |
2012-01-23 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-23 | Removed Get*EntryLine? and Get*EntryDistance methods. | Mariusz Dykierek | |
2012-01-21 | Improve checking for emptiness | Thomas Arnhold | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-21 | SV_DECL_PTRARR_DEL->boost::ptr_vector | August Sodora | |
2012-01-18 | fdo#39428 Remove/audit SvStream operator>>/<<(long) | Keith McRae | |
Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32> Replaced calls to operator>>(long) with operator>>(sal_Int32) | |||
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-16 | Fix #ifdef SAL_LOG_INFO region. | Stephan Bergmann | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |