Searched refs:nOutLength (Results 1 – 2 of 2) sorted by relevance
158 sal_uInt64 nOutLength = 0; in WritePS() local161 pFile->write (pString, nInLength, nOutLength); in WritePS()163 return nInLength == nOutLength; in WritePS()169 sal_uInt64 nOutLength = 0; in WritePS() local172 pFile->write (pString, nInLength, nOutLength); in WritePS()174 return nInLength == nOutLength; in WritePS()181 sal_uInt64 nOutLength = 0; in WritePS() local184 pFile->write( rString.getStr(), nInLength, nOutLength); in WritePS()186 return nInLength == nOutLength; in WritePS()
1264 sal_uInt64 nOutLength; in DrawEPS() local1265 mpPageBody->write( pPtr, nSize, nOutLength ); in DrawEPS()1266 bSuccess = nOutLength == nSize; in DrawEPS()
Completed in 10 milliseconds