Lines Matching refs:pInst

716 	pInst = new PropertyHelper_Thes( rxSource, rxPropSet );  in PropertyHelper_Thesaurus()
717 xPropHelper = pInst; in PropertyHelper_Thesaurus()
726 pInst->AddAsPropListener(); in AddAsPropListener()
731 pInst->RemoveAsPropListener(); in RemoveAsPropListener()
736 pInst->SetTmpPropVals( rPropVals ); in SetTmpPropVals()
745 pInst = new PropertyHelper_Hyphen( rxSource, rxPropSet ); in PropertyHelper_Hyphenation()
746 xPropHelper = pInst; in PropertyHelper_Hyphenation()
755 pInst->AddAsPropListener(); in AddAsPropListener()
760 pInst->RemoveAsPropListener(); in RemoveAsPropListener()
765 pInst->SetTmpPropVals( rPropVals ); in SetTmpPropVals()
770 return pInst->GetMinLeading(); in GetMinLeading()
775 return pInst->GetMinTrailing(); in GetMinTrailing()
780 return pInst->GetMinWordLength(); in GetMinWordLength()
788 return pInst->addLinguServiceEventListener( rxListener ); in addLinguServiceEventListener()
796 return pInst->removeLinguServiceEventListener( rxListener ); in removeLinguServiceEventListener()
805 pInst = new PropertyHelper_Spell( rxSource, rxPropSet ); in PropertyHelper_Spelling()
806 xPropHelper = pInst; in PropertyHelper_Spelling()
815 pInst->AddAsPropListener(); in AddAsPropListener()
820 pInst->RemoveAsPropListener(); in RemoveAsPropListener()
825 pInst->SetTmpPropVals( rPropVals ); in SetTmpPropVals()
830 return pInst->GetMaxNumberOfSuggestions(); in GetMaxNumberOfSuggestions()
835 return pInst->IsSpellUpperCase(); in IsSpellUpperCase()
840 return pInst->IsSpellWithDigits(); in IsSpellWithDigits()
845 return pInst->IsSpellCapitalization(); in IsSpellCapitalization()
853 return pInst->addLinguServiceEventListener( rxListener ); in addLinguServiceEventListener()
861 return pInst->removeLinguServiceEventListener( rxListener ); in removeLinguServiceEventListener()