summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2022-07-22sw content controls, date: add ODT filterMiklos Vajna7-0/+99
2022-07-21Removed duplicated includeAndrea Gelmini1-1/+0
2022-07-14elide some temporary OUStringsNoel Grandin1-2/+3
2022-07-14tdf#148198: merge identical hyperlinks of adjacent text ranges on ODF exportMike Kaganski3-184/+169
2022-07-13Simplify XMLTextParagraphExport::addHyperlinkAttributesMike Kaganski1-42/+22
2022-07-12tdf#96723 Number format: embedded text in decimalLaurent BP2-18/+27
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin85-296/+357
2022-07-11tdf#143148 - Use pragma once instead of include guardsArman Rezaei1-4/+1
2022-07-08xmloff, sw: ODF import/export of fieldmark separatorMichael Stahl7-15/+87
2022-07-07elide some string copiesNoel Grandin4-16/+11
2022-07-05tdf#137544 reduce ref-counting trafficNoel Grandin1-4/+5
2022-07-04dont instantiate TextImport unless we need itNoel Grandin1-1/+2
2022-07-04tdf#137544 avoid some temporary OUStringNoel Grandin1-1/+2
2022-07-01Check sax::Converter::parseDateTime() success return valueEike Rathke2-4/+8
2022-06-27tdf#143148 Use pragma once instead of include guardsMahkame Arabgari1-5/+1
2022-06-26tdf#143148: Use pragma once instead of include guardsParsa1-4/+1
2022-06-20tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl3-0/+3
2022-06-16tdf#149551 write draw:text-rotate-angle only onceRegina Henschel3-8/+42
2022-06-14Remove some unused includesMiklos Vajna2-3/+2
2022-06-10new loplugin:moveitNoel Grandin1-2/+2
2022-06-09loplugin:unusedmethodsNoel Grandin1-59/+0
2022-06-08Related: tdf#149484 Write proper <number:boolean-style> with <number:text>Eike Rathke1-0/+31
2022-06-08Resolves: tdf#149484 Read and handle <number:text> in <number:boolean-style>Eike Rathke1-10/+14
2022-06-02Use o3tl::make_unsigned, length is known to be non-negativeStephan Bergmann1-1/+2
2022-06-02tdf#148846 TOC: Character fill for tabulation is wrongNoel Grandin1-2/+2
2022-06-02elide some makeStringAndClear() classNoel Grandin10-25/+38
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh3-0/+3
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+1
2022-05-30these can be stack allocatedNoel Grandin3-58/+54
2022-05-28tdf#145178 xmloff: ODF import: fix another bad attributeMichael Stahl1-1/+1
2022-05-27tdf#145178 Formats in section Foot/Endnotes not read from saved filesLouis Possoz1-2/+2
2022-05-27sw content controls, date: add current date handlingMiklos Vajna5-1/+23
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh3-0/+3
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh3-0/+3
2022-05-26sw content controls, date: add ODT filterMiklos Vajna7-0/+144
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin2-5/+6
2022-05-25tdf#56266 sw xmloff: fix tracked deletions in insertionsLászló Németh1-10/+17
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-8/+10
2022-05-24reduce space needed for NameSpaceMapNoel Grandin1-27/+27
2022-05-24modernize and improve PropertySetInfoNoel Grandin3-4/+1
2022-05-24flatten the maps in SvXMLNamespaceMapNoel Grandin1-30/+22
2022-05-19sw content controls, picture: add ODT filterMiklos Vajna7-0/+110
2022-05-14elide some OUString construction in GetViewSettingsAndViewsNoel Grandin1-1/+2
2022-05-14elide temporary OUString in SvXMLExport::initializeNoel Grandin1-10/+9
2022-05-13tdf#121740 cheaper to clear namespacemap rather than allocatingNoel Grandin2-1/+10
2022-05-13reserve space in map in SvXMLNamespaceMapNoel Grandin1-0/+3
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1
2022-05-12sw content controls, dropdown: add insert UIMiklos Vajna1-1/+1
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin1-4/+4
2022-05-09sw content controls, drop-down: add ODT filterMiklos Vajna7-1/+221