Age | Commit message (Expand) | Author |
2014-05-27 | remove unnecessary use of Reference constructor in throw | Noel Grandin |
2014-05-27 | remove unnecessary use of OUString constructor when throwing | Noel Grandin |
2014-05-17 | Correct common misspellings, and remove some ASCII art along the way. | Chris Laplante |
2014-05-17 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14 | Julien Nabet |
2014-05-14 | embeddedobj: remove SAL_INFO's that only mark function entry | Noel Grandin |
2014-04-22 | embeddedobj: sal_Bool->bool | Noel Grandin |
2014-04-15 | cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused | Stephan Bergmann |
2014-04-04 | coverity#706508 Uncaught exception | Caolán McNamara |
2014-03-18 | Find places where OUString and OString are passed by value. | Noel Grandin |
2014-02-26 | Remove visual noise from embeddedobj | 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-17 | comphelper: sal_Bool -> bool | Stephan Bergmann |
2014-01-30 | Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton. | Matúš Kukan |
2013-12-20 | typo fixes | Andras Timar |
2013-12-06 | Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter | Stephan Bergmann |
2013-11-20 | convert equalsAsciiL calls to startsWith calls | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor in EMBEDDEDOBJ module | Noel Grandin |
2013-10-07 | fdo#54938: Adapt supportsService implementations to cppu::supportsService | Marcos Paulo de Souza |
2013-07-19 | remove Application::GetWorkAreaPosSizePixel | Noel Grandin |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold |
2013-05-31 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan |
2013-05-06 | remove usage of RTL_CONSTASCII_USTRINGPARAM | Luboš Luňák |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-05 | Replace `compareTo(...) == 0` with == | Ashish Banerjee |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-02-28 | Fix typo "persistant" -> "persistant" | Julien Nabet |
2013-02-25 | remove some trivial duplicates | Thomas Arnhold |
2013-02-22 | fdo#39674: Rename menues to menu | Thomas Arnhold |
2013-01-15 | fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContext | Noel Grandin |
2013-01-15 | fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new style | Noel Grandin |
2013-01-15 | fdo#46808, Adapt frame::TaskCreator UNO service to new style | Noel Grandin |
2013-01-09 | fdo#46808, Adapt embed::HatchWindowFactory UNO service to new style | Noel Grandin |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin |
2012-12-13 | fdo#46808, remove awt::DisplayAccess service. | Noel Grandin |
2012-10-24 | fdo#46808, Adapt awt::Toolkit UNO service to new style | Noel Grandin |
2012-09-29 | Use comphelper::getComponentContext | Stephan Bergmann |
2012-09-29 | re-base on ALv2 code. | Michael Meeks |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-09-05 | fdo#46808, Adapt frame::ModuleManager UNO service to new style | Noel Grandin |
2012-09-03 | fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style | Noel Grandin |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-01 | embeddedobj: convert to gbuild | Matúš Kukan |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2011-12-22 | Fix for fdo43460 Part XV getLength() to isEmpty() | Olivier Hallot |
2011-12-09 | catch exception by constant reference | Takeshi Abe |
2011-12-07 | Change "menues" to "menus" | Michael T. Whiteley |