summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)AuthorFilesLines
2014-10-20Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann1-1/+8
2014-10-14fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-1/+0
2014-05-20C string usage improvmentArnaud Versini1-2/+10
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-7/+3
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-4/+4
2014-04-27automaticly -> automatically.Jan Holesovsky2-3/+3
2014-04-25Print the important failure messages on iOS even in a non-debug buildTor Lillqvist1-0/+8
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold3-6/+6
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan1-4/+3
2014-04-03Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann1-26/+5
2014-04-02Make function prototype visibleStephan Bergmann1-0/+2
2014-04-01Remove unused inline constructorStephan Bergmann1-11/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann12-257/+257
2014-03-22coverity#705457 Dereference null return valueCaolán McNamara1-0/+2
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann3-5/+7
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-2/+2
2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann3-33/+5
2014-02-27Remove visual noise from cppuhelperAlexander Wilms9-52/+52
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-416/+416
2014-02-23Remove unneccessary commentsAlexander Wilms11-118/+118
2014-02-21coverity#707716 Uninitialized pointer fieldCaolán McNamara1-2/+4
2014-02-18clean upStephan Bergmann1-7/+5
2014-02-18Do not throw when a singleton can't be raised, only warn.Matúš Kukan1-9/+3
2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann6-21/+21
2014-02-17Drop unused #includeTakeshi Abe1-3/+0
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann2-112/+76
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-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