summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann2-112/+76
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-2/+1
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-102/+0
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-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann1-3/+3
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-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