Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx266 sal_uInt32 nStreamPosition = 0, nPSPosition = 0; // -Wall warning, unset, check in WritePS() local
348 nPSPosition = rTargetStream.Tell(); in WritePS()
350 rTargetStream << nPSPosition - 30; // size of tiff gfx in WritePS()
351 rTargetStream.Seek( nPSPosition ); in WritePS()
403 rTargetStream << nPSPosition; in WritePS()
404 rTargetStream << nPosition - nPSPosition; in WritePS()

Completed in 22 milliseconds