summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-27remove include of pch header from packageNorbert Thiebaud36-69/+0
2011-10-08add more component prefixesMatúš Kukan3-3/+3
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara3-0/+6
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-17/+15
2011-09-08add chaff to encrypted documentsCaolán McNamara4-0/+30
2011-08-30Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-26convert package to gbuildMatúš Kukan8-262/+3
2011-08-21undo anything not wizard related in the previous merge-commitNorbert Thiebaud34-2050/+2136
2011-08-21Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli5-39/+25
2011-08-16ditch some junkCaolán McNamara3-7/+2
2011-08-13Some cppcheck cleaningJulien Nabet1-23/+23
2011-08-11Some cppcheck cleaningJulien Nabet1-2/+2
2011-08-03Produce correct sha256 uri, consume correct uri and original spec typoCaolán McNamara3-2/+7
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan3-14/+0
2011-06-20add missing newline to the end of file to silence the compilerRobert Nagy1-1/+1
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara3-6/+6
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky34-2051/+2137
2011-05-04Remove unused variables.Jan Holesovsky1-2/+0
2011-04-28fixed cppcheck warningsAndreas Becker1-2/+2
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky34-2048/+2136
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-04-19prefer prefix ++/-- operatorsKayo Hamid1-2/+1
2011-04-19Export the two UNO component functionsTor Lillqvist1-2/+2
2011-04-19Export the two UNO component funcionsTor Lillqvist1-2/+2
2011-04-13catch by const referenceCaolán McNamara1-73/+73