summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfsprm.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-01add license headersMiklos Vajna1-0/+27
2011-06-27add RTFSprm::eraseMiklos Vajna1-0/+1
2011-06-17RTF_CELL: emit table cell sprms/attributesMiklos Vajna1-0/+3
2011-06-15introduce RTFSprms_tMiklos Vajna1-1/+3
2011-06-15add RTFSprm::find that can search for an sprm key in a vectorMiklos Vajna1-0/+1
2011-05-30store RTFValue::Pointer_t instead of int in sprm hashmapsMiklos Vajna1-2/+2
2011-05-27initial RTFReferenceProperties::resolveMiklos Vajna1-2/+2
2011-05-27initial RTFSprmMiklos Vajna1-0/+34