summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/SdtHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-5/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-2/+2
2019-08-23tdf#119809: FILESAVE DOCX The combo box ActiveX control is lostTamás Zolnai1-0/+3
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-07Remove some unused includesMiklos Vajna1-6/+0
2019-08-05tdf126701: MSForms: Fix import of date field at the end of the paragraph.Tamás Zolnai1-2/+5
2019-07-29loplugin:sequentialassignNoel Grandin1-2/+1
2019-07-15writerfilter: turn on clang-format for SdtHelperMiklos Vajna1-34/+41
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai1-13/+28
2019-07-12MSForms: DOCX filter: handle date formats with quotation marks.Tamás Zolnai1-1/+4
2019-07-12MSForms: DOCX import of text-based date fieldTamás Zolnai1-77/+34
2019-01-12tdf#122658: Empty date form field is not exported correctly to DOCX fileTamás Zolnai1-1/+1
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-21connectivity Writer driver: make ProviderRequest members privateMiklos Vajna1-2/+1
2018-11-13tdf#121203 DOCX import: fix loss of free-form text in date controlMiklos Vajna1-5/+36
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-0/+4
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-08-07Indentation fixesMiklos Vajna1-2/+2
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-2/+2
2017-03-01writerfilter: avoid repeating the return type from the declarationMiklos Vajna1-1/+1
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin1-6/+2
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-05-20writerfilter: use '= default;'Miklos Vajna1-3/+1
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna1-2/+2
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-5/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-1/+1
2016-04-04Use std::size_tMiklos Vajna1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2015-11-25Indentation fixesMiklos Vajna1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+1
2015-04-11No need to spell out com::sun::star, css is enough.Miklos Vajna1-3/+3
2015-03-14Unused includesMiklos Vajna1-1/+0
2015-03-04V813: Decreased performanceCaolán McNamara1-9/+3
2015-02-14indentation fixesMiklos Vajna1-10/+10
2015-02-11Guard against createInstance throwing non-Runtime-ExceptionStephan Bergmann1-2/+18
2015-02-08writerfilter: make sure that these headers are self-containedMiklos Vajna1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-2/+3
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-7/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-20Use comphelper::SequenceAsVectorMiklos Vajna1-10/+8