summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin3-36/+36
2022-09-27crashtesting: assert on converting ooo64499-3.sxc to odsCaolán McNamara1-4/+4
2022-09-23xmloff: ODF import: fix crash on fdo34997-1.odtMichael Stahl2-30/+7
2022-09-22sw content controls, combo box: add ODT filterMiklos Vajna5-0/+97
2022-09-21use more string_view in xmloffNoel Grandin15-92/+93
2022-09-21tdf#151100: xText->getString() may be empty for content needing exportMike Kaganski1-15/+0
2022-09-20tdf#150990 ODT export: fix zero layout size of scale/scale imagesMiklos Vajna2-2/+47
2022-09-15Add documentation for data table added classes and functionsTomaž Vajngerl3-2/+5
2022-09-15remove accidental printfTomaž Vajngerl1-1/+0
2022-09-14-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2022-09-14tdf#150927: properly handle nesting in tablesMike Kaganski1-2/+4
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel7-5/+72
2022-09-10WARN->INFO in XMLTextFrameContext_ImplNoel Grandin1-1/+1
2022-09-08loplugin:unusedmethodsNoel Grandin1-1/+0
2022-09-06check impress/calc IFrame "FrameURL" targetCaolán McNamara1-0/+4
2022-09-03no need to use unique_ptr for this map in XMLRedlineExportNoel Grandin2-8/+7
2022-09-01cid#1500508 Using a moved objectNoel Grandin1-1/+1
2022-08-31flatten data structures in SvXMLAutoStylePoolP_Impl a littleNoel Grandin2-57/+45
2022-08-29xmloff: extract ExportGraphicPreview() from ...Miklos Vajna1-110/+78
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna5-2/+119
2022-08-23tdf#57317 odf export: avoid autolist conflict with NumberingStylesJustin Luth3-8/+23
2022-08-21tdf#150407 do not use loext in save in ODF strictRegina Henschel5-25/+217
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann48-48/+48
2022-08-18cid#1509254 Uninitialized scalar variableCaolán McNamara1-0/+1
2022-08-15xmloff: import and export for the chart data tableTomaž Vajngerl8-8/+184
2022-08-06tdf#150235: use correct types in XMLTextColumnsExportMike Kaganski1-6/+7
2022-08-03tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroehsan1-23/+23
2022-07-31Fix typoAndrea Gelmini1-4/+4
2022-07-26crashtest: fix crash on ODT export of forum-mso-de-84211.docxMiklos Vajna3-17/+39
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