Age | Commit message (Expand) | Author |
2014-04-09 | Clean up function declarations | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-03 | Unused declaration | Stephan Bergmann |
2014-04-03 | Use boost::noncopyable | Stephan Bergmann |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-04-01 | Remove unused inline function | Stephan Bergmann |
2014-03-26 | Work around MSC "'override' cannot be used with 'inline'" bug | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-25 | Adapt to sal/log.hxx | Stephan Bergmann |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-03-18 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-03-14 | coverity#708238 Uninitialized pointer field | Caolán McNamara |
2014-03-14 | coverity#708240 Uninitialized pointer field | Caolán McNamara |
2014-03-12 | No need for Invocation_Impl::setMaterial to be virtual | Stephan Bergmann |
2014-03-10 | stoc: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-03-07 | Use getTypes instead of getImplementationId as cache key | Stephan Bergmann |
2014-03-07 | Clean up introspection caches | Stephan Bergmann |
2014-03-07 | Clean up ImplIntrospection class | Stephan Bergmann |
2014-03-07 | -Werror=unused-parameter | Stephan Bergmann |
2014-03-07 | Convert com.sun.star.comp.stoc.Introspection to direct construction | Stephan Bergmann |
2014-03-07 | Introduce com.sun.star.beans.theIntrospection singleton | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-26 | Remove visual noise from stoc | Alexander Wilms |
2014-02-25 | Replace deprecated std::auto_ptr with boost::scoped_ptr | Takeshi Abe |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-07 | Simplify access to theCoreReflection singleton | Stephan Bergmann |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-29 | bool improvements | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-28 | coverity#440504 Dereference before null check | Caolán McNamara |
2014-01-26 | Translate some German comments to English, and remove some ASCII art. | Sven Wehner |
2014-01-23 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2014-01-22 | Introduce static inline cppu::acquire(), and make use of that. | Jan Holesovsky |
2014-01-21 | Change _get_implementation()'s not to do initialization directly. | Jan Holesovsky |
2014-01-21 | bool improvements | Stephan Bergmann |
2014-01-21 | Fix bogus mass-conversion equalsAsciiL -> startsWith | Stephan Bergmann |
2014-01-21 | bool improvements | Stephan Bergmann |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-18 | Unify ctor functions for component implementations. | Matúš Kukan |
2014-01-15 | Unify ctor functions to have _get_implementation suffix. | Matúš Kukan |
2014-01-15 | Use const& arguments parameter for ctor functions. | Matúš Kukan |
2014-01-08 | Some ConfigurationProvider -> theDefaultProvider simplifications | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2013-12-19 | Add .component <implementation constructor="..." feature | Stephan Bergmann |
2013-12-18 | bootstrap component: Split into implementation functions. | Matúš Kukan |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-17 | remove unnecessary double calls to OUString constructor | Noel Grandin |
2013-12-17 | Remove unnecessary use of OUString constructor in + expressions | Noel Grandin |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |