summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2022-10-18sw content controls, alias and tag: add ODT filterMiklos Vajna7-0/+122
2022-10-16tdf#151100: xText->getString() may be empty for content needing exportMike Kaganski1-15/+0
2022-10-16tdf#150927: properly handle nesting in tablesMike Kaganski1-1/+2
2022-09-23sw content controls, combo box: add ODT filterMiklos Vajna5-0/+97
2022-09-07check impress/calc IFrame "FrameURL" targetCaolán McNamara1-0/+4
2022-08-29avmedia: implement video crop support in the ODP filterMiklos Vajna5-2/+119
2022-08-28tdf#150407 do not use loext in save in ODF strictRegina Henschel5-25/+217
2022-08-28tdf#150235: use correct types in XMLTextColumnsExportMike Kaganski1-6/+7
2022-08-20xmloff: import and export for the chart data tableTomaž Vajngerl8-8/+184
2022-07-27crashtest: fix crash on ODT export of forum-mso-de-84211.docxMiklos Vajna3-17/+39
2022-07-27sw content controls, date: add ODT filterMiklos Vajna7-0/+99
2022-07-01sd theme: add ODP import/export for shape fill color effectsMiklos Vajna5-0/+25
2022-07-01sd theme: add ODP import/export for shape fill colorMiklos Vajna6-0/+13
2022-06-29ODP import/export: refer to theme from shape text color with effectsMiklos Vajna8-0/+67
2022-06-29ODP import/export: refer to theme from shape text colorMiklos Vajna7-15/+87
2022-06-28ODP import: handle theme of master pagesMiklos Vajna3-0/+170
2022-06-28ODP export: write the theme of a master pageMiklos Vajna5-23/+132
2022-06-27Resolves: tdf#149484 Handle <number:boolean-style> with <number:text>Eike Rathke2-10/+45
2022-06-01tdf#145178 xmloff: ODF import: fix another bad attributeMichael Stahl1-1/+1
2022-05-31sw content controls, date: add current date handlingMiklos Vajna5-1/+23
2022-05-30sw content controls, date: add ODT filterMiklos Vajna7-0/+144
2022-05-29tdf#145178 Formats in section Foot/Endnotes not read from saved filesLouis Possoz1-2/+2
2022-05-20sw content controls, picture: add ODT filterMiklos Vajna7-0/+110
2022-05-13sw content controls, dropdown: add insert UIMiklos Vajna1-1/+1
2022-05-11sw content controls, drop-down: add ODT filterMiklos Vajna7-1/+221
2022-05-02sw content controls, checkbox: add ODT filterMiklos Vajna7-0/+176
2022-04-22sw content controls: add ODT importMiklos Vajna7-37/+260
2022-04-22sw content controls: add ODT exportMiklos Vajna4-0/+82
2022-04-12sc: sparkline import/export for ODFTomaž Vajngerl2-1/+53
2022-04-06forcepoint#101 sw: fix inserting at-page shapes to not set anchor posMichael Stahl1-5/+10
2022-04-06Resolves: tdf#117162 ImportDocumentHandler expects data provider to existCaolán McNamara1-2/+2
2022-03-29sw clearing breaks: add ODF importMiklos Vajna6-1/+164
2022-03-29sw clearing breaks: add ODF exportMiklos Vajna4-0/+76
2022-03-14tdf#72776 Allow text removal in the shapesSzymon Kłos1-0/+7
2022-02-25ODT import: fix MSO-style <text:list text:continue-numbering="true">Miklos Vajna6-0/+83
2022-02-14sw ODF shape import: improve is-textbox checkMiklos Vajna3-1/+49
2022-01-10tdf#130076 Fixed flip not working properly from fileDhiraj Holden1-1/+24
2021-12-14tdf#62032 xmloff: list-level is positiveInteger, impl is 0-basedJustin Luth3-4/+6
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin3-3/+3
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2-2/+2
2021-11-19Drop F_2PIMike Kaganski1-1/+1
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-11-19rtl::Static->thread-safe static in xmloffNoel Grandin3-14/+12
2021-11-15move xmloff chart tables into cxx fileNoel Grandin2-305/+294
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin6-37/+36
2021-11-03loplugin:constparamsNoel Grandin2-2/+2
2021-11-02xmloff: Prevent gutter margin xml property to be deallocatedTomaž Vajngerl1-63/+71
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski32-157/+171
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-2/+3