summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
AgeCommit message (Expand)Author
2018-05-04tdf#116801 DOCX import: char styles have no IsAutoUpdate propertyMiklos Vajna
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-10-19tdf#87533 Fixed initialization of writing mode for paragraphSerge Krot
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31loplugin:constparams in writerfilterNoel Grandin
2017-07-13loplugin:oncevar: empty strings: writerfilterStephan Bergmann
2017-07-02loplugin:casttovoid: writerfilterStephan Bergmann
2017-06-30revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth
2017-06-29related tdf#82173 writerfilter: ensure Xnote para-style round-trippingJustin Luth
2017-06-29Revert "revert related tdf#82173 writerfilter: ignore case when mapping styles"Stephan Bergmann
2017-06-29revert related tdf#82173 writerfilter: ignore case when mapping stylesJustin Luth
2017-06-23writerfilter: map endnote text to EndnoteJustin Luth
2017-06-21tdf#82173 writerfilter: copy Xnote Characters -> Xnote anchorJustin Luth
2017-06-20loplugin:unusedfields in writerfilterNoel Grandin
2017-06-06tdf#82173 writerfilter: charStyle XnoteReference->Xnote CharactersJustin Luth
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-29related tdf#82173 writerfilter: ignore case when mapping style nameJustin Luth
2017-03-30Related: tdf#105454 DOCX import: fix unwanted enabled-by-default kerningMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2016-12-19tdf#104713 writerfilter: parentless styles - only if default definedJustin Luth
2016-09-15tdf#53856 writerfilter set parentless style based on defaultJustin Luth
2016-09-14writerfilter style: use emplace_back, avoiding typedefJustin Luth
2016-09-13loplugin:rangedforcopyStephan Bergmann
2016-09-13tdf#89315 writerfilter add missing parents to out-of-order stylesJustin Luth
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-29loplugin:staticmethodsStephan Bergmann
2016-03-29tdf#98882 DOCX import: set default para properties on the Standard para styleMiklos Vajna
2016-02-25loplugin:unuseddefaultparams in writerfilter/Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-20writerfilter: fix VS2015 buildThorsten Behrens
2016-01-10Fix typosAndrea Gelmini
2016-01-07tdf#95213 DOCX import: don't reuse list label stylesMiklos Vajna
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-16tdf#83300 DOCX import: 'TOC Heading' should not be 'keep with next' by defaultMiklos Vajna
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-29writerfilter: use std::unique_ptr<> in StyleSheetTableMiklos Vajna
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage
2015-07-10Use std::transformMiklos Vajna
2015-07-09writerfilter: use std::transform in PropValVector::getValues()Miklos Vajna
2015-07-09writerfilter: avoid PropValVector inheriting from an STL containerMiklos Vajna
2015-06-22Use comphelper::containerToSequenceMiklos Vajna