summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
AgeCommit message (Expand)Author
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
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-07Remove include stdio (part7)Julien Nabet
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-19TagLogger can be staticNoel Grandin
2015-05-15Use comphelper::sequenceToContainerMiklos Vajna
2015-05-02writerfilter: avoid manual realloc in StyleSheetTableMiklos Vajna
2015-04-15writerfilter: TablePropertiesHandler's bOOXML was always trueMiklos Vajna
2015-03-27writerfilter: avoid manual realloc in StyleSheetTableMiklos Vajna
2015-03-25TyposJulien Nabet
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-12-22resolveSprmProps() is used only in dmapperMiklos Vajna
2014-12-15writerfilter: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-13writerfilter: only dmapper needs DomainMapper.hxxMiklos Vajna
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-16fdo#77716 DOCX import: fix handling of user-defined Standard styleMiklos Vajna
2014-10-15writerfilter: call to SAL_WARN() is not expensiveMiklos Vajna
2014-10-10Use constants for ST_StyleType valuesMiklos Vajna
2014-10-02DOCX import: handle <w:tcPr> directly under <w:style>Miklos Vajna