Lines Matching refs:nPos

180 				for ( sal_Int32 nPos = aHexRest.getLength(); nPos--; )  in getNumericValue()  local
182 if (aHexRest[nPos] != '0') in getNumericValue()
192 sal_Int32 nPos = 0; in getNumericValue() local
196 ++nPos; in getNumericValue()
198 while (nPos < nLen) // skip leading zeros in getNumericValue()
200 if (trim[nPos] != '0') in getNumericValue()
202 if (trim[nPos] != '.') in getNumericValue()
204 ++nPos; in getNumericValue()
205 while (nPos < nLen) // skip trailing zeros in getNumericValue()
207 if (trim[nPos] != '0') in getNumericValue()
209 ++nPos; in getNumericValue()
213 ++nPos; in getNumericValue()
260 for ( sal_Int32 nPos = aHexRest.getLength(); nPos--; ) in getHyperValue() local
262 if (aHexRest[nPos] != '0') in getHyperValue()
631 sal_uInt32 nPos = (*(const uno_Sequence * const *)rVal.getValue())->nElements; in convertTo() local
634 &pRet, aDestTD.get(), 0, nPos, in convertTo()
646 while (nPos--) in convertTo()
648 char * pDestPos = pDestElements + (nPos * pDestElementTD->nSize); in convertTo()
649 const char * pSourcePos = pSourceElements + (nPos * pSourceElementTD->nSize); in convertTo()
678 sal_Int32 nPos = -1; in convertTo() local
682 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertTo()
685 ((typelib_EnumTypeDescription *)aEnumTD.get())->ppEnumNames[nPos] )) in convertTo()
694 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertTo()
696 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertTo()
701 if (nPos >= 0) in convertTo()
704 &((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos], in convertTo()
877 sal_Int32 nPos; in convertToSimpleType() local
879 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertToSimpleType()
881 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertToSimpleType()
884 if (nPos >= 0) in convertToSimpleType()
887 &((typelib_EnumTypeDescription *)aEnumTD.get())->ppEnumNames[nPos], in convertToSimpleType()