summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bool improvementsStephan Bergmann2-7/+7
2014-01-24Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+2
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2-49/+33
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2-22/+50
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann2-25/+15
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-7/+4
2014-01-16cppuhelper: valgrind complains about uninitialized variable...Michael Stahl1-2/+4
2014-01-16Support for singleton constructor functionsStephan Bergmann2-167/+320
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan2-5/+5
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-7/+19
2014-01-14Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist1-0/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-6/+6
2014-01-01Only component-mapping.h is needed here.Matúš Kukan1-3/+1
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-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 Bergmann5-3/+8
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-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 Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-24cppuhelper: remove obsolete Package_unorcMichael Stahl1-23/+0
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith6-102/+44
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