summaryrefslogtreecommitdiff
path: root/editeng/qa/lookuptree
AgeCommit message (Expand)AuthorFilesLines
2022-09-21use more string_view in editengNoel Grandin1-24/+24
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-18/+18
2016-02-08loplugin:unusedmethodsNoel Grandin1-13/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-16/+16
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl1-185/+0
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl1-3/+31
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-4/+4
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl1-4/+91
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl1-6/+6
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl1-0/+225