summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsprm.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-13tdf#137180 RTF import: fix bad left margin with direct format/para style/numMiklos Vajna1-2/+3
2020-07-20compact namespace: writerfilterNoel Grandin1-5/+2
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-1/+1
2019-08-24equality test functions are constAdrien Ollier1-1/+1
2019-04-10writerfilter: implement RTF derived styles defaultingMichael Stahl1-1/+3
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-1/+1
2018-10-17sw, writerfilter: avoid some unnecessary value parametersMiklos Vajna1-1/+2
2018-09-25tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna1-1/+1
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-1/+1
2018-07-26writerfilter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-1/+6
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-5/+4
2018-05-10writerfilter, writerperfect: various small cleanupsMiklos Vajna1-1/+1
2018-04-04tdf#116265 RTF import: ignore \fi in para if it repeats invalid \fi from listMiklos Vajna1-0/+3
2018-03-20tdf#116269 RTF import: implement reverse deduplication for listsMiklos Vajna1-0/+2
2018-03-14boost::intrusive_ptr->tools::SvRefMiklos Vajna1-12/+3
2018-02-06tdf#115242 RTF import: order numPr before other paragraph propertiesMiklos Vajna1-1/+2
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-28/+9
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-06-23writerfilter: remove redundant virtual keywords in the RTF importMiklos Vajna1-8/+7
2017-05-26RTF filter: use 'using' instead of 'typedef'Miklos Vajna1-5/+5
2016-05-20writerfilter: use '= default;'Miklos Vajna1-1/+0
2016-04-04Use std::size_tMiklos Vajna1-1/+1
2016-01-18loplugin: unused return values in writerfilter/Noel Grandin1-1/+1
2016-01-15Fix tdf#97035 - FILEOPEN: RTF wrong cell widthGuillaume Smaha1-0/+2
2016-01-06writefilter: removed superfluous #includesAndrea Gelmini1-3/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-2/+0
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-1/+1
2014-11-30writerfilter: turn RTFOverwrite into a C++11 scoped enumerationMiklos Vajna1-5/+5
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna1-1/+1
2014-07-06writerfilter: remove unused getKind()Miklos Vajna1-1/+0
2014-06-19writerfilter: Hide more debug-only stuff behind the DEBUG_DOMAINMAPPER.Jan Holesovsky1-0/+2
2014-06-17n#825305: writerfilter RTF import: override style properties like WordMichael Stahl1-2/+4
2014-04-22Related: fdo#77600 RTF import: RTFValue::equals: compare attribute contentMiklos Vajna1-0/+1
2014-04-19writerfilter: fix indentation in rtfsprmMiklos Vajna1-72/+89
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold1-3/+3
2014-04-18fdo#75735 RTF import: fix COW when writing a nested structureMiklos Vajna1-1/+1
2014-04-06RTFSprms::set: replace two bool arguments with an enumMiklos Vajna1-7/+9
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-21Missing includesStephan Bergmann1-0/+6
2014-03-04writerfilter: convert sprm:P{DxaRight,DxaLeft,DxaLeft1}Miklos Vajna1-2/+7
2013-05-02writerfilter: few more doxygen commentsMiklos Vajna1-0/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac1-1/+0
2012-12-28fdo#45183 fix RTF import of tables with different row widthsMiklos Vajna1-1/+1
2012-12-07fdo#44736 - convert RTFSprms to a copy-on-write structure.Michael Meeks1-22/+45
2012-11-25fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna1-0/+2
2012-05-30don't overload operator-> and just forward specific methods, take twoCaolán McNamara1-2/+8
2012-05-30fdo#49968 speed up RTF import of repeated character/paragraph propertiesMiklos Vajna1-0/+2
2012-05-30rtftok: undo tryToSafelyUpdateAnExistingProp, will be back soonMiklos Vajna1-12/+2