Age | Commit message (Expand) | Author |
2014-04-07 | framework: sal_Bool->bool | Noel Grandin |
2014-04-06 | Kill superfluous spacing before semicolons | Tor Lillqvist |
2014-04-06 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-04-03 | Remove redundant pure overrides | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-20 | Use an osl::Mutex directly | Stephan Bergmann |
2014-03-19 | Use SolarMutexGuard directly | Stephan Bergmann |
2014-03-18 | Use SolarMutexGuard directly | 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 | Use cppu::BaseMutex instead of plain osl::Mutex as base | Stephan Bergmann |
2014-03-17 | Consolidate framework::{Resetable,}Guard | Stephan Bergmann |
2014-02-26 | Remove visual noise from framework | 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-13 | cleaning the code a bit | Matúš Kukan |
2014-02-10 | Survive missing UIElementFactories. | Matúš Kukan |
2014-02-10 | misc cleanup and unnecessary OUStrings | Matúš Kukan |
2014-02-10 | Rename ToolBoxFactory -> ToolBarFactory, as the service is named. | Matúš Kukan |
2014-02-06 | fwk: Constructor feature for single-instance FooBarFactories. | Matúš Kukan |
2014-01-30 | Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton. | Matúš Kukan |
2014-01-30 | fwk: Constructor feature for single-instance WindowContentFactoryManager. | Matúš Kukan |
2014-01-29 | fwk: Constructor feature for single-instance UIElementFactoryManager. | Matúš Kukan |
2014-01-29 | fwk: Constructor feature for single-instance UIControllerFactories. | Matúš Kukan |
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-17 | fwk: Use constructor feature for AddonsToolBoxFactory. | Matúš Kukan |
2013-12-09 | fix equalsAscii conversion. Noticed in fdo#72391 | Noel Grandin |
2013-11-22 | remove unnecessary RTL_CONSTASCII_STRINGPARAM | Noel Grandin |
2013-11-19 | convert equalsAsciiL calls to startWith calls where possible | Noel Grandin |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-09-09 | Bin some uses of the stupid DECLARE_ASCII macro | Tor Lillqvist |
2013-07-23 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa |
2013-06-05 | fdo#46808, Convert the rest of XMultiServiceFactory in framework module | Noel Grandin |
2013-05-22 | fdo#46808, XMultiServiceFactory to XComponentContext | Noel Grandin |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin |
2013-05-21 | add missing files | Caolán McNamara |
2013-05-21 | UI Controller Factory fixes | Ariel Constenla-Haile |
2013-05-21 | Revert "fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service" | Caolán McNamara |
2013-05-21 | Revert "fdo#46808, Create new-style frame::ToolBarControllerFactory service" | Caolán McNamara |
2013-04-23 | fdo#46808, convert framework::AddonsToolBarWrapper to XComponentContext | Noel Grandin |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-08 | RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals | Krisztian Pinter |
2012-12-21 | fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new style | Noel Grandin |
2012-12-21 | fdo#46808, Create new-style frame::ToolBarControllerFactory service | Noel Grandin |
2012-12-13 | fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new style | Noel Grandin |
2012-12-13 | fdo#46808, Create new-style ui::WindowContentFactoryManager service | Noel Grandin |