Lines Matching refs:i

77 	for (sal_Int32 i = 0;  i < nCHCount;  ++i)  in PropertyChgHelper()  local
79 pName[i] = A2OU( aCH[i] ); in PropertyChgHelper()
114 for (sal_Int32 i = 0; i < nCount; ++i) in AddPropNames() local
116 pName[ nLen + i ] = A2OU( pNewNames[ i ] ); in AddPropNames()
135 for (sal_Int32 i = 0; i < nLen; ++i) 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()
172 for (sal_Int32 i = 0; i < nLen; ++i) in SetTmpPropVals() local
175 switch (pVal[i].Handle) in SetTmpPropVals()
186 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()
262 for (sal_Int32 i = 0; i < nLen; ++i) in AddAsPropListener() local
264 if (pPropName[i].getLength()) in AddAsPropListener()
265 xPropSet->addPropertyChangeListener( pPropName[i], this ); in AddAsPropListener()
276 for (sal_Int32 i = 0; i < nLen; ++i) in RemoveAsPropListener() local
278 if (pPropName[i].getLength()) in RemoveAsPropListener()
279 xPropSet->removePropertyChangeListener( pPropName[i], this ); in RemoveAsPropListener()
418 for (sal_Int32 i = 0; i < nLen; ++i) 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()
531 for (sal_Int32 i = 0; i < nLen; ++i) in SetTmpPropVals() local
533 if (pVal[i].Name.equalsAscii( UPN_MAX_NUMBER_OF_SUGGESTIONS )) in SetTmpPropVals()
535 pVal[i].Value >>= nResMaxNumberOfSuggestions; in SetTmpPropVals()
540 switch (pVal[i].Handle) in SetTmpPropVals()
549 pVal[i].Value >>= *pbResVal; in SetTmpPropVals()
604 for (sal_Int32 i = 0; i < nLen; ++i) 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()
693 for (sal_Int32 i = 0; i < nLen; ++i) in SetTmpPropVals() local
696 switch (pVal[i].Handle) in SetTmpPropVals()
705 pVal[i].Value >>= *pnResVal; in SetTmpPropVals()