Searched refs:nPortionLen (Results 1 – 4 of 4) sorted by relevance
571 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions() local572 if( (0 < nPortionLen) && (aIt->mnPos + nPortionLen <= nStrLen) ) in createTextPortions()577 … OUString aUniStr = OStringToOUString( rText.copy( aIt->mnPos, nPortionLen ), eFontEnc ); in createTextPortions()602 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createTextPortions() local603 if( (0 < nPortionLen) && (aIt->mnPos + nPortionLen <= nStrLen) ) in createTextPortions()606 xPortion->setText( rText.copy( aIt->mnPos, nPortionLen ) ); in createTextPortions()629 sal_Int32 nPortionLen = (aIt + 1)->mnPos - aIt->mnPos; in createPhoneticPortions() local630 if( (0 < nPortionLen) && (aIt->mnPos + nPortionLen <= nStrLen) ) in createPhoneticPortions()633 xPhonetic->setText( rText.copy( aIt->mnPos, nPortionLen ) ); in createPhoneticPortions()
217 …sal_uLong CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nPortionLen, con…
4610 sal_uInt16 nPortionLen = pTextPortion->GetLen(); in ImplCalcAsianCompression() local4611 for ( sal_uInt16 n = 0; n < nPortionLen; n++ ) in ImplCalcAsianCompression()4633 if ( (n+1) < nPortionLen ) in ImplCalcAsianCompression()4685 for ( sal_uInt16 i = n-1; i < (nPortionLen-1); i++ ) in ImplCalcAsianCompression()4697 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 51 milliseconds