summaryrefslogtreecommitdiff
path: root/include/svl/sharedstringpool.hxx
AgeCommit message (Expand)Author
2018-08-07SharedStringPool is always called with a CharClassNoel Grandin
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-18Apply pimpl to svl::SharedStringPool.Kohei Yoshida
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
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