summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* Clean up function declarationsStephan Bergmann2014-04-092-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-8/+8
* Unused declarationStephan Bergmann2014-04-031-3/+0
* Use boost::noncopyableStephan Bergmann2014-04-039-52/+43
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-016-8/+8
* Remove unused inline functionStephan Bergmann2014-04-011-5/+0
* Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann2014-03-261-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2629-509/+509
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-2/+3
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-182-15/+16
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-3/+4
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-3/+3
* coverity#708238 Uninitialized pointer fieldCaolán McNamara2014-03-141-0/+2
* coverity#708240 Uninitialized pointer fieldCaolán McNamara2014-03-141-0/+1
* No need for Invocation_Impl::setMaterial to be virtualStephan Bergmann2014-03-121-3/+2
* stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-107-78/+8
* Use getTypes instead of getImplementationId as cache keyStephan Bergmann2014-03-071-28/+22
* Clean up introspection cachesStephan Bergmann2014-03-071-213/+141
* Clean up ImplIntrospection classStephan Bergmann2014-03-071-360/+135
* -Werror=unused-parameterStephan Bergmann2014-03-071-1/+2
* Convert com.sun.star.comp.stoc.Introspection to direct constructionStephan Bergmann2014-03-072-66/+29
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-072-2/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2630-874/+874
* Remove visual noise from stocAlexander Wilms2014-02-2632-305/+305
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-251-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2318-279/+279
* Simplify access to theCoreReflection singletonStephan Bergmann2014-02-072-37/+12
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-315-30/+23
* bool improvementsStephan Bergmann2014-01-291-1/+1
* bool improvementsStephan Bergmann2014-01-283-5/+5
* coverity#440504 Dereference before null checkCaolán McNamara2014-01-281-1/+1
* Translate some German comments to English, and remove some ASCII art.Sven Wehner2014-01-261-39/+33
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-227-18/+18
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-217-9/+9
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-213-31/+31
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-207-27/+9
* Unify ctor functions for component implementations.Matúš Kukan2014-01-187-33/+25
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-158-18/+18
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-157-18/+16
* Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann2014-01-081-2/+3
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-075-28/+28
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-198-275/+127
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-1811-392/+194
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-1710-20/+20
* remove unnecessary double calls to OUString constructorNoel Grandin2013-12-171-2/+2
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-174-7/+7
* Clean-up uno/lbnames.hStephan Bergmann2013-12-1611-5/+6