![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CHLUserDictMgr (IPMUnknown *boss) | |
| virtual void | Install (const PMString &rPath) |
| virtual int32 | GetLanguageCount () const |
| virtual ILanguage * | QueryNthLanguage (int32 nNth) |
| virtual bool16 | HasLanguage (const ILanguage *pLanguage) const |
| virtual IUserDictService * | QueryServiceOfLanguage (const ILanguage *pLanguage) |
Public Member Functions inherited from CPMUnknown< IUserDictMgr > | |
| 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 | |
Protected Member Functions inherited from CPMUnknown< IUserDictMgr > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IUserDictMgr > | |
| HelperInterface | fHelperInterface |
Implements a user dictionary manager.
| virtual |
Gets total count of supported languages.
Implements IUserDictMgr.
| virtual |
Returns whether the specified language is supported or not.
| pLanguage | Language to see if supported. |
Implements IUserDictMgr.
| virtual |
OBSOLETE
Implements IUserDictMgr.
| virtual |
Queries the language of the n'th service.
| nNth | nth service to find language for, nth is 0 based and < GetLanguageCount() |
Implements IUserDictMgr.
| virtual |
Returns the user dict service for the specified language.
| pLanguage | Language to get user dict service for. |
Implements IUserDictMgr.