Home
last modified time | relevance | path

Searched refs:nBytesRead (Results 26 – 34 of 34) sorted by relevance

12

/aoo42x/main/vcl/source/gdi/
H A Dpngread.cxx315 sal_Int32 nBytesRead = 0; in ReadNextChunk() local
317 sal_uInt8* pPtr = &rChunkData.aData[ nBytesRead ]; in ReadNextChunk()
318 nBytesRead += mrPNGStream.Read( pPtr, mnChunkLen - nBytesRead ); in ReadNextChunk()
319 } while ( ( nBytesRead < mnChunkLen ) && ( mrPNGStream.GetError() == ERRCODE_NONE ) ); in ReadNextChunk()
H A Dpdfwriter_impl.cxx4152 sal_uInt64 nBytesRead = 0; in emitFonts() local
4153 …CK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, pBuffer.get(), nLength1, &nBytesRead ) ) ); in emitFonts()
4154 DBG_ASSERT( nBytesRead==nLength1, "PDF-FontSubset read incomplete!" ); in emitFonts()
4158 getPfbSegmentLengths( pBuffer.get(), (int)nBytesRead, aSegmentLengths ); in emitFonts()
/aoo42x/main/l10ntools/source/
H A Dexport2.cxx367 const size_t nBytesRead = fread( buf, 1, BUFFERSIZE, IN_FILE ); in CopyFile() local
368 if( nBytesRead <= 0 ) in CopyFile()
376 else if( fwrite( buf, 1, nBytesRead, OUT_FILE ) <= 0 ) in CopyFile()
/aoo42x/main/crashrep/source/unx/
H A Dmain.cxx818 size_t nBytesRead; in read_from_file() local
820 while( 0 != ( nBytesRead = fread( buffer, 1, sizeof(buffer) - 1, fp ) ) ) in read_from_file()
822 buffer[nBytesRead] = 0; in read_from_file()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx510 sal_uInt32 nBytesRead; in loadFile() local
541 hFile, pData, fsize, &nBytesRead, NULL ); in loadFile()
/aoo42x/main/extensions/source/update/check/
H A Dupdatecheck.cxx178 sal_uInt64 nBytesRead = 0; in getImageFromFileName() local
182 … while( osl_File_E_None == osl_readFile(hOut, szBuffer, nBytesToRead, &nBytesRead) ) in getImageFromFileName()
184 sal_Char *pc = szBuffer + nBytesRead; in getImageFromFileName()
193 if( nBytesRead < nBytesToRead ) in getImageFromFileName()
/aoo42x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2212 sal_uInt64 nBytesRead = 0; in ImplGetFontAttrFromFile() local
2214 aFotFile.read( aBuffer, sizeof( aBuffer ), nBytesRead ); in ImplGetFontAttrFromFile()
2222 while( (i < nBytesRead) && (aBuffer[i++] != 0) ); in ImplGetFontAttrFromFile()
2224 while( (i < nBytesRead) && (aBuffer[i++] != 0) ); in ImplGetFontAttrFromFile()
2227 while( (i < nBytesRead) && (aBuffer[i++] != 0) ); in ImplGetFontAttrFromFile()
2228 if( i >= nBytesRead ) in ImplGetFontAttrFromFile()
/aoo42x/main/filter/source/graphicfilter/eps/
H A Deps.cxx2741 sal_uLong nBytesRead; in ImplGetBoundingBox() local
2747 nBytesRead = nSize; in ImplGetBoundingBox()
2749 nBytesRead = POSTSCRIPT_BOUNDINGSEARCH; in ImplGetBoundingBox()
2751 sal_uInt8* pDest = ImplSearchEntry( pSource, (sal_uInt8*)"%%BoundingBox:", nBytesRead, 14 ); in ImplGetBoundingBox()
/aoo42x/main/filter/source/msfilter/
H A Dmsdffimp.cxx2810 sal_Int32 nBytesRead = xShapeXMLInputStream->readBytes( aSeq, 0x7fffffff ); in CheckAndCorrectExcelTextRotation() local
2811 if ( nBytesRead ) in CheckAndCorrectExcelTextRotation()
2818 const char* pEnd = pArry + nBytesRead; in CheckAndCorrectExcelTextRotation()
7008 sal_uInt32 nBytesRead = 0; in ConvertToOle2() local
7030 nBytesRead += 6 * sizeof( sal_uInt32 ) + nStrLen + nDataLen; in ConvertToOle2()
7032 if( !rStm.IsEof() && nReadLen > nBytesRead && nDataLen ) in ConvertToOle2()
7090 } while( !rStm.IsEof() && nReadLen >= nBytesRead ); in ConvertToOle2()

Completed in 203 milliseconds

12