summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfreferenceproperties.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2014-10-25only the now removed OOXML tokenizer called getType()Miklos Vajna1-1/+0
2014-06-19indentation fixesMiklos Vajna1-2/+8
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
2014-04-29writerfilter: fix indentation in rtfreferencepropertiesMiklos Vajna1-19/+21
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2012-12-07remove bogus assert and add emacs modelines.Michael Meeks1-0/+1
2012-11-25fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna1-0/+2
2012-07-04removed unnecessary forward declarations of classTakeshi Abe1-2/+0
2012-02-07rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna1-2/+2
2011-11-27RTFReferenceProperties: remove unneeded includesMiklos Vajna1-2/+0
2011-07-29Introduce the RTFSprms classMiklos Vajna1-4/+4
2011-07-01add license headersMiklos Vajna1-0/+27
2011-06-30RTFReferenceProperties: make second ctor argument optionalMiklos Vajna1-0/+1
2011-06-15introduce RTFSprms_tMiklos Vajna1-5/+4
2011-06-15Change the attribute/sprm list to a vector from a multimapMiklos Vajna1-3/+4
2011-06-06rtftok: std::map -> std::multimapMiklos Vajna1-3/+3
2011-05-30RTFReferenceProperties now takes care of attributes and sprms as wellMiklos Vajna1-1/+2
2011-05-30store RTFValue::Pointer_t instead of int in sprm hashmapsMiklos Vajna1-2/+3
2011-05-30int -> Id for sprm / attr identifiersMiklos Vajna1-2/+2
2011-05-27missing docMiklos Vajna1-0/+1
2011-05-27move RTFReferenceProperties to its own fileMiklos Vajna1-0/+27