summaryrefslogtreecommitdiff
path: root/xmloff/source
AgeCommit message (Expand)AuthorFilesLines
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ž Vajngerl2-135/+126
2023-01-24tdf#150806 ODT export: fix fallback svg:width/height for zero layout sizeMiklos Vajna1-0/+5
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 Kaganski24-227/+36
2023-01-15XUnoTunnel->dynamic_cast in StyleMapNoel Grandin2-5/+2
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ž Vajngerl13-43/+232
2023-01-05tdf#152710 xmloff: ignore exception in XMLChangedRegionImportContextMichael Stahl2-7/+21
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann3-33/+2
2023-01-02tdf#150707 xmloff/source/style/xmlexppr.cxx:907: no prop type specifiedCaolán McNamara1-1/+1
2022-12-25sw: support for reading back theme color from OOXMLTomaž Vajngerl2-3/+6
2022-12-22loplugin:unocast (DocumentSettingsSerializer)Stephan Bergmann3-2/+33
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 Luth3-0/+21
2022-12-14tdf#151548 sw content controls: preserve tabIndexJustin Luth3-0/+23
2022-12-13tdf#151548 sw content controls: preserve lockJustin Luth5-0/+20
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-21Export modified table stylesMaxim Monastirsky1-2/+12
2022-11-09sw content controls: allow no list items in a dropdownMiklos Vajna3-0/+23
2022-11-07xmloff: write transliteration-spellout only in extended ODFLászló Németh1-2/+2
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin16-1426/+1429
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-18sw content controls, alias and tag: add ODT filterMiklos Vajna5-0/+40
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 Vajna3-0/+23
2022-09-21use more string_view in xmloffNoel Grandin14-91/+92
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 Vajna1-2/+10
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