summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fielduno.cxx
AgeCommit message (Expand)Author
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-10an is used before a vowel soundCaolán McNamara
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-22improve function-local statics in scNoel Grandin
2018-11-09loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin
2018-07-03loplugin:useuniqueptr in ScHeaderFieldsObjNoel Grandin
2018-06-29loplugin:useuniqueptr in ScCellFieldsObjNoel Grandin
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin
2017-09-16convert SvxTimeType to scoped enumNoel Grandin
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-09-15convert SvxFileType to scoped enumNoel Grandin
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-04-02Translate some German comments in scKatarina Behrens
2017-03-30convert SvxDateType to scoped enumNoel Grandin
2017-03-29Translate some German comments in scKatarina Behrens
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke