summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMap.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-07loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-07-07tdf#95367 inherit page style if no new one importedJustin Luth1-0/+8
2016-07-04tdf#96750 docx - ensure all styles are initializedJustin Luth1-1/+1
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-7/+0
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-4/+4
2016-04-07tdf#99140 Factor out FloatingTableConversion() from CloseSectionGroup()Miklos Vajna1-0/+3
2016-03-22tdf#65642 RTF filter: import \pgnrestart and \pgnucltrMiklos Vajna1-0/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-08tdf#93640 Fix import of linked left page header/footerLuke Deller1-2/+19
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-08-04-Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2015-07-30writerfilter: manual memory management -> boost::optional in PropertyMapMiklos Vajna1-1/+2
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-65/+1
2015-05-19tdf#91261: DOCX import: snapGrid property of paragraphs are ignoredMark Hung1-0/+2
2015-05-19TagLogger can be staticNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-35/+37
2015-03-15Use comphelper::containerToSequence() instead of manual reallocMiklos Vajna1-4/+4
2015-03-05V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-7/+7
2014-12-21TagLogger is used only in dmapperMiklos Vajna1-1/+1
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna1-1/+1
2014-10-17fix incremental buildMiklos Vajna1-1/+1
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna1-3/+0
2014-10-07-Werror=sign-compareMiklos Vajna1-1/+1
2014-10-03handle scope of w:pPrChange and w:rPrChange properly (bnc#821804)Luboš Luňák1-0/+19
2014-10-01-Werror,-Wunused-private-fieldNoel Grandin1-1/+0
2014-10-01Unused writerfilter::dmapper::StyleSheetPropertyMap::mnCT_TcPrBase_vAlignMiklos Vajna1-9/+0
2014-08-17fix reading even/odd page breaks from .docx (bnc#519228)Luboš Luňák1-0/+2
2014-08-09Fixed erroneous comment (by me).Matthew Pottage1-1/+1
2014-08-06DOCX import: handle <w:cnfStyle> row propertyMiklos Vajna1-0/+1
2014-08-06DOCX import: handle <w:cnfStyle> cell propertyMiklos Vajna1-0/+1
2014-08-01writerfilter: fix dbglevel=2 buildMiklos Vajna1-0/+3
2014-07-31fdo#75757: Remove inheritance from std::map.Matthew Pottage1-12/+23
2014-07-29writerfilter: whoever started non-reference variable names with "r"Michael Stahl1-8/+12
2014-07-22writerfilter: more pass by reference on PropertyMapMichael Stahl1-6/+6
2014-07-21fix floating table over section with several columns (part of bnc#875383)Luboš Luňák1-0/+1
2014-07-17DOCX import: handle <w:noColumnBalance> compat settingMiklos Vajna1-1/+1
2014-07-17DOCX import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna1-3/+3
2014-04-29coverity#1210401 Non-virtual destructorCaolán McNamara1-1/+1
2014-04-24fdo#39056 fdo#75431 Section Properties if section starts with tableVinaya Mandke1-0/+2
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold1-2/+2