![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CHLThesaurus (IPMUnknown *boss) | |
| ~CHLThesaurus () | |
| virtual bool16 | GetThesRecord (const PMString &rWord, ThesRecord &thesRecord) |
| virtual bool16 | GetSynonyms (const PMString &rWord, WideStringList &wList) |
| virtual bool16 | GetAntonyms (const PMString &rWord, WideStringList &wList) |
| virtual bool16 | GetNearSynonyms (const PMString &rWord, WideStringList &wList) |
| virtual bool16 | GetNearAntonyms (const PMString &rWord, WideStringList &wList) |
| virtual bool16 | GetSeeAlsoWords (const PMString &rWord, WideStringList &wList) |
| virtual bool16 | GetAltSuggestions (const PMString &rWord, WideStringList &wList) |
| virtual bool16 | Set (const PMString &rThesFileName) |
Public Member Functions inherited from CPMUnknown< IThesaurusService > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IThesaurusService | |
| enum | { kDefaultIID = IID_ITHESAURUSSERVICE } |
| enum | ThesResult { kSuccess, kFailure, kThesError } |
| enum | ThesWordListEnum { kSynonyms, kAntonyms, kComparedWords, kRelatedWords, kContrastingWords } |
Protected Member Functions inherited from CPMUnknown< IThesaurusService > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IThesaurusService > | |
| HelperInterface | fHelperInterface |
| CHLThesaurus::CHLThesaurus | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| CHLThesaurus::~CHLThesaurus | ( | ) |
Destructor.
| virtual |
Get the alternate suggestions list for the lookup word, normally used if the lookup word was not found
CHLThesaurus::GetAltSuggestions
Implements IThesaurusService.
| virtual |
| virtual |
Get the near antonyms (contrasting words) list for the lookup word
Implements IThesaurusService.
| virtual |
Get the near synonyms (related words) list for the lookup word
Implements IThesaurusService.
| virtual |
| virtual |
| virtual |
| virtual |