summaryrefslogtreecommitdiff
path: root/editeng/source/lookuptree
AgeCommit message (Expand)AuthorFilesLines
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann1-1/+1
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-6/+5
2016-02-08loplugin:unusedmethodsNoel Grandin1-5/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-13loplugin:staticmethodsNoel Grandin1-1/+1
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin1-9/+9
2014-02-06WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-1/+1
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl3-570/+0
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl1-0/+8
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin3-10/+10
2013-06-22Trie lookup tree code review fixesTomaž Vajngerl1-22/+39
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet1-3/+3
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl1-0/+183
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl1-0/+2
2012-07-31error: attempt to increment a past-the-end iteratorStephan Bergmann1-1/+4
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl3-0/+565