summaryrefslogtreecommitdiff
path: root/embeddedobj/source/commonembedding
AgeCommit message (Expand)Author
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-15fdo#78159: fix import of OOoXML embedded objectsMichael Stahl
2014-05-14embeddedobj: remove SAL_INFO's that only mark function entryNoel Grandin
2014-04-22embeddedobj: sal_Bool->boolNoel Grandin
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10embeddedobj: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-29bool improvementsStephan Bergmann
2014-01-28Fix apparently broken OSL_ASSERT (that would have never fired)Stephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in EMBEDDEDOBJ moduleNoel Grandin
2013-10-23clean up some include guardsThomas Arnhold
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-09-29don't use SAL_WARN to log callsMarkus Mohrhard
2013-09-24embeddedobj: if the service is missing, log its nameMiklos Vajna
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-05-06No need for conditionality has been turned on since 2004Tor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-28Fix typo "persistant" -> "persistant"Julien Nabet
2013-02-11fdo#46808, use service constructorNoel Grandin
2013-01-15fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContextNoel Grandin
2013-01-15fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new styleNoel Grandin
2013-01-09fdo#46808, Adapt embed::HatchWindowFactory UNO service to new styleNoel Grandin
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
2012-11-07fdo#56818 Work around deadlock caused by differing lock ordersStephan Bergmann
2012-09-29re-base on ALv2 code.Michael Meeks
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin
2012-09-01add more component prefixesMatúš Kukan
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-22Fix for fdo43460 Part XV getLength() to isEmpty()Olivier Hallot
2011-12-09catch exception by constant referenceTakeshi Abe
2011-11-23Yet another empty pch file; in embeddedobj this time.Joseph Powers