Home
last modified time | relevance | path

Searched refs:nLen (Results 226 – 250 of 867) sorted by relevance

12345678910>>...35

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx688 sal_uInt32 nLen, nDataLen; in ReadAndDrawText() local
691 *pPict >> nByteLen; nLen=((sal_uLong)nByteLen)&0x000000ff; in ReadAndDrawText()
692 nDataLen = nLen + 1; in ReadAndDrawText()
693 pPict->Read( &sText, nLen ); in ReadAndDrawText()
699 while ( nLen > 0 && ( (unsigned char)sText[ nLen - 1 ] ) < 32 ) in ReadAndDrawText()
700 nLen--; in ReadAndDrawText()
701 sText[ nLen ] = 0; in ReadAndDrawText()
1488 sal_uInt16 nLen; in ReadData() local
1499 *pPict >> nByteLen; nLen=((sal_uInt16)nByteLen)&0x00ff; in ReadData()
1500 pPict->Read( &sFName, nLen ); in ReadData()
[all …]
/trunk/main/desktop/source/migration/services/
H A Dwordbookmigration.cxx175 sal_uInt16 nLen; in IsUserWordbook() local
177 *pStream >> nLen; in IsUserWordbook()
178 if ( nLen < MAX_HEADER_LENGTH ) in IsUserWordbook()
180 pStream->Read(pMagicHeader, nLen); in IsUserWordbook()
181 pMagicHeader[nLen] = '\0'; in IsUserWordbook()
/trunk/main/io/source/stm/
H A Dopipe.cxx322 sal_Int32 nLen = aData.getLength(); in writeBytes() local
323 if( m_nBytesToSkip && m_nBytesToSkip >= nLen ) { in writeBytes()
325 m_nBytesToSkip -= nLen; in writeBytes()
335 Sequence< sal_Int8 > seqCopy( nLen - m_nBytesToSkip ); in writeBytes()
336 memcpy( seqCopy.getArray() , &( aData.getConstArray()[m_nBytesToSkip] ) , nLen-m_nBytesToSkip ); in writeBytes()
/trunk/main/sw/source/core/doc/
H A Dextinput.cxx98 xub_StrLen nLen = sTxt.Len(); in ~SwExtTextInput() local
99 if( nLen > sOverwriteText.Len() ) in ~SwExtTextInput()
102 pTNd->EraseText( rIdx, nLen - sOverwriteText.Len() ); in ~SwExtTextInput()
121 pTNd->ReplaceText( rIdx, nLen, in ~SwExtTextInput()
122 sOverwriteText.Copy( 0, nLen )); in ~SwExtTextInput()
H A Ddoccomp.cxx186 static void CheckDiscard( sal_uLong nLen, sal_Char* pDiscard );
451 sal_uLong nLen = rData.GetLineCount(); in CountDifference() local
452 for( sal_uLong n = 0; n < nLen; ++n ) in CountDifference()
462 sal_uLong nLen = rData.GetLineCount(); in SetDiscard() local
468 for( n = nLen / 64; ( n = n >> 2 ) > 0; ) in SetDiscard()
471 for( n = 0; n < nLen; ++n ) in SetDiscard()
486 for( sal_uLong n = 0; n < nLen; ++n ) in CheckDiscard()
498 for (j = n; j < nLen; j++) in CheckDiscard()
592 sal_uLong nLen = rData.GetLineCount(); in MovedData() local
595 for( n = 0; n < nLen; ++n ) in MovedData()
[all …]
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx335 sal_uInt16 nLen = 1; in GetNextChar() local
337 nLen < 10 ) in GetNextChar()
344 sBuffer[nLen++] = c1; in GetNextChar()
346 pImplData->hConv, 0, sBuffer, nLen, &cUC, 1, in GetNextChar()
356 DBG_ASSERT( nCvtBytes == nLen, in GetNextChar()
372 rInput.SeekRel( -(nLen-1) ); in GetNextChar()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1276 xub_StrLen nLen = rString.Len(); in ConvertString() local
1277 if (rIndex >= nLen) in ConvertString()
1282 aPossibilities.reserve(nLen - rIndex); in ConvertString()
1306 }while(rIndex < nLen); in ConvertString()
1373 void ConvertChar::RecodeString( String& rStr, xub_StrLen nIndex, xub_StrLen nLen ) const in RecodeString()
1375 sal_uLong nLastIndex = (sal_uLong)nIndex + nLen; in RecodeString()
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx126 static void call_callbackCharacters( void *userData , const XML_Char *s , int nLen ) in call_callbackCharacters() argument
129 pFastParser->callbackCharacters( s, nLen ); in call_callbackCharacters()
268 sal_Int32 FastSaxParser::GetToken( const sal_Char* pToken, sal_Int32 nLen /* = 0 */ ) in GetToken() argument
270 if( !nLen ) in GetToken()
271 nLen = strlen( pToken ); in GetToken()
273 Sequence< sal_Int8 > aSeq( (sal_Int8*)pToken, nLen ); in GetToken()
863 void FastSaxParser::callbackCharacters( const XML_Char* s, int nLen ) in callbackCharacters() argument
869 xContext->characters( OUString( s, nLen, RTL_TEXTENCODING_UTF8 ) ); in callbackCharacters()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_transferable.cxx81 int nLen = aData.getLength()/2; in getTransferData() local
82 if( ((sal_Unicode*)aData.getConstArray())[nLen-1] == 0 ) in getTransferData()
83 nLen--; in getTransferData()
84 OUString aString( (sal_Unicode*)aData.getConstArray(), nLen ); in getTransferData()
/trunk/main/xmloff/source/style/
H A DXMLClipPropertyHandler.cxx73 sal_Int32 nLen = rStrImpValue.getLength(); in importXML() local
74 if( nLen > 6 && in importXML()
77 rStrImpValue[nLen-1] == ')' ) in importXML()
80 OUString sTmp( rStrImpValue.copy( 5, nLen-6 ) ); in importXML()
/trunk/main/svl/source/items/
H A Dlckbitem.cxx165 sal_uInt32 nLen; in QueryValue() local
169 nLen = aStat.nSize; in QueryValue()
174 com::sun::star::uno::Sequence< sal_Int8 > aSeq( nLen ); in QueryValue()
176 _xVal->ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in QueryValue()
H A Dslstitm.cxx300 xub_StrLen nLen; in SetString() local
302 nLen = 0xffff; in SetString()
304 nLen = nDelimPos - nStart; in SetString()
306 XubString* pStr = new XubString(aStr.Copy(nStart, nLen)); in SetString()
310 nStart += nLen + 1 ; // delimiter ueberspringen in SetString()
H A Dpoolio.cxx1639 sal_uInt16 nVersion(0), nLen(0); in LoadItem() local
1643 rStream >> nVersion >> nLen; in LoadItem()
1644 rStream.SeekRel( nLen ); in LoadItem()
1678 sal_uInt32 nLen(0); in LoadItem() local
1679 rStream >> nVersion >> nLen; in LoadItem()
1699 DBG_ASSERT( nIEnd <= (nIStart+nLen), "read past end of item" ); in LoadItem()
1700 if ( (nIStart+nLen) != nIEnd ) in LoadItem()
1701 rStream.Seek( nIStart+nLen ); in LoadItem()
1705 rStream.Seek( nIStart+nLen ); in LoadItem()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java90 int nLen = aPropNames.length; in AddAsListenerTo() local
91 for (int i = 0; i < nLen; ++i) in AddAsListenerTo()
110 int nLen = aPropNames.length; in RemoveAsListener() local
111 for (int i = 0; i < nLen; ++i) in RemoveAsListener()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx744 StgDataStrm::StgDataStrm( StgIo& r, sal_Int32 nBgn, sal_Int32 nLen ) : StgStrm( r ) in StgDataStrm() argument
746 Init( nBgn, nLen ); in StgDataStrm()
756 void StgDataStrm::Init( sal_Int32 nBgn, sal_Int32 nLen ) in Init() argument
764 nSize = nLen; in Init()
767 if( nLen < 0 && pFat ) in Init()
976 StgSmallStrm::StgSmallStrm( StgIo& r, sal_Int32 nBgn, sal_Int32 nLen ) : StgStrm( r ) in StgSmallStrm() argument
978 Init( nBgn, nLen ); in StgSmallStrm()
988 void StgSmallStrm::Init( sal_Int32 nBgn, sal_Int32 nLen ) in Init() argument
998 nSize = nLen; in Init()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx573 const int nLen = strlen( pc ); in startDocument() local
574 if ((nCurrentPos + nLen) <= SEQUENCESIZE) in startDocument()
576 memcpy( mp_Sequence, pc , nLen ); in startDocument()
577 nCurrentPos += nLen; in startDocument()
581 AddBytes(mp_Sequence, nCurrentPos, (sal_Int8*)pc, nLen); in startDocument()
888 sal_Int32 nLen = str.getLength(); in getFirstLineBreak() local
890 for( int n = 0; n < nLen ; n ++ ) in getFirstLineBreak()
904 sal_Int32 nLen = seq.getLength(); in getLastLineBreak() local
906 for( int n = nLen-1; n >= 0 ; n -- ) in getLastLineBreak()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx66 xub_StrLen nLen; member in SwDrawTextInfo
122 nLen = nL; in SwDrawTextInfo()
253 return nLen; in GetLen()
264 return nIdx + nLen; in GetEnd()
441 nLen = nNew; in SetLen()
/trunk/main/connectivity/source/drivers/ado/
H A DADriver.cxx264 sal_Int32 nLen; in ThrowException() local
265 pErrors->get_Count(&nLen); in ThrowException()
266 if (nLen) in ThrowException()
272 for (sal_Int32 i = nLen-1; i>=0; --i) in ThrowException()
280 if(i==nLen-1) in ThrowException()
/trunk/main/svx/source/xoutdev/
H A Dxtabbtmp.cxx145 const xub_StrLen nLen(aStr.Len() - 1); in Create() local
157 aStr.SetChar(nLen, sal_Unicode('2')); in Create()
164 aStr.SetChar(nLen, sal_Unicode('3')); in Create()
171 aStr.SetChar(nLen, sal_Unicode('4')); in Create()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.hxx91 const sal_Unicode* pStr, sal_Int16 nLen);
93 const sal_Unicode* pStr, sal_Int16 nLen,
115 const sal_Unicode* pStr, sal_Int16 nLen,
121 sal_Int16 nLen,
/trunk/main/sc/source/core/data/
H A Ddocumen6.cxx76 sal_Int32 nLen = aText.getLength(); in HasStringWeakCharacters() local
87 while ( nPos >= 0 && nPos < nLen ); in HasStringWeakCharacters()
104 sal_Int32 nLen = aText.getLength(); in GetStringScriptType() local
125 while ( nPos >= 0 && nPos < nLen ); in GetStringScriptType()
/trunk/main/comphelper/source/misc/
H A Ddocumentiologring.cxx131 sal_Int32 nLen = 0; in initialize() local
132 if ( aArguments.getLength() == 1 && ( aArguments[0] >>= nLen ) && nLen ) in initialize()
133 m_aMessages.realloc( nLen ); in initialize()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx105 UniString ImplSalGetUniString( const sal_Char* pStr, xub_StrLen nLen = STRING_LEN) in ImplSalGetUniString() argument
107 return UniString( pStr, nLen, gsl_getSystemTextEncoding(), in ImplSalGetUniString()
241 USHORT nLen ) in ImpStyleNameToSal() argument
243 if ( !nLen ) in ImpStyleNameToSal()
244 nLen = strlen(pFamilyName); in ImpStyleNameToSal()
247 if ( strncmp( pFamilyName, pFaceName, nLen ) == 0 ) in ImpStyleNameToSal()
249 USHORT nFaceLen = (USHORT)strlen( pFaceName+nLen ); in ImpStyleNameToSal()
252 return UniString( pFaceName+(nLen+1), gsl_getSystemTextEncoding()); in ImpStyleNameToSal()
1478 int open(void * pBuffer, sal_uInt32 nLen, sal_uInt32 nFaceNum);
1492 int ScopedTrueTypeFont::open(void * pBuffer, sal_uInt32 nLen, in open() argument
[all …]
/trunk/main/svl/source/misc/
H A Dadrparse.cxx643 xub_StrLen nLen = in SvAddressParser_Impl() local
647 if (nLen == rInput.Len()) in SvAddressParser_Impl()
655 nLen); in SvAddressParser_Impl()
684 xub_StrLen nLen = in SvAddressParser_Impl() local
688 if (nLen == rInput.Len()) in SvAddressParser_Impl()
696 nLen); in SvAddressParser_Impl()
/trunk/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx276 sal_Int32 nLen = 0; in getElementNames() local
280 if ( aNames.getLength() < ++nLen ) in getElementNames()
283 aNames.realloc( nLen ); in getElementNames()
286 aNames[nLen-1] = (*aIter).second.sPath; in getElementNames()
289 if ( aNames.getLength() != nLen ) in getElementNames()
292 aNames.realloc( nLen ); in getElementNames()

Completed in 154 milliseconds

12345678910>>...35