Lines Matching refs:pPropHelper
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()
579 xPropHelper = pPropHelper; in initialize()
580 pPropHelper->AddAsPropListener(); //! after a reference is established in initialize()