Searched refs:nCurLen (Results 1 – 4 of 4) sorted by relevance
2802 sal_Int32 nCurLen = 0; in getDefaultAttributes() local2814 pProperties[ nCurLen++ ] = aProp; in getDefaultAttributes()2816 aProperties.realloc( nCurLen ); in getDefaultAttributes()2904 sal_Int32 nCurLen = 0; in getRunAttributes() local2916 pProperties[ nCurLen++ ] = aProp; in getRunAttributes()2918 aProperties.realloc( nCurLen ); in getRunAttributes()
2054 sal_uLong nCurLen = mpImpl->mpTextEngine->GetTextLen(); in ImplTruncateNewText() local2057 if ( nCurLen + nNewLen > nMaxLen ) in ImplTruncateNewText()2061 if ( nCurLen + nNewLen - nSelLen > nMaxLen ) in ImplTruncateNewText()2063 sal_uInt32 nTruncatedLen = static_cast<sal_uInt32>(nMaxLen - (nCurLen - nSelLen)); in ImplTruncateNewText()
827 sal_Int32 nCurLen = sCurString.Len(); in WriteTextWithCurrency_Impl() local828 sal_Int32 nCont = nPos + nCurLen; in WriteTextWithCurrency_Impl()
609 sal_Int32 nCurLen = _rOut.getLength(); in appendDigits() local611 while ( _rOut.getLength() - nCurLen < nDigits ) in appendDigits()612 _rOut.insert( nCurLen, (sal_Unicode)'0' ); in appendDigits()
Completed in 50 milliseconds