Home
last modified time | relevance | path

Searched refs:nOutLength (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1264 sal_uInt64 nOutLength; in DrawEPS() local
1265 mpPageBody->write( pPtr, nSize, nOutLength ); in DrawEPS()
1266 bSuccess = nOutLength == nSize; in DrawEPS()
H A Dpsputil.cxx158 sal_uInt64 nOutLength = 0; in WritePS() local
161 pFile->write (pString, nInLength, nOutLength); in WritePS()
163 return nInLength == nOutLength; in WritePS()
169 sal_uInt64 nOutLength = 0; in WritePS() local
172 pFile->write (pString, nInLength, nOutLength); in WritePS()
174 return nInLength == nOutLength; in WritePS()
181 sal_uInt64 nOutLength = 0; in WritePS() local
184 pFile->write( rString.getStr(), nInLength, nOutLength); in WritePS()
186 return nInLength == nOutLength; in WritePS()

Completed in 13 milliseconds