summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)AuthorFilesLines
3 hoursThis block seems obsolete now, try to drop itMike Kaganski1-43/+0
3 hoursMake sure to export autostyles from inside frames anchored to pageMike Kaganski1-1/+1
19 hoursFix UBSan failure: omission from 69ed893087f89d176a5ec4b263ce8d75774be72bMike Kaganski1-1/+2
45 hourstdf#160253: fix list identifier export decision codeMike Kaganski2-136/+88
4 daysUse designated initializers for clarityMike Kaganski1-2/+3
7 daystdf#159903 xmloff: ODF import: fix bug in margin compatibility overrideMichael Stahl1-0/+8
2024-04-11tdf#132599 cui offapi sw xmloff: add hyphenation-keep-typeLászló Németh2-5/+9
2024-04-06flatten for readabilityCaolán McNamara1-62/+61
2024-04-06ofz#67867 Null-dereference READCaolán McNamara1-12/+15
2024-04-05Silence strange -Wmaybe-uninitialized with recent GCC 14Stephan Bergmann1-0/+7
2024-03-29tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen5-5/+0
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh1-0/+1
2024-03-19Remove unused namespaces from xmloffGabor Kelemen9-11/+0
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen58-96/+4
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh2-0/+14
2024-03-01tdf#146356 insert new paragraph before table of contentsOliver Specht1-0/+6
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski1-3/+4
2024-02-12use more UNLESS_MERGELIBSNoel Grandin1-1/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski5-8/+8
2024-01-22tdf#146619 Recheck xmloff/*hxx with IWYUGabor Kelemen4-2/+3
2024-01-19tdf#106733 sw: implement CharNoHyphenationLászló Németh1-1/+1
2024-01-19tdf#106733 xmloff: keep fo:hyphenate in character formattingLászló Németh1-2/+2
2024-01-02ofz#65464 Timeout with text:anchor-page-number="28031970720"Caolán McNamara2-2/+6
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-12-18unique_ptr->optional in XMLTextFieldExportNoel Grandin1-12/+12
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara2-4/+2
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-02remove printfTomaž Vajngerl1-1/+0
2023-12-02tdf#123396 actually use the mimetype set in the from documentTomaž Vajngerl2-0/+13
2023-11-28sw floattable, per-frame wrap-on-all-pages mode: add ODT filterMiklos Vajna1-0/+1
2023-11-10Fix STYLEREF crashes and forwards-compatibilitySkyler Grey1-0/+3
2023-11-07loplugin:fieldcast in xmloffNoel Grandin1-2/+2
2023-10-30Enable STYLEREF flag export/import with ODFSkyler Grey2-3/+32
2023-10-29tdf#157663 SW: Tracked change improve moveAttila Szűcs6-5/+21
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann3-14/+14
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann16-150/+150
2023-10-20tdf#86790: Add support for a word-style stylerefSkyler Grey2-0/+37
2023-10-19tdf#157484 UI: Add UI controls for personal information to be keptBalazs Varga2-3/+6
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2-3/+3
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-09-28tdf#156146 xmloff: ODF import: add backward compatibility hackMichael Stahl1-5/+60
2023-09-12Added parent / child relationship to comments.Gökay Şatır2-0/+15
2023-09-08WARN->INFO in XMLIndexSimpleEntryContextNoel Grandin1-1/+1
2023-09-02replace set(nullptr) with clear()Noel Grandin1-3/+3
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl2-5/+6
2023-08-14tdf#156321 ODT import: fix lost char format on outer span elementsMiklos Vajna1-2/+22
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl4-29/+79