Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-02 | Revert "Added 'Copy to Clipboard' button to error dialogs" | Tor Lillqvist | |
The UI change was too intrusive. This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df. | |||
2012-03-02 | fdo#46501: Cleanup SimpleResMgr | Szabolcs Dezsi | |
2012-03-01 | Added 'Copy to Clipboard' button to error dialogs | Szabolcs Dezsi | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-03-01 | callcatcher: update list | Caolán McNamara | |
2012-03-01 | now restore and use reduced UnlockFile and UnlockRange impls | Caolán McNamara | |
because its super ugly to have unbalanced lock/unlocks and with the removal of STAR_ENABLE_FILE_LOCKING we can call those methods and now get unchanged behaviour | |||
2012-03-01 | STAR_ENABLE_FILE_LOCKING was a secret | Caolán McNamara | |
2012-02-29 | callcatcher: update list | Caolán McNamara | |
2012-02-28 | fix windows build | Caolán McNamara | |
2012-02-28 | convert some low hanging fruit | Caolán McNamara | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | |
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau | |
Deleted: SvFileStream::UnlockFile() | |||
2012-02-27 | fdo44516 cleanup of direct use of color in code | Winfried Donkers | |
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-27 | merge GetString variants | Caolán McNamara | |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara | |
2012-02-27 | ByteString is no more | Caolán McNamara | |
2012-02-27 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-23 | don't point inline at non-existing method | Caolán McNamara | |
2012-02-23 | Get rid of CREATEVERSIONRESMGR[_NAME] | Stephan Bergmann | |
2012-02-23 | lock in ByteString gains | Caolán McNamara | |
2012-02-23 | merge cppunit test dirs together | Caolán McNamara | |
drop archaic makefile.mks and export.maps and use consistent naming | |||
2012-02-23 | workben urltest duplicates qa/urlobj cppunit test | Caolán McNamara | |
2012-02-23 | convert workben inetmimetest to cppunit test | Caolán McNamara | |
2012-02-23 | ditch useless, duplicated or non-recoverable workben files | Caolán McNamara | |
2012-02-21 | WaE: Same expression on both sides of '||' | Thomas Arnhold | |
2012-02-21 | fdo#44993: Remove obsolete FSysRedirector | Elton Chung | |
2012-02-20 | unusedcode.easy: some cleaning | Thomas Arnhold | |
2012-02-19 | ByteString->rtl::OString | Caolán McNamara | |
2012-02-19 | addexes dir seems useless | Caolán McNamara | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-17 | WaE: unused parameter | David Tardon | |
2012-02-16 | Fix a bug found with cclang | Julien Nabet | |
Null pointer passed as an argument to a 'nonnull' | |||
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | |
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way. | |||
2012-02-16 | callcatcher: update unused code list | Caolán McNamara | |
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 | lock in those ByteString gains so there's no back-sliding | Caolán McNamara | |
2012-02-13 | ResMgr::TestStack more robust | Lionel Elie Mamane | |
2012-02-13 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-13 | callcatcher: regenerate list | Caolán McNamara | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich | |
2012-02-07 | tools: fsys: Delete unused FileStat::FileStat() | Greg Kroah-Hartman | |
2012-02-07 | tools: fsys: Delete unused FileStat::FileStat(const void *) | Greg Kroah-Hartman | |
2012-02-07 | tools: fsys: Delete unused DirEntry::GetDevice() | Greg Kroah-Hartman | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |