summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
5 daysuse more concrete UNO types in swNoel Grandin1-46/+36
2023-09-02replace set(nullptr) with clear()Noel Grandin1-1/+1
2023-09-01move theme element export to xmloff to remove code duplicationTomaž Vajngerl2-52/+12
2023-08-28new loplugin:optionalboolNoel Grandin1-2/+2
2023-08-27Change theme location to SdrModel and SdrPage (master page only)Tomaž Vajngerl1-1/+2
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-2/+3
2023-08-23tdf#155510 ODT import: ignore props of covered table cells, unless in comp modeMiklos Vajna1-0/+9
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-3/+2
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski2-11/+7
2023-07-23ofz#60533 Timeout with fo:font-size="842pt"Caolán McNamara1-4/+7
2023-06-26new loplugin:constexprliteralNoel Grandin3-13/+13
2023-06-16ofz#59859 TimeoutCaolán McNamara1-1/+1
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-5/+5
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-5/+5
2023-05-26ofz#59338 Abrt failed_throwCaolán McNamara1-20/+23
2023-05-25merge some stringaddsNoel Grandin1-4/+3
2023-05-25xmloff: rename theme color names and color-table to theme-colorsTomaž Vajngerl1-7/+7
2023-05-24sw floattable: add a DoNotBreakWrappedTables compat flagMiklos Vajna2-1/+14
2023-05-15ofz#58942 tweak so fuzzing uses the same defaults as real world writerCaolán McNamara1-4/+4
2023-05-13Related: ofz#58942 use the same flags as filterdetect.cxxCaolán McNamara1-1/+1
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-1/+1
2023-05-11tdf#150673 sw xmloff: import/export tracked table columnLászló Németh2-2/+22
2023-05-10Related: ofz#58781 insist on presence of office:mimetypeCaolán McNamara1-0/+8
2023-05-09change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl1-1/+1
2023-04-27add something for fodt to pdfCaolán McNamara1-0/+83
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen2-4/+0
2023-04-04tdf#41652: Variable width NBSPVojtěch Doležal1-1/+2
2023-03-31tdf#154486: Use known name when inserting the table into the documentMike Kaganski1-2/+3
2023-03-31tdf#154486: use importer-local map to deduplicate table namesMike Kaganski3-2/+22
2023-03-29loplugin:stringadd in swNoel Grandin2-5/+4
2023-03-11Simplify SwNodeIndexMike Kaganski1-1/+1
2023-03-01create a default theme when SdrPage and SdrModel are createdTomaž Vajngerl1-1/+1
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl3-1/+13
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen1-1/+0
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-1/+1
2023-01-27xmloff: export Theme for ODT (Writer) documentsTomaž Vajngerl2-0/+80
2023-01-20cid#1520426 Unchecked dynamic_castCaolán McNamara2-6/+7
2023-01-20XUnoTunnel->dynamic_cast in SwXTextRangeNoel Grandin1-4/+2
2023-01-19XUnoTunnel->dynamic_cast in SwXTextTableNoel Grandin2-3/+2
2023-01-19XUnoTunnel->dynamic_cast for SwXFrameNoel Grandin4-12/+4
2023-01-19XUnoTunnel->dynamic_cast in OTextCursorHelperNoel Grandin4-38/+18
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski4-15/+13
2023-01-14XUnoTunnel->dynamic_cast in SvXMLExportNoel Grandin2-16/+0
2023-01-14XUnoTunnel->dynamic_cast in SvXMLImportNoel Grandin2-16/+0
2023-01-13tdf#152952 sw: don't hyphenate URLs by defaultMichael Stahl1-0/+10
2023-01-05tdf#152710 sw: call and fix DeleteSection() insteadMichael Stahl1-3/+2
2022-12-09Deduplicate table styles insertionMaxim Monastirsky1-0/+2
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin2-2/+1
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin1-2/+2
2022-11-01tdf#126788 inline the SwXTextRange into this call siteNoel Grandin1-6/+1