summaryrefslogtreecommitdiff
path: root/framework/source/services/taskcreatorsrv.cxx
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann
2018-02-21ColorData->Color in sd..svxNoel Grandin
2018-02-06tdf#115218 framework: decouple HiddenForConversion from HiddenMiklos Vajna
2018-01-18framework: disable layout manager in hidden framesMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-08-19convert extended WinBits to scoped enumNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-10-14tdf#88205 Adapt uses of css::uno::Sequence to use initialize_list ctorHieronymous
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04Ignore exceptions when getting the background color configurationTor Lillqvist
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-30fwk: Constructor feature for single-instance TaskCreatorService.Matúš Kukan
2013-12-20typo fixesAndras Timar
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-05fdo#46808, Convert the rest of XMultiServiceFactory in framework moduleNoel Grandin
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-01-15fdo#46808, Adapt frame::TaskCreator UNO service to new styleNoel Grandin
2012-11-15re-base on ALv2 code. Includes:Michael Meeks