summaryrefslogtreecommitdiff
path: root/include/svl/sharedstring.hxx
AgeCommit message (Expand)Author
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2016-08-29cid#1371226 Missing move assignment operatorNoel Grandin
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
2014-06-26Revert needless inlining of methods for publicly exposed class.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida