Lines Matching refs:xub_StrLen

89 xub_StrLen SvNumberformat::InsertBlanks( String& r, xub_StrLen nPos, sal_Unicode c )  in InsertBlanks()
607 xub_StrLen& nCheckPos, in SvNumberformat()
622 xub_StrLen nIndex = 0; in SvNumberformat()
646 xub_StrLen nPos = 0; in SvNumberformat()
647 xub_StrLen nPosOld; in SvNumberformat()
682 xub_StrLen nAnzChars = ImpGetNumber(rString, nPos, sStr); in SvNumberformat()
809 xub_StrLen nTmp = 2; in SvNumberformat()
853 xub_StrLen nStrPos = pSc->ScanFormat( sStr, aComment ); in SvNumberformat()
1084 xub_StrLen SvNumberformat::ImpGetNumber(String& rString, in ImpGetNumber()
1085 xub_StrLen& nPos, in ImpGetNumber()
1088 xub_StrLen nStartPos = nPos; in ImpGetNumber()
1090 xub_StrLen nLen = rString.Len(); in ImpGetNumber()
1111 xub_StrLen& nPos ) in ImpGetLanguageType()
1115 xub_StrLen nLen = rString.Len(); in ImpGetLanguageType()
1141 sal_Bool IsSingleSymbol(String& rString, xub_StrLen nPos){ in IsSingleSymbol()
1155 xub_StrLen& nPos, in ImpNextSymbol()
1161 xub_StrLen nLen = rString.Len(); in ImpNextSymbol()
1493 xub_StrLen nNewCurrencyEnd = STRING_NOTFOUND; in Load()
1549 xub_StrLen nCheckPos = 0; in Load()
1584 xub_StrLen nCheckPos; in ConvertLanguage()
1754 xub_StrLen nStartPos, nPos, nLen; in StripNewCurrencyDelimiters()
1759 xub_StrLen nEnd; in StripNewCurrencyDelimiters()
1769 xub_StrLen nDash; in StripNewCurrencyDelimiters()
1775 xub_StrLen nClose; in StripNewCurrencyDelimiters()
2108 xub_StrLen nLen = OutString.Len(); in GetOutputString()
2443 xub_StrLen k; // Nenner: in GetOutputString()
2503 xub_StrLen nExPos = sStr.Search('E'); in GetOutputString()
2507 xub_StrLen nExpStart = nExPos + 1; in GetOutputString()
2535 xub_StrLen k; // position in ExpStr in GetOutputString()
2538 xub_StrLen nZeros = 0; // erase leading zeros in GetOutputString()
2606 xub_StrLen nCntPost; in ImpGetTimeOutput()
2616 nCntPost = xub_StrLen(rInfo.nCntPost); in ImpGetTimeOutput()
2639 if ( sSecStr.Len() < xub_StrLen(rInfo.nCntPost) ) in ImpGetTimeOutput()
2640 sSecStr.Expand( xub_StrLen(rInfo.nCntPost), '0' ); in ImpGetTimeOutput()
2647 xub_StrLen nSecPos = 0; // Zum Ziffernweisen in ImpGetTimeOutput()
2724 xub_StrLen nLen = ( bInputLine && i > 0 && in ImpGetTimeOutput()
2728 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetTimeOutput()
3131 xub_StrLen nCntPost; in ImpGetDateTimeOutput()
3141 nCntPost = xub_StrLen(rInfo.nCntPost); in ImpGetDateTimeOutput()
3170 if ( sSecStr.Len() < xub_StrLen(rInfo.nCntPost) ) in ImpGetDateTimeOutput()
3171 sSecStr.Expand( xub_StrLen(rInfo.nCntPost), '0' ); in ImpGetDateTimeOutput()
3178 xub_StrLen nSecPos = 0; // Zum Ziffernweisen in ImpGetDateTimeOutput()
3263 xub_StrLen nLen = ( bInputLine && i > 0 && in ImpGetDateTimeOutput()
3267 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetDateTimeOutput()
3472 xub_StrLen k; in ImpGetNumberOutput()
3515 xub_StrLen nPoint = sStr.Search( '.' ); in ImpGetNumberOutput()
3620 xub_StrLen nLen = rDecSep.Len(); in ImpGetNumberOutput()
3634 xub_StrLen k, // position within string in ImpNumberFillWithThousands()
3640 xub_StrLen nLeadingStringChars = 0; // inserted StringChars before number in ImpNumberFillWithThousands()
3641 xub_StrLen nDigitCount = 0; // count of integer digits from the right in ImpNumberFillWithThousands()
3707 xub_StrLen nLen = rStr.Len(); in ImpNumberFillWithThousands()
3788 xub_StrLen nStart, // start of digits in ImpDigitFill()
3789 xub_StrLen& k, // position within string in ImpDigitFill()
3791 xub_StrLen & nDigitCount, // count of integer digits from the right so far in ImpDigitFill()
3814 xub_StrLen& k, // position within string in ImpNumberFill()
4427 xub_StrLen nLen = rStr.Len(); in HasStringNegativeSign()
4460 xub_StrLen nCom = 0; in SetComment()
4483 xub_StrLen nLen = rStr.Len(); in EraseCommentBraces()
4508 xub_StrLen nPos = 0; in EraseComment()
4524 nPos = sal::static_int_cast< xub_StrLen >( in EraseComment()
4539 sal_Bool SvNumberformat::IsInQuote( const String& rStr, xub_StrLen nPos, in IsInQuote()
4542 xub_StrLen nLen = rStr.Len(); in IsInQuote()
4573 xub_StrLen SvNumberformat::GetQuoteEnd( const String& rStr, xub_StrLen nPos, in GetQuoteEnd()
4576 xub_StrLen nLen = rStr.Len(); in GetQuoteEnd()
4591 return sal::static_int_cast< xub_StrLen >(p - p0); in GetQuoteEnd()