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