Home
last modified time | relevance | path

Searched refs:nOldJobDataSize (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Djobset.cxx337 sal_uInt16 nOldJobDataSize = SVBT16ToShort( pOldJobData->nSize ); in operator >>() local
348 sal_uInt8* pDriverData = ((sal_uInt8*)pOldJobData) + nOldJobDataSize; in operator >>()
409 sal_uInt16 nOldJobDataSize = sizeof( aOldJobData ); in operator <<() local
410 ShortToSVBT16( nOldJobDataSize, aOldJobData.nSize ); in operator <<()
430 rOStream.Write( (char*)&aOldJobData, nOldJobDataSize ); in operator <<()

Completed in 17 milliseconds