Home
last modified time | relevance | path

Searched refs:nToCopy (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2181 sal_uInt32 nSource, nToCopy, nBufSize; in SeekOle() local
2183 nToCopy = pHd->nRecLen; in SeekOle()
2187 while ( nToCopy ) in SeekOle()
2189 nBufSize = ( nToCopy >= 0x40000 ) ? 0x40000 : nToCopy; in SeekOle()
2192 nToCopy -= nBufSize; in SeekOle()
H A Descherex.cxx5141 sal_uInt32 nSize, nType, nSource, nBufSize, nToCopy, nCurPos = mpOutStrm->Tell(); in InsertAtCurrentPos() local
5182 nToCopy = nSource - nCurPos; // Stream um nBytes vergroessern in InsertAtCurrentPos()
5184 while ( nToCopy ) in InsertAtCurrentPos()
5186 nBufSize = ( nToCopy >= 0x40000 ) ? 0x40000 : nToCopy; in InsertAtCurrentPos()
5187 nToCopy -= nBufSize; in InsertAtCurrentPos()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1307 …sal_Int32 nToCopy = ( aString.getLength() < ENCRYPTED_PWD_SIZE ) ? aString.getLength() : ENCRYPTED… in padPassword() local
1310 for( nCurrentChar = 0; nCurrentChar < nToCopy; nCurrentChar++ ) in padPassword()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx217 sal_uInt32 nToCopy = nSize - nToCopyOfs - nPrev; in InsertName() local
218 if ( nToCopy ) in InsertName()
220 memcpy( pFound, pFound + nToCopyOfs, nToCopy ); in InsertName()
237 sal_uInt32 nToCopy = nSize - nToCopyOfs - nPrev; in InsertName() local
238 if ( nToCopy ) in InsertName()
240 memcpy( pFound, pFound + nToCopyOfs, nToCopy ); in InsertName()

Completed in 146 milliseconds