summaryrefslogtreecommitdiff
path: root/editeng/source/items/flditem.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
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
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin1-6/+4
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+2
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens1-2/+2
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens1-2/+2
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-01-25coverity#1266493 Use of untrusted scalar valueCaolán McNamara1-1/+8
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-6/+6
2014-10-01fdo#82577: Handle TimeNoel Grandin1-7/+7