Home
last modified time | relevance | path

Searched refs:nSkipSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx340 sal_uInt16 nSkipSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in skip() local
342 if( nSkipSize > 0 ) in skip()
344 maRecBuffer.skip( nSkipSize ); in skip()
345 nBytesLeft -= nSkipSize; in skip()
422 …sal_Int32 nSkipSize = b16BitChars ? getMaxRawReadSize( 2 * nCharsLeft, 2 ) : getMaxRawReadSize( nC… in skipUniStringChars() local
423 skip( nSkipSize ); in skipUniStringChars()
426 nCharsLeft -= (b16BitChars ? (nSkipSize / 2) : nSkipSize); in skipUniStringChars()
/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx325 sal_Int32 nSkipSize = ::std::min( nBytesToSkip, maBuffer.getLength() - mnBufferPos ); in skipBytes() local
326 mnBufferPos += nSkipSize; in skipBytes()
327 nBytesToSkip -= nSkipSize; in skipBytes()
/trunk/main/oox/source/helper/
H A Dbinarystreambase.cxx57 sal_Int64 nSkipSize = (nAnchorPos < nStrmPos) ? in alignToBlock() local
60 seek( nStrmPos + nSkipSize ); in alignToBlock()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx280 …sal_Int32 nSkipSize = getLimitedValue< sal_Int32, sal_Int32 >( nElemCount, 0, SAL_MAX_INT32 / size… in skipArray() local
281 skip( nSkipSize, sizeof( Type ) ); in skipArray()

Completed in 29 milliseconds