Home
last modified time | relevance | path

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

/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx281 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()
/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx66 mnRelPos ( 0 ), in SwAsCharAnchoredObjectPosition()
344 mnRelPos = nRelPos; in CalcPosition()
434 return mnRelPos; in GetRelPosY()
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx438 … { return getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, mnSize - mnRelPos ); } in getMaxBytes()
443 sal_Int64 mnRelPos; member in oox::RelativeInputStream
/trunk/main/sw/source/core/inc/
H A Dascharanchoredobjectposition.hxx68 SwTwips mnRelPos; member in objectpositioning::SwAsCharAnchoredObjectPosition

Completed in 24 milliseconds