Searched refs:nPortionLen (Results 1 – 4 of 4) sorted by relevance
567 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions() local568 if( (0 < nPortionLen) && (aIt->mnPos + nPortionLen <= nStrLen) ) in createTextPortions()573 … OUString aUniStr = OStringToOUString( rText.copy( aIt->mnPos, nPortionLen ), eFontEnc ); in createTextPortions()598 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions() local599 if( (0 < nPortionLen) && (aIt->mnPos + nPortionLen <= nStrLen) ) in createTextPortions()602 xPortion->setText( rText.copy( aIt->mnPos, nPortionLen ) ); in createTextPortions()625 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createPhoneticPortions() local626 if( (0 < nPortionLen) && (aIt->mnPos + nPortionLen <= nStrLen) ) in createPhoneticPortions()629 xPhonetic->setText( rText.copy( aIt->mnPos, nPortionLen ) ); in createPhoneticPortions()
217 …sal_uLong CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nPortionLen, con…
4543 sal_uInt16 nPortionLen = pTextPortion->GetLen(); in ImplCalcAsianCompression() local4544 for ( sal_uInt16 n = 0; n < nPortionLen; n++ ) in ImplCalcAsianCompression()4566 if ( (n+1) < nPortionLen ) in ImplCalcAsianCompression()4618 for ( sal_uInt16 i = n-1; i < (nPortionLen-1); i++ ) in ImplCalcAsianCompression()4630 for ( sal_uInt16 i = n; i < (nPortionLen-1); i++ ) in ImplCalcAsianCompression()
456 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in dumpByteString() local457 if( nPortionLen > 0 ) in dumpByteString()463 … aBuffer.append( OStringToOUString( aString.copy( aIt->mnPos, nPortionLen ), eTextEnc ) ); in dumpByteString()
Completed in 57 milliseconds