Lines Matching refs:pPropName

134 		const OUString *pPropName = GetPropNames().getConstArray();  in GetCurrentValues()  local
140 … if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_IS_IGNORE_CONTROL_CHARACTERS ) )) in GetCurrentValues()
145 … else if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_IS_USE_DICTIONARY_LIST ) )) in GetCurrentValues()
153 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues()
261 const OUString *pPropName = aPropNames.getConstArray(); in AddAsPropListener() local
264 if (pPropName[i].getLength()) in AddAsPropListener()
265 xPropSet->addPropertyChangeListener( pPropName[i], this ); in AddAsPropListener()
275 const OUString *pPropName = aPropNames.getConstArray(); in RemoveAsPropListener() local
278 if (pPropName[i].getLength()) in RemoveAsPropListener()
279 xPropSet->removePropertyChangeListener( pPropName[i], this ); in RemoveAsPropListener()
417 const OUString *pPropName = GetPropNames().getConstArray(); in GetCurrentValues() local
423 if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_IS_SPELL_UPPER_CASE ) )) in GetCurrentValues()
428 … else if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_IS_SPELL_WITH_DIGITS ) )) in GetCurrentValues()
433 … else if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_IS_SPELL_CAPITALIZATION ) )) in GetCurrentValues()
441 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues()
603 const OUString *pPropName = GetPropNames().getConstArray(); in GetCurrentValues() local
609 if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_HYPH_MIN_LEADING ) )) in GetCurrentValues()
614 … else if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_HYPH_MIN_TRAILING ) )) in GetCurrentValues()
619 … else if (pPropName[i].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( UPN_HYPH_MIN_WORD_LENGTH ) )) in GetCurrentValues()
627 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pnVal; in GetCurrentValues()