summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-01Only component-mapping.h is needed here.Matúš Kukan
2013-12-20typo fixesAndras Timar
2013-12-19Missing initializationStephan Bergmann
2013-12-19Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann
2013-12-19FactoryWrapper is a misnomer nowStephan Bergmann
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann
2013-12-13cppcheck: fix same expression, ')' = 29 not 28 in ascii'Julien Nabet
2013-12-13Shortcut common case of calling same-env component_getFactory fnStephan Bergmann
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-11Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31solver doesn't solve anything...Michael Stahl
2013-10-24cppuhelper: remove obsolete Package_unorcMichael Stahl
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-20Some clean-upStephan Bergmann
2013-10-20Clean-up std::bad_alloc handlingStephan Bergmann
2013-10-13Minor refactoring of iOS codeTor Lillqvist
2013-10-11Not being able to honor a "prefix" is a rather hard errorStephan Bergmann
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
2013-10-01WaE: 'rPath' : unreferenced formal parameterTor Lillqvist
2013-10-01prevent WaE with unused parametersMarkus Mohrhard
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann
2013-10-01[API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann
2013-10-01All the content of cppuhelper/source/compat.cxx must be in namespace cppuStephan Bergmann
2013-10-01[API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann
2013-09-30Special-case Mac OS X .jnilibStephan Bergmann
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl
2013-09-19Directly build UNOIDL .rdb files from .idl filesStephan Bergmann
2013-09-16Set URE_INTERNAL_JAVA_DIR for unorc to allow jvm in unit tests.Andrzej J.R. Hunt
2013-09-12Use OUString::startsWith where possibleStephan Bergmann