summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfvalue.cxx
AgeCommit message (Expand)Author
2015-04-04Use std::make_shared<>Miklos Vajna
2015-03-28Use std::make_shared<>Miklos Vajna
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-07-22writerfilter: pass uno::Reference by reference in RTFValueMichael Stahl
2014-06-19writerfilter: Hide more debug-only stuff behind the DEBUG_DOMAINMAPPER.Jan Holesovsky
2014-06-19indentation fixesMiklos Vajna
2014-06-17n#825305: writerfilter RTF import: override style properties like WordMichael Stahl
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna
2014-04-22Related: fdo#77600 RTF import: RTFValue::equals: compare attribute contentMiklos Vajna
2014-04-20writerfilter: fix indentation in rtfvalueMiklos Vajna
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin
2014-03-03RTFValue::equals: consider the number of attributes/sprms as wellMiklos Vajna
2014-01-22writerfilter: refactor to avoid redundant FSPA class in doctokMiklos Vajna
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-01RTFValue: support storing RTFShapeMiklos Vajna
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2012-12-07remove bogus assert and add emacs modelines.Michael Meeks
2012-11-25fdo#44736 RTF import: ignore direct formatting which equals to styleMiklos Vajna
2012-07-23RTFValue: extend to be able to store embed::XEmbeddedObjectMiklos Vajna
2012-05-10fdo#49692 RTFValue::Clone(): copy m_bForceString as wellMiklos Vajna
2012-02-07rtftok: use m_r prefix for C++ reference members onlyMiklos Vajna
2012-01-23Fix for fdo43460 Part XLV getLength() to isEmpty()Olivier Hallot
2011-11-27RTFValue: remove unneeded includesMiklos Vajna
2011-08-10RTFValue: avoid raw pointersMiklos Vajna
2011-07-29Introduce the RTFSprms classMiklos Vajna
2011-07-29Make RTFValue::Clone a deep copyMiklos Vajna
2011-07-29teach RTFValue to deal with io::XInputStreamMiklos Vajna
2011-07-01add license headersMiklos Vajna
2011-07-01leveltext can be an empty stringMiklos Vajna
2011-06-15introduce RTFSprms_tMiklos Vajna
2011-06-15Change the attribute/sprm list to a vector from a multimapMiklos Vajna
2011-06-11RTFValue: add shapeMiklos Vajna
2011-06-09add RTFValue::setString()Miklos Vajna
2011-06-06rtfvalue: reasonable getstring output for int valuesMiklos Vajna
2011-06-06rtftok: std::map -> std::multimapMiklos Vajna
2011-06-03RTFValue: return references, that reduces code hereMiklos Vajna
2011-06-03rtfvalue: make it able to store sprms as wellMiklos Vajna
2011-06-03RTFValue::getAttributes to make it possible altering attributes laterMiklos Vajna
2011-06-01RTFValue::Clone: copy all value typesMiklos Vajna
2011-06-01implement RTFValue::getProperties (it was a stub)Miklos Vajna
2011-05-30RTFValue::toString: handle string valueMiklos Vajna
2011-05-30make it possible to store strings in an RTFValueMiklos Vajna
2011-05-27rtfvalue: allow cloningMiklos Vajna
2011-05-27initial RTFValueMiklos Vajna