Lines Matching refs:offset
91 … sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions, Sequence<sal_Int32>& offset) in getWordConversion() argument
152 if (offset.getLength() > 0) { in getWordConversion()
156 offset[count] = nStartPos + currPos + (current * in getWordConversion()
187 if (offset.getLength() > 0) { in getWordConversion()
192 offset[count]=nStartPos + currPos + ((current-start) * in getWordConversion()
208 if (offset.getLength() > 0) in getWordConversion()
209 offset[count]=nStartPos+currPos; in getWordConversion()
215 if (offset.getLength() > 0) in getWordConversion()
216 offset.realloc(one2one ? 0 : count); in getWordConversion()
253 Sequence <sal_Int32> offset; in getConversion() local
255 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversion()
263 …ale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32>& offset) in getConversionWithOffset() argument
274 offset.realloc(0); in getConversionWithOffset()
278 if (offset.getLength() < 2*nLength) in getConversionWithOffset()
279 offset.realloc(2*nLength); in getConversionWithOffset()
281 … return getWordConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions, offset); in getConversionWithOffset()