summaryrefslogtreecommitdiff
path: root/editeng/source/items/flditem.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Extended loplugin:ostr: editengStephan Bergmann1-8/+8
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin1-2/+3
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-2/+2
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen1-1/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-4/+1
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-16/+15
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-09cppcheck: useInitializationList in editeng ...Jochen Nitschke1-1/+1
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-07-16SvPersistBase no longer necessaryNoel Grandin1-33/+0
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin1-39/+43
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin1-15/+15
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-3/+3
2017-11-01TSCP: Support DocInfo.Custom field for ODP file formatTomaž Vajngerl1-0/+11
2017-10-23loplugin:includeform: editengStephan Bergmann1-1/+1
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin1-22/+21
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin1-17/+18
2017-09-16convert SvxTimeType to scoped enumNoel Grandin1-3/+3
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-3/+4
2017-09-15convert SvxFileType to scoped enumNoel Grandin1-2/+2
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin1-13/+13
2017-09-15convert SvxAuthorType to scoped enumNoel Grandin1-1/+1
2017-09-15convert SvxAuthorFormat to scoped enumNoel Grandin1-6/+7
2017-09-15convert SdrMeasureFieldKind to scoped enumNoel Grandin1-3/+3
2017-08-25loplugin:unusedmethodsNoel Grandin1-7/+0
2017-08-08SvPersistStream deadNoel Grandin1-266/+15
2017-08-08loplugin:unusedmethodsNoel Grandin1-7/+0
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall1-36/+0
2017-07-27replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDsJochen Nitschke1-1/+1
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin1-3/+3
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-03-30convert SvxDateType to scoped enumNoel Grandin1-4/+4
2017-03-18Revert "Revert "Implement export and import of author field in fixed format""Rosemary Sebastian1-6/+9
2017-03-16Revert "Implement export and import of author field in fixed format"Rosemary Sebastian1-9/+6
2017-03-10Implement export and import of author field in fixed formatRosemary Sebastian1-6/+9
2017-01-18manage pField with tools::SvRefNoel Grandin1-11/+11
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin1-6/+5
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-2/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-4/+4
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-51/+0
2015-11-17editeng: fix SvxTableField::operator==()Michael Stahl1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-17/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-19fix cppcheck:nullPointerRedundantCheck commitNoel Grandin1-1/+1