Age | Commit message (Expand) | Author | Files | Lines |
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-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 | 9 | -83/+162 |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann | 8 | -26/+25 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 2 | -40/+34 |
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 |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin | 6 | -34/+28 |
2012-08-23 | Some clean up after previous commit | Stephan Bergmann | 1 | -22/+0 |
2012-08-23 | fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances | Noel Grandin | 1 | -4/+4 |
2012-08-17 | package: no more RTL_CONSTASCII_USTRINGPARAM in zippackage | Miklos Vajna | 8 | -286/+278 |
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | 1 | -1/+1 |
2012-07-29 | Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in package | Arnaud Versini | 5 | -14/+17 |
2012-07-18 | Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion | Stephan Bergmann | 1 | -1/+1 |
2012-07-16 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET | 1 | -1/+1 |
2012-07-07 | removed unnecessary forward declarations of class | Takeshi Abe | 2 | -7/+0 |
2012-06-23 | Fix prefix ++/-- operators for non-primitive types | Julien Nabet | 1 | -1/+1 |
2012-06-22 | re-base on ALv2 code. | Michael Meeks | 39 | -915/+564 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 19 | -464/+293 |
2012-06-09 | Remove superfluous empty lines on top | Thomas Arnhold | 1 | -2/+0 |
2012-06-07 | nuke dead code | Takeshi Abe | 1 | -16/+0 |
2012-06-06 | fdo#46808, Adapt UNO services to new style, Part 7, updating ::create | Noel Grandin | 6 | -70/+41 |
2012-06-02 | count and order of receipt of properties doesn't matter | Caolán McNamara | 2 | -46/+55 |
2012-06-01 | unwind manifest xml parser and follow tag hierarchy model | Caolán McNamara | 2 | -152/+212 |
2012-05-31 | targetted prefer prefix operators reversion | Michael Meeks | 1 | -1/+2 |
2012-05-30 | merge three base64 encoders/decoders together | Caolán McNamara | 4 | -257/+8 |
2012-05-28 | check key size | Caolán McNamara | 1 | -2/+8 |
2012-04-16 | a tiny spelling mistak | Udo Schuermann | 1 | -1/+1 |
2012-04-13 | sigh, need a 64bit zlib too on windows, reverting | Caolán McNamara | 2 | -0/+8 |
2012-04-13 | gbuildize internal zlib | Caolán McNamara | 2 | -8/+0 |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | 7 | -73/+46 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -7/+4 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 1 | -3/+3 |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | 7 | -71/+71 |
2012-04-05 | Fix Prefer prefix ++/-- operators | Julien Nabet | 1 | -1/+1 |
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | 1 | -5/+2 |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | 1 | -6/+0 |
2012-02-17 | WaE: unused variable | Caolán McNamara | 1 | -0/+1 |
2012-02-17 | remove dodgy header-guards | Caolán McNamara | 2 | -4/+0 |
2012-02-16 | drop Z_PREFIX from internal zlib, makes building clucene much easier | Caolán McNamara | 2 | -6/+6 |
2012-02-15 | use sal crc32 and skip cast frenzy | Caolán McNamara | 1 | -9/+3 |
2012-02-15 | these were surely meant to be Z_PREFIX not ZLIB_PREFIX | Caolán McNamara | 2 | -6/+6 |
2012-02-16 | Use RTL_CONSTASCII_STRINGPARAM instead of bare number | Takeshi Abe | 1 | -1/+1 |
2012-02-12 | If we can have a few more information... | Julien Nabet | 1 | -1/+2 |
2012-01-02 | Fix for fdo43460 Part XXVI getLength() to isEmpty() | Olivier Hallot | 10 | -76/+76 |
2011-12-21 | catch exception by constant reference | Takeshi Abe | 3 | -14/+14 |