summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19Missing initializationStephan Bergmann1-1/+1
2013-12-19Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann1-2/+2
2013-12-19FactoryWrapper is a misnomer nowStephan Bergmann1-17/+20
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann4-431/+434
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan1-58/+9
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan1-14/+10
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan1-31/+0
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan1-4/+25
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-5/+0
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann4-64/+89
2013-12-16Parser::attrImplementation_ can be a local varStephan Bergmann1-7/+6
2013-12-16Clean-up uno/lbnames.hStephan Bergmann8-5/+11
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2-7/+7
2013-12-13cppcheck: fix same expression, ')' = 29 not 28 in ascii'Julien Nabet1-1/+1
2013-12-13Shortcut common case of calling same-env component_getFactory fnStephan Bergmann1-31/+41
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann4-21/+79
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza1-2/+0
2013-12-11Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan1-1/+1
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
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