summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann1-3/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-23/+23
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-9/+9
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-31solver doesn't solve anything...Michael Stahl1-16/+1
2013-10-24cppuhelper: remove obsolete Package_unorcMichael Stahl3-40/+0
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith9-178/+98
2013-10-23convert code to use OUString::endsWithNoel Grandin2-4/+2
2013-10-20Some clean-upStephan Bergmann1-215/+92
2013-10-20Clean-up std::bad_alloc handlingStephan Bergmann1-186/+116
2013-10-13Minor refactoring of iOS codeTor Lillqvist1-1/+1
2013-10-11Not being able to honor a "prefix" is a rather hard errorStephan Bergmann1-1/+1
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist1-8/+10
2013-10-01WaE: 'rPath' : unreferenced formal parameterTor Lillqvist1-0/+1
2013-10-01prevent WaE with unused parametersMarkus Mohrhard1-0/+2
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann1-93/+24
2013-10-01[API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann2-29/+21
2013-10-01All the content of cppuhelper/source/compat.cxx must be in namespace cppuStephan Bergmann1-2/+2
2013-10-01[API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann1-169/+1
2013-09-30Special-case Mac OS X .jnilibStephan Bergmann1-1/+5
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara3-0/+9
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl1-1/+1
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann1-7/+2
2013-09-16Set URE_INTERNAL_JAVA_DIR for unorc to allow jvm in unit tests.Andrzej J.R. Hunt1-0/+1
2013-09-12Use OUString::startsWith where possibleStephan Bergmann1-2/+2
2013-09-12Pass by const refStephan Bergmann2-6/+7
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan1-1/+1
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar1-1/+1
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann1-3/+1
2013-09-03Can unify this now it seemsTor Lillqvist1-8/+0
2013-09-03Update a few library namesTor Lillqvist1-4/+4
2013-08-24build on higher debug levelsCaolán McNamara1-0/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-21OString’ was not declared in this scopeCaolán McNamara1-0/+1
2013-08-19Prefer using declarations over using directivesStephan Bergmann10-16/+26
2013-08-19Use upcasting Reference copy ctorStephan Bergmann2-5/+5
2013-08-18Adapt for HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist1-0/+14
2013-08-02Mark as constTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-12/+12
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann1-7/+8
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr1-17/+1
2013-05-08Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann4-11/+14
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-20/+10
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák5-39/+22
2013-05-02Adapt to library name changes for Android, tooTor Lillqvist1-13/+7
2013-05-01Library names have changed thanks to the "layer" changesTor Lillqvist1-6/+6
2013-04-30Explicit copy ctor avoiding copying singular iteratorsStephan Bergmann1-0/+9