summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsprm.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-04tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna1-1/+1
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
2012-05-30Resolves: rhbz#825548 some rtf documents take vast amounts of time to loadCaolán McNamara1-0/+3
2012-05-30don't overload operator-> and just forward specific methodsCaolán McNamara1-2/+9
2012-05-29implement operator= tooDavid Tardon1-0/+2
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+1
2011-11-27RTFSprm: remove unneeded includesMiklos Vajna1-2/+0
2011-07-29RTFSprms::erase: use return value to signal if the call was a noopMiklos Vajna1-1/+1
2011-07-29these static methods are no longer neededMiklos Vajna1-2/+2
2011-07-29Introduce the RTFSprms classMiklos Vajna1-8/+15
2011-07-29Make RTFValue::Clone a deep copyMiklos Vajna1-0/+1
2011-07-02rtftok: '>>' should be '> >' within a nested template argument listMiklos Vajna1-1/+1