Searched refs:nToCopy (Results 1 – 4 of 4) sorted by relevance
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | bundles.cxx | 217 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()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 5141 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()
|
H A D | svdfppt.cxx | 2181 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()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1307 …sal_Int32 nToCopy = ( aString.getLength() < ENCRYPTED_PWD_SIZE ) ? aString.getLength() : ENCRYPTED… in padPassword() local 1310 for( nCurrentChar = 0; nCurrentChar < nToCopy; nCurrentChar++ ) in padPassword()
|
Completed in 93 milliseconds