Home
last modified time | relevance | path

Searched refs:nBytesLeft (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx552 sal_uInt32 nBytesLeft = maShapeRecords.Current()->nRecLen; in ProcessObj() local
555 while( 5 < nBytesLeft ) in ProcessObj()
572 nBytesLeft -= 6; in ProcessObj()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4307 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/vcl/unx/generic/app/
H A Dwmadaptor.cxx252 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/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx167 unsigned long nBytesLeft = 0; in KDEVersion() local
178 &nBytesLeft, in KDEVersion()
/trunk/main/sw/source/filter/inc/
H A Dfltbase.hxx60 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/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx136 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 Dlotform.cxx427 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 Dop.cxx172 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/sc/source/filter/inc/
H A Dformel.hxx223 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/sc/source/filter/excel/
H A Dxistream.cxx303 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 Dxestream.cxx242 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 Dfrmbase.cxx250 nBytesLeft( 0 ) in LotusConverterBase()
275 nBytesLeft = 0; in Reset()
/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx235 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()
H A Dbiffinputstream.cxx314 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 Dbiffoutputstream.cxx137 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()
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx409 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()

Completed in 170 milliseconds