Home
last modified time | relevance | path

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

/trunk/main/oox/source/helper/
H A Dbinarystreambase.cxx57 sal_Int64 nSkipSize = (nAnchorPos < nStrmPos) ? in alignToBlock() local
/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx340 sal_uInt16 nSkipSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in skip() local
422 …sal_Int32 nSkipSize = b16BitChars ? getMaxRawReadSize( 2 * nCharsLeft, 2 ) : getMaxRawReadSize( nC… in skipUniStringChars() local
/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
/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx325 sal_Int32 nSkipSize = ::std::min( nBytesToSkip, maBuffer.getLength() - mnBufferPos ); in skipBytes() local

Completed in 21 milliseconds