summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/CellColorHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-2/+0
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+1
2020-01-06Removed redundant semicolonsAndrea Gelmini1-2/+2
2020-01-02tdf#129205 DOCX import: handle the <w:shd w:val="nil" ...> paragraph propertyMiklos Vajna1-1/+1
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-1/+1
2018-11-12tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-05tdf#90906 writerfilter: Allow COL_AUTO to override non-autoJustin Luth1-3/+9
2018-03-13tdf#116179 Support reading "auto" colour from docxLuke Deller1-5/+5
2017-10-08Make Color a forward declarationChris Sherlock1-0/+1
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-4/+4
2017-08-23tdf#109184 auto cell color should be transparentSzymon Kłos1-1/+1
2017-07-02loplugin:casttovoid: writerfilterStephan Bergmann1-4/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2016-08-15tdf#97090 writerfilter - don't fill_SOLID with auto colorJustin Luth1-1/+8
2015-05-19TagLogger can be staticNoel Grandin1-2/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-1/+2
2015-02-01writerfilter: import paragraph color as fill attributesMiklos Vajna1-3/+9
2014-12-18writerfilter: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-16writerfilter: this is expected to be UTF-8Miklos Vajna1-2/+1
2014-11-16writerfilter: these are expected to be UTF-8Miklos Vajna1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-11-04Use comphelper::SequenceAsVectorMiklos Vajna1-7/+1
2014-10-06Use constants for ST_Shd valuesMiklos Vajna1-174/+119
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna1-64/+64
2014-05-12writerfilter: unused 'using' in dmapperMiklos Vajna1-2/+0
2014-05-06ooxml: fix cell theme color and shade preservationJacobo Aragunde Pérez1-0/+13
2014-05-02writerfilter: sal_Bool->boolNoel Grandin1-1/+1
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin1-2/+2
2014-01-25writerfilter: remove no longer needed generated resourceids.hxx in doctokMiklos Vajna1-1/+0
2014-01-04writerfilter: unused rtf{cellLeftColor,cellRightColor,shpblipbname,shptypename}Miklos Vajna1-4/+0
2014-01-04writerfilter: drop unused rtf:{shd,cellShd,cellTopColor,cellBottomColor}Miklos Vajna1-2/+0
2013-12-22ooxml: Preserve paragraph theme fill attributeJacobo Aragunde Pérez1-0/+11
2013-11-05Avoid msfilter::util::ConvertColor in DocxTableStyleExportMiklos Vajna1-2/+2
2013-11-05DOCX filter: handle shd's "themeFillTint" attribute inside tblStylePrMiklos Vajna1-1/+1
2013-11-04DOCX filter: handle CT_Ind_rightChars and CT_PPrBase_snapToGridMiklos Vajna1-1/+6
2013-10-25move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from swMiklos Vajna1-2/+1
2013-10-25writerfilter: save table styles' tcPr to InteropGrabBagMiklos Vajna1-0/+84
2013-07-05writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unusedMiklos Vajna1-2/+2
2013-06-25remove unused variableLuboš Luňák1-1/+0
2013-06-25fdo65400: fix for Character Shading being lostAdam Co1-77/+153
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-5/+7
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-5/+7
2011-02-14these variables are used, do not (void)var themLuboš Luňák1-2/+0
2011-02-08apply color properly to form, paragraph or character (bnc#654875)Luboš Luňák1-3/+4
2011-02-07Remove dead codeThomas Arnhold1-21/+0