Home
last modified time | relevance | path

Searched refs:pPropHelper (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/linguistic/workben/
H A Dsspellimp.cxx70 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()
372 xPropHelper = pPropHelper; in initialize()
[all …]
H A Dsspellimp.hxx70 PropertyHelper_Spell * pPropHelper; member in SpellChecker
80 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
/aoo4110/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx62 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()
505 xPropHelper = pPropHelper; in initialize()
[all …]
H A Dmacspellimp.hxx84 linguistic::PropertyHelper_Spell * pPropHelper; member in MacSpellChecker
94 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
/aoo4110/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx78 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()
579 xPropHelper = pPropHelper; in initialize()
[all …]
H A Dsspellimp.hxx76 linguistic::PropertyHelper_Spell * pPropHelper; member in SpellChecker
86 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
/aoo4110/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx92 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()
600 xPropHelper = pPropHelper; in initialize()
[all …]
H A Dnthesimp.hxx85 linguistic::PropertyHelper_Thes * pPropHelper; member in Thesaurus
106 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()
/aoo4110/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx89 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()
857 xPropHelper = pPropHelper; in initialize()
[all …]
H A Dhyphenimp.hxx88 linguistic::PropertyHelper_Hyphen * pPropHelper; member in Hyphenator
98 return pPropHelper ? *pPropHelper : GetPropHelper_Impl(); in GetPropHelper()

Completed in 48 milliseconds