summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2022-11-11move password handling from SwModelTestBase to UnoApiTestXisco Fauli3-0/+3
2022-11-09UnoApiTest: factor out common codeXisco Fauli3-0/+3
2022-11-09sw content controls: allow no list items in a dropdownMiklos Vajna5-1/+26
2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli3-60/+58
2022-11-07xmloff: write transliteration-spellout only in extended ODFLászló Németh1-2/+2
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin17-1426/+2099
2022-11-03qa: remove duplicated codeXisco Fauli3-53/+7
2022-11-03UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli3-60/+33
2022-11-03swmodeltestbase: remove duplicated codeXisco Fauli3-24/+24
2022-10-31tdf#72238 xmloff,sd: Import of <style:table-cell-properties>Maxim Monastirsky2-2/+54
2022-10-28tdf#145240 add flexibility to receiving PolyPolygons over UNO APIArmin Le Grand (allotropia)1-22/+20
2022-10-25UnoApiTest: use validate when saving filesXisco Fauli3-32/+3
2022-10-24CppunitTest_xmloff_draw: inherit from UnoApiTestXisco Fauli2-114/+48
2022-10-24CppunitTest_xmloff_style: inherit from UnoApiTestXisco Fauli2-76/+33
2022-10-24CppunitTest_xmloff_text: inherit from UnoApiTestXisco Fauli2-219/+93
2022-10-18sw content controls, alias and tag: add ODT filterMiklos Vajna7-0/+122
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga1-1/+1
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