summaryrefslogtreecommitdiff
path: root/editeng/source/lookuptree
AgeCommit message (Expand)Author
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2018-01-27Fix typosAndrea Gelmini
2017-10-19use std::unique_ptr in TrieNodeNoel Grandin
2017-04-28loplugin:salunicodeliteral: editengStephan Bergmann
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)Stephan Bergmann
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara
2015-04-13loplugin:staticmethodsNoel Grandin
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin
2014-02-06WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist
2014-02-06Remove LookupTree as it is replaced with Trie.Tomaž Vajngerl
2014-02-06Add getAllElements (strings) for Trie.Tomaž Vajngerl
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-06-22Trie lookup tree code review fixesTomaž Vajngerl
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet
2013-06-11fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl
2012-07-31Invalidate current position in LookupTree at remove action.Tomaž Vajngerl
2012-07-31error: attempt to increment a past-the-end iteratorStephan Bergmann
2012-07-30LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl