summaryrefslogtreecommitdiff
path: root/svl/source/misc/sharedstringpool.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-08improve SharedStringPoolNoel Grandin1-72/+25
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin1-9/+5
2018-08-06simplify SharedStringPool and assert invariantsNoel Grandin1-12/+3
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet1-1/+1
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida1-50/+76
2014-05-15fix-includes.pl: svlThomas Arnhold1-2/+2
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin1-1/+0
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida1-0/+6
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-22/+0
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-12/+19
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-0/+145