summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks9-83/+162
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann8-26/+25
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann2-40/+34
2012-08-31package: kill RTL_CONSTASCII_USTRINGPARAM in zipapiMiklos Vajna6-52/+52
2012-08-28throw earlier on broken zip streamsCaolán McNamara1-0/+4
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin6-34/+28
2012-08-23Some clean up after previous commitStephan Bergmann1-22/+0
2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin1-4/+4
2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna8-286/+278
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini5-14/+17
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+1
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-07removed unnecessary forward declarations of classTakeshi Abe2-7/+0
2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks39-915/+564
2012-06-21re-base on ALv2 code.Michael Meeks19-464/+293
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-06-07nuke dead codeTakeshi Abe1-16/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin6-70/+41
2012-06-02count and order of receipt of properties doesn't matterCaolán McNamara2-46/+55
2012-06-01unwind manifest xml parser and follow tag hierarchy modelCaolán McNamara2-152/+212
2012-05-31targetted prefer prefix operators reversionMichael Meeks1-1/+2
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara4-257/+8
2012-05-28check key sizeCaolán McNamara1-2/+8
2012-04-16a tiny spelling mistakUdo Schuermann1-1/+1
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2-0/+8
2012-04-13gbuildize internal zlibCaolán McNamara2-8/+0
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi7-73/+46
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-7/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi7-71/+71
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-5/+2
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara1-6/+0
2012-02-17WaE: unused variableCaolán McNamara1-0/+1
2012-02-17remove dodgy header-guardsCaolán McNamara2-4/+0
2012-02-16drop Z_PREFIX from internal zlib, makes building clucene much easierCaolán McNamara2-6/+6
2012-02-15use sal crc32 and skip cast frenzyCaolán McNamara1-9/+3
2012-02-15these were surely meant to be Z_PREFIX not ZLIB_PREFIXCaolán McNamara2-6/+6
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-1/+1
2012-02-12If we can have a few more information...Julien Nabet1-1/+2
2012-01-02Fix for fdo43460 Part XXVI getLength() to isEmpty()Olivier Hallot10-76/+76
2011-12-21catch exception by constant referenceTakeshi Abe3-14/+14
2011-12-16Better fix for over-zealous Zip package consistency.Thorsten Behrens1-2/+8
2011-12-16Fix inconsistent compression method for encrypted ZIP packages.Thorsten Behrens1-6/+6
2011-12-15Revert "Fix n#653688"Stephan Bergmann1-7/+1
2011-12-14Align comment with code for overly zealous check in Zip fix.Thorsten Behrens1-1/+1
2011-12-14Fix n#653688Thorsten Behrens1-1/+7
2011-12-08childs -> childrenMichael T. Whiteley1-1/+1