summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMap.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-2/+2
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-3/+4
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-4/+3
2019-03-04new loplugin typedefparamNoel Grandin1-3/+4
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin1-1/+1
2019-01-11writerfilter: import section margins and writingModeJustin Luth1-0/+3
2018-10-31writerfilter: implement formprotJustin Luth1-0/+3
2018-10-17loplugin:singlevalfieldsNoel Grandin1-1/+0
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-2/+0
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-3/+3
2018-09-02tdf#104354 writerfilter: rewrite AutospacingJustin Luth1-0/+2
2018-07-26writerfilter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+5
2018-07-20tdf#103961 writerfilter: parentless styles need pPrDefault(s)Justin Luth1-4/+4
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-10/+8
2018-04-04loplugin:unusedenumconstantsNoel Grandin1-2/+1
2018-03-14tdf#112118: DOCX: properly import/export border distanceMike Kaganski1-4/+19
2018-02-14tdf#115719 DOCX import: increase paragraph spacing for anchored objectsMiklos Vajna1-0/+4
2017-12-27clang-tidy-modernize-use-equals-default in writerfilterJochen Nitschke1-1/+0
2017-12-04tdf#97648 ooxmlimport: calculate percentage-based widthsJustin Luth1-0/+4
2017-07-20loplugin:unusedfields in writerfilterNoel Grandin1-3/+0
2017-06-20loplugin:unusedfields in writerfilterNoel Grandin1-27/+0
2017-05-31writerfilter : remove dead code with m_sFootnoteFontNameJustin Luth1-3/+0
2017-05-16tdf#107889 DOCX import: consider page breaks for multi-page floattablesMiklos Vajna1-1/+1
2017-04-13PropertyMap.cxx: Indents and formattingVitaliy Anderson1-308/+338
2017-03-31use actual UNO enums in writerfilterNoel Grandin1-3/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, writerfilterStephan Bergmann1-0/+5
2016-12-22tdf#104710 bRemove: only prevent w/BREAK_TYPE for defined SectionsJustin Luth1-0/+2
2016-12-13tdf#46941 docx: don't balance columns before page-break-sectionJustin Luth1-0/+2
2016-10-18loplugin:unusedmethodsNoel Grandin1-1/+0
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
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