summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfvalue.hxx
AgeCommit message (Expand)Author
2017-06-23writerfilter: remove redundant virtual keywords in the RTF importMiklos Vajna
2017-05-26RTF filter: use 'using' instead of 'typedef'Miklos Vajna
2017-03-07tdf#104287 RTF import: handle bitmap shapes inside tablesMiklos Vajna
2017-02-15writerfilter: can use std::move() hereMiklos Vajna
2016-12-03cppcheck style fix for noExplicitConstructor in writerfilterJochen Nitschke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna
2014-12-22writerfilter: fold single remaining header of resourcemodel into dmapperMiklos Vajna
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-07-27indentation fixesMiklos 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-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-20writerfilter: fix indentation in rtfvalueMiklos Vajna
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin
2014-01-22writerfilter: refactor to avoid redundant FSPA class in doctokMiklos Vajna
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
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-29implement operator= tooDavid Tardon
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
2011-11-27RTFValue: remove unneeded includesMiklos Vajna
2011-08-10RTFValue: avoid raw pointersMiklos Vajna
2011-07-29Introduce the RTFSprms classMiklos Vajna
2011-07-29teach RTFValue to deal with io::XInputStreamMiklos Vajna
2011-07-02rtftok: '>>' should be '> >' within a nested template argument listMiklos Vajna
2011-07-01add license headersMiklos Vajna
2011-07-01leveltext can be an empty stringMiklos 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-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