Searched refs:pPropHelper (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/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()
|
| /AOO41X/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 | 84 linguistic::PropertyHelper_Spell * pPropHelper; member in MacSpellChecker 94 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /AOO41X/main/lingucomponent/source/spellcheck/spell/ |
| H A D | sspellimp.cxx | 78 pPropHelper = NULL; in SpellChecker() 102 if (pPropHelper) in ~SpellChecker() 103 pPropHelper->RemoveAsPropListener(); in ~SpellChecker() 109 if (!pPropHelper) in GetPropHelper_Impl() 113 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in GetPropHelper_Impl() 114 xPropHelper = pPropHelper; in GetPropHelper_Impl() 115 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 117 return *pPropHelper; in GetPropHelper_Impl() 565 if (!pPropHelper) in initialize() 578 pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); in initialize() [all …]
|
| H A D | sspellimp.hxx | 76 linguistic::PropertyHelper_Spell * pPropHelper; member in SpellChecker 86 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /AOO41X/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() 140 if (!pPropHelper) in GetPropHelper_Impl() 144 pPropHelper = new PropertyHelper_Thes( (XThesaurus *) this, xPropSet ); in GetPropHelper_Impl() 145 xPropHelper = pPropHelper; 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_Thes( (XThesaurus *) this, xPropSet ); in initialize() [all …]
|
| H A D | nthesimp.hxx | 85 linguistic::PropertyHelper_Thes * pPropHelper; member in Thesaurus 106 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|
| /AOO41X/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() 116 if (!pPropHelper) in GetPropHelper_Impl() 120 pPropHelper = new PropertyHelper_Hyphen ((XHyphenator *) this, xPropSet ); in GetPropHelper_Impl() 121 xPropHelper = pPropHelper; in GetPropHelper_Impl() 122 pPropHelper->AddAsPropListener(); //! after a reference is established in GetPropHelper_Impl() 124 return *pPropHelper; in GetPropHelper_Impl() 843 if (!pPropHelper) in initialize() 856 pPropHelper = new PropertyHelper_Hyphen( (XHyphenator *) this, xPropSet ); in initialize() [all …]
|
| H A D | hyphenimp.hxx | 88 linguistic::PropertyHelper_Hyphen * pPropHelper; member in Hyphenator 98 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
|