Lines Matching refs:nLen

525     int nLen = aStr.getLength();  in appendName()  local
526 for( int i = 0; i < nLen; i++ ) in appendName()
634 sal_Int32 nLen = rString.getLength(); in appendDestinationName() local
635 for( int i = 0; i < nLen; i++ ) in appendDestinationName()
660 sal_Int32 nLen = rString.getLength(); in appendUnicodeTextString() local
661 for( int i = 0; i < nLen; i++ ) in appendUnicodeTextString()
678 int nLen = aStr.getLength(); in createWidgetFieldName() local
681 for( int i = 0; i < nLen; i++ ) in createWidgetFieldName()
2025 sal_Int32 nLen = rInString.getLength(); in appendUnicodeTextStringEncrypt() local
2027 if( checkEncryptionBufferSize( nLen*2 ) ) in appendUnicodeTextStringEncrypt()
2035 for( int i = 0; i < nLen; i++ ) in appendUnicodeTextStringEncrypt()
2080 sal_Int32 nLen = aBufferString.getLength(); in appendLiteralStringEncrypt() local
2081 rtl::OStringBuffer aBuf( nLen ); in appendLiteralStringEncrypt()
2084 for( sal_Int32 i = 0; i < nLen; i++, pT++ ) in appendLiteralStringEncrypt()
2151 sal_uInt64 nLen = m_pMemStream->Tell(); in endCompression() local
2153 writeBuffer( m_pMemStream->GetData(), nLen ); in endCompression()
3240 const int nLen = (pPtr[5]<<24) + (pPtr[4]<<16) + (pPtr[3]<<8) + pPtr[2]; in getPfbSegmentLengths() local
3241 if( nLen <= 0) in getPfbSegmentLengths()
3243 rSegmentLengths[i] = nLen; in getPfbSegmentLengths()
3244 pPtr += nLen + 6; in getPfbSegmentLengths()
3923 sal_Int32 nLen = (sal_Int32)aStream.Tell(); in createToUnicodeCMap() local
3925 aLine.append( nLen ); in createToUnicodeCMap()
3934 CHECK_RETURN( writeBuffer( aStream.GetData(), nLen ) ); in createToUnicodeCMap()
6295 int nLen = rStr.getLength(); in escapeStringXML() local
6296 for( ; nLen; nLen--, pUni++ ) in escapeStringXML()
7743 …Text( const Point& rPos, const String& rText, xub_StrLen nIndex, xub_StrLen nLen, bool bTextLines ) in drawText() argument
7751 SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos ); in drawText()
7759 …nst String& rText, const sal_Int32* pDXArray, xub_StrLen nIndex, xub_StrLen nLen, bool bTextLines ) in drawTextArray() argument
7767 SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos, 0, pDXArray ); in drawTextArray()
7775 … rPos, sal_uLong nWidth, const String& rText, xub_StrLen nIndex, xub_StrLen nLen, bool bTextLines ) in drawStretchText() argument
7783 SalLayout* pLayout = m_pReferenceDevice->ImplLayout( rText, nIndex, nLen, rPos, nWidth ); in drawStretchText()