Age | Commit message (Expand) | Author |
2014-06-05 | cppuhelper: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | cppuhelper: fix includes | Thomas Arnhold |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-24 | coverity#983624 Uncaught exception | Caolán McNamara |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-23 | add default value for Context param in uno::Exception constructors | Noel Grandin |
2014-05-23 | Combine unoidl::loadProvider and unoidl::Manager::addProvider | Stephan Bergmann |
2014-05-20 | C string usage improvment | Arnaud Versini |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-27 | automaticly -> automatically. | Jan Holesovsky |
2014-04-25 | Print the important failure messages on iOS even in a non-debug build | Tor Lillqvist |
2014-04-19 | fixincludeguards.sh: some smaller dirs | Thomas Arnhold |
2014-04-04 | fix creating com.sun.star.sheet.Solver instance | Matúš Kukan |
2014-04-03 | Remove unused copy ctor (and use boost::noncopyable) | Stephan Bergmann |
2014-04-02 | Make function prototype visible | Stephan Bergmann |
2014-04-01 | Remove unused inline constructor | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-22 | coverity#705457 Dereference null return value | Caolán McNamara |
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-10 | cppuhelper: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-02-27 | Remove visual noise from cppuhelper | Alexander Wilms |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | coverity#707716 Uninitialized pointer field | Caolán McNamara |
2014-02-18 | clean up | Stephan Bergmann |
2014-02-18 | Do not throw when a singleton can't be raised, only warn. | Matúš Kukan |
2014-02-17 | cppuhelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-17 | Drop unused #include | Takeshi Abe |
2014-02-07 | Simplify service manager's tracking of singletons | Stephan Bergmann |
2014-02-03 | fdo#54938 Convert to cppu::supportsService | Alexandre Vicenzi |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-24 | Log what we are about to "load" in the DISABLE_DYNLOADING case | Tor Lillqvist |
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-20 | Simplify code; STATUS_LOADED => component||factory1||factory2 | Stephan Bergmann |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-16 | cppuhelper: valgrind complains about uninitialized variable... | Michael Stahl |
2014-01-16 | Support for singleton constructor functions | Stephan Bergmann |
2014-01-15 | Use const& arguments parameter for ctor functions. | Matúš Kukan |
2014-01-15 | Initialize constructor based implementations in one place. | Matúš Kukan |
2014-01-14 | Use SAL_WARN, too, to increase chance of actually seeing the message | Tor Lillqvist |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2014-01-01 | Only component-mapping.h is needed here. | Matúš Kukan |
2013-12-20 | typo fixes | Andras Timar |
2013-12-19 | Missing initialization | Stephan Bergmann |
2013-12-19 | Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond. | Stephan Bergmann |