Lines Matching refs:entry
63 spellcheck. An entry in a negative dictionary may supply a
124 /** searches for an entry that matches the given word.
127 the reference to the entry found. If no entry was found,
138 /** is used to add an entry to the dictionary.
140 <P>If an entry already exists, the dictionary remains unchanged
147 the entry to be added.
150 <TRUE/> if the entry was successfully added <FALSE/> otherwise.
159 /** is used to make an entry in the dictionary.
161 <P>If an entry already exists, the dictionary remains unchanged
171 specifies whether the entry will be a negative one or not.
174 in the case of a negative entry, this is the replacement text to
178 <TRUE/> if the entry was successfully added, <FALSE/> otherwise.
188 /** removes an entry from the dictionary.
191 the word matching the entry to be removed.
194 <TRUE/> if the entry was successfully removed, <FALSE/>
195 otherwise (especially if the entry was not found).
203 entry can be made, <FALSE/> otherwise.
228 /** adds an entry to the list of dictionary event listeners.
230 <P>On dictionary events, each entry in the listener list will
235 the entry to be made, that is, the object that wants notifications.
238 <TRUE/> if the entry was successfully made, <FALSE/> otherwise.
249 /** removes an entry from the list of dictionary event listeners.