summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-4/+4
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza9-24/+16
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-10-23clean up some include guardsThomas Arnhold2-4/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist5-5/+5
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-4/+1
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-10-02WaE: unused variableTor Lillqvist1-2/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-2/+0
2013-10-02Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara1-5/+29
2013-09-23Try to fix cross-compilationTor Lillqvist1-1/+1
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-1/+1
2013-08-28End iterator might not be constJulien Nabet1-2/+1
2013-08-27These shall apparently check for URL scheme prefix matchStephan Bergmann1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist1-1/+1
2013-08-16fdo#68084: OOXML import: handle exceptions if stream is missingMichael Stahl1-1/+5
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa34-619/+7
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-9/+0
2013-07-05hair splitting on years in dates in ZIP structureLionel Elie Mamane1-2/+15
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-26remove unused constAndras Timar1-1/+0
2013-06-12Fix exception specification for ZipFileAccess::createWithURLNoel Grandin1-1/+1
2013-06-10fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2-134/+130
2013-06-05remove unused componentcontext.hxx includesNoel Grandin2-2/+0
2013-05-30Accept even more corrupted zip documents as long as we can read themFridrich Štrba1-1/+0
2013-05-30Revert "Accept even more corrupted zip documents as long as we can read them"Fridrich Štrba1-0/+1
2013-05-30Accept even more corrupted zip documents as long as we can read themFridrich Štrba1-1/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl2-8/+0
2013-05-08fdo#46808, Convert ZipFileAccess service to new styleNoel Grandin1-5/+4
2013-05-06fix typos (wich instead of which)Philipp Riemer2-2/+2
2013-05-04install package DTD using filelistDavid Tardon1-1/+3
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-92/+16
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
2013-04-23execute move of global headersBjoern Michaelsen5-180/+0
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2-2/+2
2013-04-09Missing #includesStephan Bergmann1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák35-465/+457
2013-04-04Simplify a bitJulien Nabet1-7/+7
2013-03-27-Wunused-macrosStephan Bergmann2-8/+4
2013-03-23coverity#704243 Logically dead codeJulien Nabet1-2/+2
2013-03-15Improve debug messagesStephan Bergmann3-11/+22
2013-03-15compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s)Stephan Bergmann1-1/+1
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1