summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* package: avoid un-necessary modification event work.Michael Meeks2014-01-063-1/+15
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-4/+4
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-1/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza2013-10-309-24/+16
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-281-2/+0
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-7/+2
* clean up some include guardsThomas Arnhold2013-10-232-4/+4
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-225-5/+5
* -Werror,-Wunused-variableStephan Bergmann2013-10-111-4/+1
* 'ist' -> 'is' here and there.Jan Holesovsky2013-10-041-1/+1
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* WaE: unused variableTor Lillqvist2013-10-021-2/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-2/+0
* Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara2013-10-021-5/+29
* Try to fix cross-compilationTor Lillqvist2013-09-231-1/+1
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-111-1/+1
* End iterator might not be constJulien Nabet2013-08-281-2/+1
* These shall apparently check for URL scheme prefix matchStephan Bergmann2013-08-271-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-4/+4
* Further work on the "Mac-like app structure" optionTor Lillqvist2013-08-181-1/+1
* fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl2013-08-161-1/+5
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-3134-619/+7
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-231-9/+0
* hair splitting on years in dates in ZIP structureLionel Elie Mamane2013-07-051-2/+15
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-1/+1
* remove unused constAndras Timar2013-06-261-1/+0
* Fix exception specification for ZipFileAccess::createWithURLNoel Grandin2013-06-121-1/+1
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2013-06-102-134/+130
* remove unused componentcontext.hxx includesNoel Grandin2013-06-052-2/+0
* Accept even more corrupted zip documents as long as we can read themFridrich Štrba2013-05-301-1/+0
* Revert "Accept even more corrupted zip documents as long as we can read them"Fridrich Štrba2013-05-301-0/+1
* Accept even more corrupted zip documents as long as we can read themFridrich Štrba2013-05-301-1/+0
* Use the new type-checking Reference constructor to reduce code noiseNoel Grandin2013-05-221-2/+1
* zlib: remove ExternalPackage_zlibMichael Stahl2013-05-082-8/+0
* fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin2013-05-081-5/+4
* fix typos (wich instead of which)Philipp Riemer2013-05-062-2/+2
* install package DTD using filelistDavid Tardon2013-05-041-1/+3
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-304-92/+16
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
* execute move of global headersBjoern Michaelsen2013-04-235-180/+0
* fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2013-04-172-2/+2
* Missing #includesStephan Bergmann2013-04-091-0/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0735-465/+457
* Simplify a bitJulien Nabet2013-04-041-7/+7
* -Wunused-macrosStephan Bergmann2013-03-272-8/+4
* coverity#704243 Logically dead codeJulien Nabet2013-03-231-2/+2
* Improve debug messagesStephan Bergmann2013-03-153-11/+22
* compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s)Stephan Bergmann2013-03-151-1/+1