Method | Description | |
---|---|---|
AddCorrection ( string word, string correction, string lang ) : void | ||
AddWord ( string word, string lang ) : void | ||
Check ( string word, string lang ) : bool | ||
EndSession ( ) : void | ||
GetCorrection ( string word, System &words, uint &count ) : void | ||
GetWordListAttribute ( ) : nsIStringEnumerator | ||
IgnoreWord ( string word ) : void | ||
Load ( ) : void | ||
RemoveCorrection ( string word, string correction, string lang ) : void | ||
RemoveWord ( string word, string lang ) : void | ||
Save ( ) : void |
public AddCorrection ( string word, string correction, string lang ) : void | ||
word | string | |
correction | string | |
lang | string | |
return | void |
public AddWord ( string word, string lang ) : void | ||
word | string | |
lang | string | |
return | void |
public Check ( string word, string lang ) : bool | ||
word | string | |
lang | string | |
return | bool |
public GetCorrection ( string word, System &words, uint &count ) : void | ||
word | string | |
words | System | |
count | uint | |
return | void |
public GetWordListAttribute ( ) : nsIStringEnumerator | ||
return | nsIStringEnumerator |
public RemoveCorrection ( string word, string correction, string lang ) : void | ||
word | string | |
correction | string | |
lang | string | |
return | void |
public RemoveWord ( string word, string lang ) : void | ||
word | string | |
lang | string | |
return | void |