/trunk/main/sw/source/filter/inc/ |
H A D | fltbase.hxx | 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() 117 pIn->SeekRel( nBytesLeft ); in ClearBytesLeft() [all …]
|
/trunk/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 242 sal_Size nBytesLeft = nBytes; in WriteZeroBytes() local 243 while( nBytesLeft > 0 ) in WriteZeroBytes() 247 nBytesLeft -= nWriteLen; in WriteZeroBytes() 275 if( nBytesLeft > 0 ) in CopyFromStream() 288 nBytesLeft -= nWriteRet; in CopyFromStream() 471 sal_Size nBytesLeft = nBytes; in WriteRawZeroBytes() local 475 nBytesLeft -= sizeof( nData ); in WriteRawZeroBytes() 477 if( nBytesLeft ) in WriteRawZeroBytes() 651 sal_uInt16 nBytesLeft = nSize; in EncryptBytes() local 653 while (nBytesLeft > 0) in EncryptBytes() [all …]
|
H A D | xistream.cxx | 303 sal_uInt16 nBytesLeft = nBytes; in OnRead() local 304 while( nBytesLeft ) in OnRead() 317 nBytesLeft = nBytesLeft - nDecBytes; in OnRead() 804 sal_Size nBytesLeft = nBytes; in Read() local 814 nBytesLeft -= nReadRet; in Read() 830 sal_Size nBytesLeft = nBytes; in CopyToStream() local 837 nBytesLeft -= nReadSize; in CopyToStream() 878 sal_Size nBytesLeft = nBytes; in Ignore() local 879 while( mbValid && (nBytesLeft > 0) ) in Ignore() 884 nBytesLeft -= nReadSize; in Ignore() [all …]
|
H A D | frmbase.cxx | 250 nBytesLeft( 0 ) in LotusConverterBase() 275 nBytesLeft = 0; in Reset()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 252 unsigned long nBytesLeft = 0; in WMAdaptor() local 323 &nBytesLeft, in WMAdaptor() 359 &nBytesLeft, in WMAdaptor() 376 &nBytesLeft, in WMAdaptor() 397 &nBytesLeft, in WMAdaptor() 438 unsigned long nBytesLeft = 0; in NetWMAdaptor() local 632 unsigned long nBytesLeft = 0; in GnomeWMAdaptor() local 837 unsigned long nBytesLeft = 0; in getNetWmName() local 2024 } while( nBytesLeft > 0 ); in handlePropertyNotify() 2300 unsigned long nBytesLeft = 0; in getCurrentWorkArea() local [all …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/vcl/unx/generic/desktopdetect/ |
H A D | desktopdetector.cxx | 167 unsigned long nBytesLeft = 0; in KDEVersion() local 178 &nBytesLeft, in KDEVersion()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4307 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ImportShape() local 4310 while( 5 < nBytesLeft ) in ImportShape() 4323 nBytesLeft -= 6; in ImportShape() 5146 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ProcessObj() local 5149 while( 5 < nBytesLeft ) in ProcessObj() 5166 nBytesLeft -= 6; in ProcessObj()
|
/trunk/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()
|