Searched refs:pPropHelper (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/linguistic/workben/ |
| H A D | sspellimp.cxx | 70 pPropHelper = NULL; in SpellChecker() 76 if (pPropHelper) in ~SpellChecker() 77 pPropHelper->RemoveAsPropListener(); in ~SpellChecker() 83 if (!pPropHelper) in GetPropHelper_Impl() 87 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl() 88 xPropHelper = pPropHelper; in GetPropHelper_Impl() 89 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 91 return *pPropHelper; in GetPropHelper_Impl() 358 if (!pPropHelper) in initialize() 371 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in initialize() [all …]
|
| H A D | sspellimp.hxx | 70 PropertyHelper_Spell * pPropHelper; member in SpellChecker 80 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
| H A D | macspellimp.cxx | 62 pPropHelper = NULL; in MacSpellChecker() 81 if (pPropHelper) in ~MacSpellChecker() 82 pPropHelper->RemoveAsPropListener(); in ~MacSpellChecker() 88 if (!pPropHelper) in GetPropHelper_Impl() 92 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl() 93 xPropHelper = pPropHelper; in GetPropHelper_Impl() 94 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 96 return *pPropHelper; in GetPropHelper_Impl() 491 if (!pPropHelper) in initialize() 504 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in initialize() [all …]
|
| H A D | macspellimp.hxx | 86 linguistic::PropertyHelper_Spell * pPropHelper; member in MacSpellChecker 96 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /trunk/main/lingucomponent/source/spellcheck/spell/ |
| H A D | sspellimp.cxx | 79 pPropHelper = NULL; in SpellChecker() 103 if (pPropHelper) in ~SpellChecker() 104 pPropHelper->RemoveAsPropListener(); in ~SpellChecker() 105 delete pPropHelper; in ~SpellChecker() 111 if (!pPropHelper) in GetPropHelper_Impl() 115 pPropHelper = new PropertyHelper_Spelling( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl() 116 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 118 return *pPropHelper; in GetPropHelper_Impl() 586 if (!pPropHelper) in initialize() 599 pPropHelper = new PropertyHelper_Spelling( (XSpellChecker *) this, xPropSet ); in initialize() [all …]
|
| H A D | sspellimp.hxx | 75 linguistic::PropertyHelper_Spelling* pPropHelper; member in SpellChecker 85 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /trunk/main/lingucomponent/source/thesaurus/libnth/ |
| H A D | nthesimp.cxx | 92 pPropHelper = NULL; in Thesaurus() 133 if (pPropHelper) in ~Thesaurus() 134 pPropHelper->RemoveAsPropListener(); in ~Thesaurus() 135 delete pPropHelper; in ~Thesaurus() 141 if (!pPropHelper) in GetPropHelper_Impl() 145 pPropHelper = new PropertyHelper_Thesaurus( (XThesaurus *) this, xPropSet ); in GetPropHelper_Impl() 146 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 148 return *pPropHelper; in GetPropHelper_Impl() 587 if (!pPropHelper) in initialize() 599 pPropHelper = new PropertyHelper_Thesaurus( (XThesaurus *) this, xPropSet ); in initialize() [all …]
|
| H A D | nthesimp.hxx | 84 linguistic::PropertyHelper_Thesaurus* pPropHelper; member in Thesaurus 105 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
| H A D | hyphenimp.cxx | 89 pPropHelper = NULL; in Hyphenator() 97 if (pPropHelper) in ~Hyphenator() 98 pPropHelper->RemoveAsPropListener(); in ~Hyphenator() 111 delete pPropHelper; in ~Hyphenator() 117 if (!pPropHelper) in GetPropHelper_Impl() 121 pPropHelper = new PropertyHelper_Hyphenation ((XHyphenator *) this, xPropSet ); in GetPropHelper_Impl() 122 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 124 return *pPropHelper; in GetPropHelper_Impl() 842 if (!pPropHelper) in initialize() 855 pPropHelper = new PropertyHelper_Hyphenation( (XHyphenator *) this, xPropSet ); in initialize() [all …]
|
| H A D | hyphenimp.hxx | 87 linguistic::PropertyHelper_Hyphenation* pPropHelper; member in Hyphenator 97 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|