Age | Commit message (Expand) | Author |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | 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-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-14 | Drop unused #include | Takeshi Abe |
2014-02-07 | auto_ptr -> scoped_ptr | Stephan Bergmann |
2014-02-03 | fix winreg example | Andras Timar |
2014-01-27 | coverity#707684 Uninitialized scalar field | Caolán McNamara |
2014-01-27 | coverity#983618 Uncaught exception | Caolán McNamara |
2014-01-27 | coverity#983617 Uncaught exception | Caolán McNamara |
2014-01-27 | coverity#707681 Uninitialized scalar field | Caolán McNamara |
2014-01-27 | coverity#707680 Uninitialized scalar field | Caolán McNamara |
2014-01-24 | Replace "known-good" dynamic_casts with static_casts | Stephan Bergmann |
2014-01-24 | Revert "coverity#704575 et al. and clean-up." | Stephan Bergmann |
2014-01-22 | coverity#704575 et al. and clean-up. | Norbert Thiebaud |
2014-01-19 | do not resolve empty locale here when set, fdo#73549 related | Eike Rathke |
2014-01-08 | Fix some configmgr XServiceInfo | Stephan Bergmann |
2013-12-16 | Allow setting environment value directly in .component files | Stephan Bergmann |
2013-12-16 | change config example in comment | Andras Timar |
2013-12-12 | simplify - use OUString::startsWith where possible | Noel Grandin |
2013-12-09 | Get rid of redundant configmgr::XcuParser::State::locked | Stephan Bergmann |
2013-12-09 | fdo#69027 check for state_.top().locked | Andras Timar |
2013-12-06 | Do not create paths starting "//" when root is just "/" | Stephan Bergmann |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin |
2013-11-21 | Some more adaptions to cppu::supportsService | Stephan Bergmann |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-18 | fdo#60698: Move fileaccess module to ucb | Marcos Paulo de Souza |
2013-10-17 | The getSupportedServiceNames implementations will already take care | Stephan Bergmann |
2013-10-17 | fdo#54938: Adapt svtools and comphelper module ... | Marcos Paulo de Souza |
2013-10-15 | Allow starts-/endsWith* to also return the rest of the matched string | Stephan Bergmann |
2013-10-15 | Simplify some matchAsciiL -> match | Stephan Bergmann |
2013-10-02 | winreg backend: add support for oor:op in config nodes | Janos Farago |
2013-09-25 | fdo#69028 Set PropertyAttribute::READONLY for finalized configmgr props | Stephan Bergmann |
2013-09-10 | configmgr: more makefile cleanup. | Michael Meeks |
2013-09-10 | configmgr: cleanup unit test pieces. | Michael Meeks |
2013-09-10 | fdo#46723 enable configmgr unit tests | Jelle van der Waa |
2013-09-10 | Some clean up | Stephan Bergmann |
2013-09-10 | Windows registry configuration backend | Janos Farago |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-18 | Use subfolder names from <config_folders.h> | Tor Lillqvist |
2013-07-24 | Style and grace | Stephan Bergmann |
2013-07-23 | Clean up redundant explicit OUString(...) ctors | Stephan Bergmann |
2013-07-23 | These SAL_INFOs do not make much sense any more | Stephan Bergmann |
2013-07-23 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa |
2013-07-13 | use static LanguageTag::convertTo...() for standalone conversions | Eike Rathke |
2013-06-20 | Turn redundant member direct-initializations into value-initializations | Stephan Bergmann |
2013-06-18 | WaE: initialization order | David Tardon |
2013-06-17 | cppcheck: fix some uninitMemberVar in configmgr part | Julien Nabet |