summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
AgeCommit message (Expand)Author
2022-10-16tdf#150927: properly handle nesting in tablesMike Kaganski
2022-08-28tdf#145226 sw: ODF export: fix table-row/table-cell stylesMichael Stahl
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-08-02sw: prefix members of SwXMLTableColsContext_Impl, ...Miklos Vajna
2021-07-26sw: prefix members of SwXMLTableColContext_Impl, SwXMLTableColumn_Impl, ...Miklos Vajna
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-03-20ODT export: handle style name of covered cellsMiklos Vajna
2021-01-10static_cast after dynamic_castNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-20use tools::Long in swNoel
2020-08-21tdf#135942: avoid collecting autostyles during writing themMike Kaganski
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin
2020-08-05tdf#124470: Split export of table autostyles out from collection phaseMike Kaganski
2020-07-30loplugin:flatten in sw/filter/xmlNoel Grandin
2020-05-29tdf#102256 sw: ODF export: oops, don't write table attributes ...Michael Stahl
2020-05-19tdf#102256 sw: ODF export: don't write table:table in shapesMichael Stahl
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-12-11rename Prc->Percent in swNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-03Fix typosAndrea Gelmini
2019-02-08Use indexed getToken()Matteo Casalin
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-04loplugin:useuniqueptr in SwXMLTableColumns_ImplNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-07-24loplugin:useuniqueptr in SwXMLExportNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke
2017-11-21loplugin:flatten in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann
2017-01-26loplugin: unnecessary destructor swNoel Grandin
2016-10-31loplugin:oncevar in swNoel Grandin
2016-09-26sw: prefix members of SwXMLExportMiklos Vajna
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-02-05sw: move SwTextTable's SwClient to SwTextTable::ImplMichael Stahl
2016-01-12tdf#96412 Fix export text table cell UserDefinedAttributes to xml.aqcoder