summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-2/+3
2020-02-17DOCX clean-up: revert underused lcl_IsOutLineStyle()Szabolcs Toth1-7/+9
2020-02-16cid#1458432 Null pointer dereferencesCaolán McNamara1-5/+5
2020-02-13tdf#95495 DOCX import: fix inherited list level of custom stylesSzabolcs Toth1-10/+34
2020-02-12tdf#129575 DOCX import: fix table style preferenceLászló Németh1-6/+11
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+1
2020-01-10use more std::make_sharedNoel Grandin1-3/+3
2019-12-22loplugin:unusedfieldsNoel Grandin1-5/+0
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-3/+4
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-11-22tdf#128153 docx/VML: apply style properties to shape textJustin Luth1-14/+0
2019-11-13tdf#127925 DOCX export: fix visited hyperlink styleTünde Tóth1-1/+1
2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin1-1/+1
2019-10-17tdf#108350 writerfilter: restore TimesNewRoman as default fontJustin Luth1-0/+8
2019-10-10tdf#127814 DOCX: fix default paragraph margin in table cellsLászló Németh1-0/+5
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-1/+1
2019-10-07cid#1130173 Logically dead codeCaolán McNamara1-1/+1
2019-10-01tdf#81100 DOCX: keep "repeat table header" table style settingLászló Németh1-1/+1
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-5/+5
2019-09-24Use initializer list instead of iterating an array to construct the mapMike Kaganski1-162/+146
2019-09-24tdf#104167 DOCX import: don't map Heading1 to Heading 1 para styleMiklos Vajna1-9/+0
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin1-3/+3
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-2/+2
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin1-3/+3
2019-08-10NFC cleanup writerfilter: reuse existing variableJustin Luth1-2/+1
2019-08-10tdf#118936 writerfilter: MultiPropertySet retry on exceptionJustin Luth1-6/+21
2019-08-06tdf#118936 writerfilter: MultiPropertySet exception lost propertiesJustin Luth1-1/+4
2019-08-05writerfilter comment cleanup: keep comment with codeJustin Luth1-1/+1
2019-08-01tdf#126544 writerfilter: check parent style exists before assigningJustin Luth1-1/+7
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin1-2/+2
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov1-11/+8
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-5/+2
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-47/+20
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-5/+5
2018-09-12~revert tdf#103961: delay merge of default props until exportJustin Luth1-0/+3
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+1
2018-08-27Resolves: tdf#118382 crash on paste of rtfCaolán McNamara1-7/+0
2018-08-13cleanup tdf#72560 writerfilter: set in defaults, not stylesJustin Luth1-33/+9
2018-08-08tdf#103961: delay merge of default props until exportJustin Luth1-3/+0
2018-08-06related tdf#103961 writerfilter: DocDefaults -> defaultsJustin Luth1-10/+5
2018-07-31writerfilter: create StyleSheetEntry::GetMergedInheritedPropertiesJustin Luth1-0/+18
2018-07-24tdf#72560 writerfilter: StyleProperty - also check DocDefaultsJustin Luth1-0/+5
2018-07-21writerfilter: default style is the last oneJustin Luth1-10/+7