summaryrefslogtreecommitdiff
path: root/svl/source/misc/sharedstringpool.cxx
AgeCommit message (Expand)Author
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida