| /AOO41X/main/sw/source/filter/inc/ |
| H A D | fltbase.hxx | 34 sal_Int32 nBytesLeft; // noch zu lesende Bytes des aktuelle Records member in SwFilterBase 60 nBytesLeft--; in ReadChar() 66 nBytesLeft--; in ReadByte() 75 nBytesLeft--; in ReadUnicode() 82 nBytesLeft -= 2; in Read() 88 nBytesLeft -= 5; in Read() 94 nBytesLeft -= 2; in Read() 100 nBytesLeft -= 4; in Read() 106 nBytesLeft -= 8; in Read() 112 nBytesLeft -= 8; in Read() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xestream.cxx | 205 sal_Size nBytesLeft = nBytes; in Write() local 208 while( bValid && (nBytesLeft > 0) ) in Write() 210 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in Write() 228 nBytesLeft -= nWriteRet; in Write() 242 sal_Size nBytesLeft = nBytes; in WriteZeroBytes() local 243 while( nBytesLeft > 0 ) in WriteZeroBytes() 245 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in WriteZeroBytes() 247 nBytesLeft -= nWriteLen; in WriteZeroBytes() 273 sal_Size nBytesLeft = ::std::min( nBytes, nStrmSize - nStrmPos ); in CopyFromStream() local 275 if( nBytesLeft > 0 ) in CopyFromStream() [all …]
|
| H A D | xistream.cxx | 303 sal_uInt16 nBytesLeft = nBytes; in OnRead() local 304 while( nBytesLeft ) in OnRead() 307 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead() 317 nBytesLeft = nBytesLeft - nDecBytes; in OnRead() 804 sal_Size nBytesLeft = nBytes; in Read() local 806 while( mbValid && (nBytesLeft > 0) ) in Read() 808 sal_uInt16 nReadSize = GetMaxRawReadSize( nBytesLeft ); in Read() 814 nBytesLeft -= nReadRet; in Read() 815 if( mbValid && (nBytesLeft > 0) ) in Read() 830 sal_Size nBytesLeft = nBytes; in CopyToStream() local [all …]
|
| H A D | frmbase.cxx | 250 nBytesLeft( 0 ) in LotusConverterBase() 275 nBytesLeft = 0; in Reset()
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | wmadaptor.cxx | 252 unsigned long nBytesLeft = 0; in WMAdaptor() local 279 &nBytesLeft, in WMAdaptor() 291 &nBytesLeft, in WMAdaptor() 323 &nBytesLeft, in WMAdaptor() 359 &nBytesLeft, in WMAdaptor() 376 &nBytesLeft, in WMAdaptor() 397 &nBytesLeft, in WMAdaptor() 438 unsigned long nBytesLeft = 0; in NetWMAdaptor() local 456 &nBytesLeft, in NetWMAdaptor() 471 0, nBytesLeft/4, in NetWMAdaptor() [all …]
|
| /AOO41X/main/oox/source/xls/ |
| H A D | biffoutputstream.cxx | 137 sal_Int32 nBytesLeft = nBytes; in writeMemory() local 138 while( nBytesLeft > 0 ) in writeMemory() 140 sal_uInt16 nBlockSize = prepareWriteBlock( nBytesLeft, nAtomSize ); in writeMemory() 143 nBytesLeft -= nBlockSize; in writeMemory() 150 sal_Int32 nBytesLeft = nBytes; in fill() local 151 while( nBytesLeft > 0 ) in fill() 153 sal_uInt16 nBlockSize = prepareWriteBlock( nBytesLeft, nAtomSize ); in fill() 155 nBytesLeft -= nBlockSize; in fill()
|
| H A D | biffinputstream.cxx | 314 sal_Int32 nBytesLeft = nBytes; in readMemory() local 316 while( !mbEof && (nBytesLeft > 0) ) in readMemory() 318 sal_uInt16 nReadSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in readMemory() 325 nBytesLeft -= nReadSize; in readMemory() 327 if( nBytesLeft > 0 ) in readMemory() 337 sal_Int32 nBytesLeft = nBytes; in skip() local 338 while( !mbEof && (nBytesLeft > 0) ) in skip() 340 sal_uInt16 nSkipSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in skip() 345 nBytesLeft -= nSkipSize; in skip() 347 if( nBytesLeft > 0 ) in skip()
|
| H A D | biffcodec.cxx | 235 sal_uInt16 nBytesLeft = nBytes; in implDecode() local 236 while( nBytesLeft > 0 ) in implDecode() 244 sal_uInt16 nDecBytes = ::std::min( nBytesLeft, nBlockLeft ); in implDecode() 251 nBytesLeft = nBytesLeft - nDecBytes; in implDecode()
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | formel.hxx | 223 sal_Int32 nBytesLeft; member in LotusConverterBase 252 nBytesLeft -= nSeekRel; in Ignore() 258 nBytesLeft--; in Read() 264 nBytesLeft--; in Read() 270 nBytesLeft -= 2; in Read() 276 nBytesLeft -= 2; in Read() 282 nBytesLeft -= 8; in Read() 288 nBytesLeft -= 4; in Read()
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | pptexsoundcollection.cxx | 136 sal_uInt32 nBytesLeft = nFileSize; in Write() local 141 while ( nBytesLeft ) in Write() 143 sal_uInt32 nToDo = ( nBytesLeft > 0x10000 ) ? 0x10000 : nBytesLeft; in Write() 146 nBytesLeft -= nToDo; in Write()
|
| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | lotform.cxx | 427 nBytesLeft = rRest; in Convert() 433 if( nBytesLeft < 0 ) in Convert() 448 nBytesLeft = 0; // wird ab WK3 nicht benutzt in Convert() 450 rRest = nBytesLeft; in Convert() 543 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert() 563 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert() 576 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert() 658 DBG_ASSERT( nBytesLeft >= 0, "*LotusToSc::Convert(): zuviel verarbeitet!"); in Convert() 659 DBG_ASSERT( nBytesLeft <= 0, "*LotusToSc::Convert(): wat is mit'm Rest?" ); in Convert() 662 aIn.SeekRel( nBytesLeft ); // eventuellen Rest/Ueberlauf korrigieren in Convert()
|
| H A D | op.cxx | 172 sal_Int32 nBytesLeft = nFormulaSize; in OP_Formula() local 177 aConv.Convert( pErg, nBytesLeft ); in OP_Formula() 418 sal_Int32 nBytesLeft = (n > 12) ? n - 12 : 0; in OP_Formula123() local 423 aConv.Convert( pErg, nBytesLeft ); in OP_Formula123()
|
| /AOO41X/main/oox/source/core/ |
| H A D | binarycodec.cxx | 409 sal_Int32 nBytesLeft = nBytes; in skip() local 411 while( bResult && (nBytesLeft > 0) ) in skip() 413 … sal_Int32 nBlockLen = ::std::min( nBytesLeft, static_cast< sal_Int32 >( sizeof( pnDummy ) ) ); in skip() 415 nBytesLeft -= nBlockLen; in skip()
|
| /AOO41X/main/vcl/unx/generic/desktopdetect/ |
| H A D | desktopdetector.cxx | 167 unsigned long nBytesLeft = 0; in KDEVersion() local 178 &nBytesLeft, in KDEVersion()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 4294 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ImportShape() local 4297 while( 5 < nBytesLeft ) in ImportShape() 4310 nBytesLeft -= 6; in ImportShape() 5133 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ProcessObj() local 5136 while( 5 < nBytesLeft ) in ProcessObj() 5153 nBytesLeft -= 6; in ProcessObj()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par.cxx | 552 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ProcessObj() local 555 while( 5 < nBytesLeft ) in ProcessObj() 572 nBytesLeft -= 6; in ProcessObj()
|