summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen1-2/+0
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski1-1/+1
2023-09-18use more concrete UNO types in swNoel Grandin1-46/+36
2023-05-25merge some stringaddsNoel Grandin1-4/+3
2023-05-11tdf#150673 sw xmloff: import/export tracked table columnLászló Németh1-1/+20
2023-01-19XUnoTunnel->dynamic_cast in SwXTextTableNoel Grandin1-2/+1
2022-09-14try_emplace is a bit more efficientMike Kaganski1-7/+7
2022-09-14tdf#150927: properly handle nesting in tablesMike Kaganski1-15/+25
2022-08-18loplugin:moveitNoel Grandin1-2/+2
2022-08-07make IsInHeaderFooter take a SwNode, not an SwNodeIndexNoel Grandin1-2/+1
2022-07-31tdf#145226 sw: ODF export: fix table-row/table-cell stylesMichael Stahl1-74/+83
2022-03-09use SfxItemSet::GetItemIfSet in sw/.../xmlNoel Grandin1-72/+36
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-7/+1
2021-08-02sw: prefix members of SwXMLTableColsContext_Impl, ...Miklos Vajna1-22/+22
2021-07-26sw: prefix members of SwXMLTableColContext_Impl, SwXMLTableColumn_Impl, ...Miklos Vajna1-7/+7
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh1-1/+24
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-03-20ODT export: handle style name of covered cellsMiklos Vajna1-0/+11
2021-01-10static_cast after dynamic_castNoel Grandin1-3/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-11/+16
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-20use tools::Long in swNoel1-1/+1
2020-08-21tdf#135942: avoid collecting autostyles during writing themMike Kaganski1-1/+20
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-05tdf#124470: Split export of table autostyles out from collection phaseMike Kaganski1-1/+8
2020-07-30loplugin:flatten in sw/filter/xmlNoel Grandin1-52/+52
2020-05-29tdf#102256 sw: ODF export: oops, don't write table attributes ...Michael Stahl1-17/+17
2020-05-19tdf#102256 sw: ODF export: don't write table:table in shapesMichael Stahl1-4/+15
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky1-1/+6
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-4/+0
2019-12-11rename Prc->Percent in swNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-08-03Fix typosAndrea Gelmini1-1/+1
2019-02-08Use indexed getToken()Matteo Casalin1-3/+4
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-3/+3
2018-10-04loplugin:useuniqueptr in SwXMLTableColumns_ImplNoel Grandin1-10/+7
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-07-24loplugin:useuniqueptr in SwXMLExportNoel Grandin1-6/+3
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-4/+4
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-25/+26
2017-10-23loplugin:includeform: swStephan Bergmann1-11/+11
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-4/+4
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-04-10tdf#39468 Translate German comments in swJens Carl1-2/+2
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann1-1/+1