summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfreferenceproperties.cxx
AgeCommit message (Collapse)Author
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-12-07remove bogus assert and add emacs modelines.Michael Meeks
Change-Id: If4b6478ab67211e00c52fb9b17189f6f054b3482
2012-11-25fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna
Change-Id: Ie82f18381a95adbfedf7ea02d6844685e44b151d
2012-05-30don't overload operator-> and just forward specific methods, take twoCaolán McNamara
Change-Id: If66b0a5f1b0444d8f0a6dfed1b518a0033d61d2e
2012-05-30rtftok: undo tryToSafelyUpdateAnExistingProp, will be back soonMiklos Vajna
Change-Id: I171dac32f8a938dc4ecfbab13835823f65ee2611
2012-05-30don't overload operator-> and just forward specific methodsCaolán McNamara
Change-Id: I22f5f4a17f2eef0d04756ff4c8e614da073248ca
2012-02-07rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna
2011-11-27RTFReferenceProperties: remove unneeded includesMiklos Vajna
2011-07-29Introduce the RTFSprms classMiklos Vajna
Instead of hardwiring an ugly list in RTFParserState::Clone(), turn the RTFSprms_t typedef to a real class with a proper copy constructor.
2011-07-01add license headersMiklos Vajna
2011-06-30RTFReferenceProperties: make second ctor argument optionalMiklos Vajna
Like we have with RTFValue already.
2011-06-15introduce RTFSprms_tMiklos Vajna
2011-06-15Change the attribute/sprm list to a vector from a multimapMiklos Vajna
It turns out that order does matter, for example when dealing with picture size and data. (Size must arrive first.)
2011-06-06rtftok: std::map -> std::multimapMiklos Vajna
This is required by for example numberings, where keys are not unique.
2011-05-30RTFReferenceProperties now takes care of attributes and sprms as wellMiklos Vajna
2011-05-30store RTFValue::Pointer_t instead of int in sprm hashmapsMiklos Vajna
2011-05-30int -> Id for sprm / attr identifiersMiklos Vajna
2011-05-27move RTFReferenceProperties to its own fileMiklos Vajna