summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
AgeCommit message (Expand)Author
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
2014-09-15Unused GetStyleIdFromIndex()Miklos Vajna
2014-08-22DOCX import: list styles don't support automatic updatesMiklos Vajna
2014-08-12-Werror,-Wunused-private-fieldNoel Grandin
2014-08-12Add reference to 'DomainMapper' to some DOCX import classesAdam Co
2014-08-07coverity#1130195 Unchecked dynamic_castCaolán McNamara
2014-08-04fdo#81993: Revert "Resolves: #i119464# Update default alignment ...Michael Stahl
2014-07-31fdo#75757: Remove inheritance from std::map.Matthew Pottage
2014-07-31writerfilter: fix ubsan complaints about "-42" enum valueMichael Stahl
2014-07-30Remove redundant casts to voidStephan Bergmann
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl
2014-06-04writerfilter: reset properties of reused stylesMiklos Vajna
2014-06-02fdo#76934 : DOCX: Preservation: AutoSpacing property not getting preserved.Pallavi Jadhav
2014-05-02writerfilter: sal_Bool->boolNoel Grandin
2014-04-15Line spacing is not preserved for styles.PriyankaGaikwad
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-03-29coverity#705071 Unchecked dynamic_castMiklos Vajna