summaryrefslogtreecommitdiff
path: root/include/svl/sharedstring.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-29cid#1371226 Missing move assignment operatorNoel Grandin1-0/+2
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-1/+1
2014-06-26Revert needless inlining of methods for publicly exposed class.Kohei Yoshida1-8/+8
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-6/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+2
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud1-2/+2
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold1-2/+2
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-0/+3
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-0/+2
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida1-0/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-0/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-0/+3
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida1-0/+2
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-0/+41