summaryrefslogtreecommitdiffstats
path: root/editeng/qa/lookuptree
Commit message (Expand)AuthorAgeFilesLines
* More loplugin:cstylecast: editengStephan Bergmann2018-01-121-18/+18
* loplugin:unusedmethodsNoel Grandin2016-02-081-13/+4
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-16/+16
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-4/+4
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-4/+4
* Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl2014-02-061-185/+0
* Add getAllElements (strings) for Trie.Tomaž Vajngerl2014-02-061-3/+31
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-4/+4
* fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl2013-06-111-4/+91
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-5/+5
* Invalidate current position in LookupTree at remove action.Tomaž Vajngerl2012-07-311-6/+6
* LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl2012-07-301-0/+225