summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2023-02-15tdf#153179 ODP export regression: fix lost shape at missing objectTünde Tóth1-0/+45
2023-02-01xmloff: import of theme structure + import/export/round-trip testsTomaž Vajngerl3-5/+66
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl4-82/+133
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland4-50/+82
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-1/+1
2023-01-25tdf#153161: (Ab)use a call to XTextRange::getString to flush editsMike Kaganski1-0/+12
2023-01-24tdf#153090 xmloff: ODF import/export of source style on ToXMichael Stahl11-28/+81
2023-01-24xmloff: extract XMLThemeContext into own classTomaž Vajngerl4-136/+191
2023-01-24tdf#150806 ODT export: fix fallback svg:width/height for zero layout sizeMiklos Vajna3-0/+196
2023-01-23xmloff: ODF export: missing extension check in XMLStyleExportMichael Stahl1-1/+2
2023-01-18cid#1519129 Improper use of negative valueCaolán McNamara1-4/+4
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski29-232/+38
2023-01-15XUnoTunnel->dynamic_cast in StyleMapNoel Grandin3-10/+3
2023-01-15XUnoTunnel->dynamic_cast in XMLMutableAttributeListNoel Grandin2-20/+1
2023-01-14XUnoTunnel->dynamic_cast in TransformerNoel Grandin5-35/+1
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin1-3/+0
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin1-13/+2
2023-01-13XUnoTunnel->dynamic_cast in SvUnoAttributeContainerNoel Grandin1-11/+0
2023-01-13XUnoTunnel->dynamic_cast in SvXMLAttributeListNoel Grandin1-7/+2
2023-01-13xmloff: use XThemeColor in ODF, change the format for themesTomaž Vajngerl24-121/+537
2023-01-05tdf#152710 xmloff: ignore exception in XMLChangedRegionImportContextMichael Stahl2-7/+21
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann4-34/+2
2023-01-02tdf#150707 xmloff/source/style/xmlexppr.cxx:907: no prop type specifiedCaolán McNamara1-1/+1
2022-12-30-Werror=maybe-uninitializedStephan Bergmann1-2/+1
2022-12-25sw: support for reading back theme color from OOXMLTomaž Vajngerl4-4/+56
2022-12-22loplugin:unocast (DocumentSettingsSerializer)Stephan Bergmann4-2/+34
2022-12-20sw: fix ODT import of paragraph marker formattingMiklos Vajna1-0/+17
2022-12-19-Werror=maybe-uninitializedStephan Bergmann1-2/+1
2022-12-18crashtesting: assert seen with forum-mso-en4-747641.xlsx with LCID F6E0BCaolán McNamara1-1/+2
2022-12-16sw content controls: enhance preserve idJustin Luth5-1/+27
2022-12-14tdf#151548 sw content controls: preserve tabIndexJustin Luth5-1/+29
2022-12-13tdf#151548 sw content controls: preserve lockJustin Luth7-1/+26
2022-12-09tdf#143311 offapi,oox,writerfilter,xmloff,sw: decorative flag on flysMichael Stahl2-0/+16
2022-12-09Deduplicate table styles insertionMaxim Monastirsky1-78/+12
2022-12-09Fix sd encoded table style name handlingMaxim Monastirsky2-3/+3
2022-12-08tdf#152266 only warn about script:event-listener with non-empty targetsCaolán McNamara3-2/+6
2022-12-08crashtesting ooo84576-1.odtNoel Grandin1-82/+90
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+3
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin9-24/+72
2022-11-29sd: replace hardcoded table styles with xml fileMaxim Monastirsky2-5/+24
2022-11-24Remove some unused includesMiklos Vajna3-15/+1
2022-11-21Export modified table stylesMaxim Monastirsky1-2/+12
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