Searched refs:mnRelPos (Results 1 – 4 of 4) sorted by relevance
281 mnRelPos( 0 ) in RelativeInputStream()295 return mpInStrm ? mnRelPos : -1; in tell()302 mnRelPos = getLimitedValue< sal_Int64, sal_Int64 >( nPos, 0, mnSize ); in seek()303 mpInStrm->seek( mnStartPos + mnRelPos ); in seek()304 mbEof = (mnRelPos != nPos) || mpInStrm->isEof(); in seek()321 mnRelPos += nReadBytes; in readData()334 mnRelPos += nReadBytes; in readMemory()346 mnRelPos += nSkipBytes; in skip()
66 mnRelPos ( 0 ), in SwAsCharAnchoredObjectPosition()344 mnRelPos = nRelPos; in CalcPosition()434 return mnRelPos; in GetRelPosY()
438 … { return getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, mnSize - mnRelPos ); } in getMaxBytes()443 sal_Int64 mnRelPos; member in oox::RelativeInputStream
68 SwTwips mnRelPos; member in objectpositioning::SwAsCharAnchoredObjectPosition
Completed in 386 milliseconds