Age | Commit message (Expand) | Author | Files | Lines |
2013-10-03 | Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopened | Caolán McNamara | 1 | -5/+29 |
2013-08-16 | fdo#68084: OOXML import: handle exceptions if stream is missing | Michael Stahl | 1 | -1/+5 |
2013-06-12 | Fix exception specification for ZipFileAccess::createWithURL | Noel Grandin | 1 | -1/+1 |
2013-05-30 | Accept even more corrupted zip documents as long as we can read them | Fridrich Štrba | 1 | -1/+0 |
2013-05-08 | zlib: remove ExternalPackage_zlib | Michael Stahl | 2 | -8/+0 |
2013-05-08 | fdo#46808, Convert ZipFileAccess service to new style | Noel Grandin | 1 | -5/+4 |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer | 2 | -2/+2 |
2013-05-04 | install package DTD using filelist | David Tardon | 1 | -1/+3 |
2013-04-30 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | 4 | -92/+16 |
2013-04-24 | gbuild: drop uses of removed packages | David Tardon | 1 | -2/+0 |
2013-04-23 | execute move of global headers | Bjoern Michaelsen | 5 | -180/+0 |
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 | 35 | -465/+457 |
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-14 | remove legacy build.pl prj/build.lst files. | Michael Meeks | 1 | -2/+0 |
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-28 | remove all d.lst | Michael Stahl | 1 | -0/+0 |
2013-02-20 | typo: allways -> always | Andras Timar | 2 | -3/+3 |
2013-02-11 | fdo#46808, Convert package module to XComponentContext | Noel Grandin | 20 | -187/+161 |
2013-02-11 | fdo#46808, use service constructor for document::DocumentIOLogRing | Noel Grandin | 2 | -12/+9 |
2013-01-26 | gbuild: do not copy boost headers around | Michael Stahl | 2 | -0/+3 |
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 | 10 | -60/+57 |
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 |
2012-10-23 | package: kill RTL_CONSTASCII_USTRINGPARAM in owriteablestream | Miklos Vajna | 1 | -124/+119 |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin | 4 | -17/+13 |
2012-10-22 | package: kill RTL_CONSTASCII_USTRINGPARAM in xstorage | Miklos Vajna | 1 | -655/+652 |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin | 4 | -33/+31 |
2012-10-01 | Replace usage of rtl_*Memory with equivalent from string.h | Arnaud Versini | 1 | -1/+1 |
2012-09-28 | gbuild: invert handling of standard system libraries: | Michael Stahl | 2 | -4/+0 |
2012-09-28 | gbuild: replace direct gb_STDLIBS use with ... | Michael Stahl | 2 | -2/+4 |
2012-09-28 | gbuild: split uwinapi out of gb_STDLIBS | Michael Stahl | 2 | -0/+2 |
2012-09-24 | fdo#49819, fdo#54609: Do not consider timestamp differences as corruption | Fridrich Štrba | 1 | -1/+3 |
2012-09-21 | package: convert internal ZIP handling data-types to 64bit | Michael Meeks | 16 | -100/+179 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 8 | -26/+25 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 3 | -40/+36 |
2012-08-31 | package: kill RTL_CONSTASCII_USTRINGPARAM in zipapi | Miklos Vajna | 6 | -52/+52 |
2012-08-28 | throw earlier on broken zip streams | Caolán McNamara | 1 | -0/+4 |