Age | Commit message (Expand) | Author | Files | Lines |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin | 1 | -1/+1 |
2013-10-30 | fdo#54938: Convert package, writerfilter and writerperfect | Marcos Paulo de Souza | 9 | -24/+16 |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza | 1 | -7/+2 |
2013-10-23 | clean up some include guards | Thomas Arnhold | 2 | -4/+4 |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | 5 | -5/+5 |
2013-10-11 | -Werror,-Wunused-variable | Stephan Bergmann | 1 | -4/+1 |
2013-10-04 | 'ist' -> 'is' here and there. | Jan Holesovsky | 1 | -1/+1 |
2013-10-02 | WaE: unused variable | Tor Lillqvist | 1 | -1/+0 |
2013-10-02 | WaE: unused variable | Tor Lillqvist | 1 | -2/+0 |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | 1 | -2/+0 |
2013-10-02 | Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopened | Caolán McNamara | 1 | -5/+29 |
2013-08-28 | End iterator might not be const | Julien Nabet | 1 | -2/+1 |
2013-08-27 | These shall apparently check for URL scheme prefix match | Stephan Bergmann | 1 | -1/+1 |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák | 1 | -4/+4 |
2013-08-16 | fdo#68084: OOXML import: handle exceptions if stream is missing | Michael Stahl | 1 | -1/+5 |
2013-07-31 | fdo#62475 removed pointless comments | Jelle van der Waa | 31 | -614/+7 |
2013-07-23 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa | 1 | -9/+0 |
2013-07-05 | hair splitting on years in dates in ZIP structure | Lionel Elie Mamane | 1 | -2/+15 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 1 | -1/+1 |
2013-06-12 | Fix exception specification for ZipFileAccess::createWithURL | Noel Grandin | 1 | -1/+1 |
2013-06-10 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan | 2 | -134/+130 |
2013-06-05 | remove unused componentcontext.hxx includes | Noel Grandin | 2 | -2/+0 |
2013-05-30 | Accept even more corrupted zip documents as long as we can read them | Fridrich Štrba | 1 | -1/+0 |
2013-05-30 | Revert "Accept even more corrupted zip documents as long as we can read them" | Fridrich Štrba | 1 | -0/+1 |
2013-05-30 | Accept even more corrupted zip documents as long as we can read them | Fridrich Štrba | 1 | -1/+0 |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin | 1 | -2/+1 |
2013-05-08 | zlib: remove ExternalPackage_zlib | Michael Stahl | 2 | -8/+0 |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer | 2 | -2/+2 |
2013-04-17 | fdo#62096 - replace some O(U)String compareTo with == | Artur Dryomov | 2 | -2/+2 |
2013-04-09 | Missing #includes | Stephan Bergmann | 1 | -0/+2 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 26 | -388/+380 |
2013-04-04 | Simplify a bit | Julien Nabet | 1 | -7/+7 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 2 | -8/+4 |
2013-03-23 | coverity#704243 Logically dead code | Julien Nabet | 1 | -2/+2 |
2013-03-15 | Improve debug messages | Stephan Bergmann | 3 | -11/+22 |
2013-03-15 | compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s) | Stephan Bergmann | 1 | -1/+1 |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold | 1 | -1/+1 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 2 | -3/+3 |
2013-02-20 | typo: allways -> always | Andras Timar | 2 | -3/+3 |
2013-02-11 | fdo#46808, Convert package module to XComponentContext | Noel Grandin | 17 | -178/+152 |
2013-02-11 | fdo#46808, use service constructor for document::DocumentIOLogRing | Noel Grandin | 2 | -12/+9 |
2012-12-03 | WaE: BaseReference::_pInterface may be used uninitialized in this function | Tor Lillqvist | 1 | -2/+6 |
2012-11-26 | API CHANGE: com.sun.star.lang.IllegalArgumentException | Michael Stahl | 1 | -7/+0 |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin | 5 | -14/+10 |
2012-11-05 | fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new style | Noel Grandin | 7 | -47/+44 |
2012-10-26 | uncommpressed stream size is now 64bit, fdo#56291 | Markus Mohrhard | 1 | -1/+1 |
2012-10-24 | package: kill remaining RTL_CONSTASCII.*PARAM | Miklos Vajna | 8 | -169/+169 |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin | 2 | -3/+3 |
2012-10-23 | fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new style | Noel Grandin | 1 | -39/+26 |
2012-10-23 | fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new style | Noel Grandin | 1 | -112/+107 |