Lines Matching refs:pS
31 void EQNOLEFILEHDR::Read(SvStorageStream *pS) in Read() argument
33 *pS >> nCBHdr; in Read()
34 *pS >> nVersion; in Read()
35 *pS >> nCf; in Read()
36 *pS >> nCBObject; in Read()
37 *pS >> nReserved1; in Read()
38 *pS >> nReserved2; in Read()
39 *pS >> nReserved3; in Read()
40 *pS >> nReserved4; in Read()
44 void EQNOLEFILEHDR::Write(SvStorageStream *pS) in Write() argument
46 *pS << nCBHdr; in Write()
47 *pS << nVersion; in Write()
48 *pS << nCf; in Write()
49 *pS << nCBObject; in Write()
50 *pS << nReserved1; in Write()
51 *pS << nReserved2; in Write()
52 *pS << nReserved3; in Write()
53 *pS << nReserved4; in Write()
70 SvStorageStream *pS = &xSrc; in GetMathTypeVersion() local
71 pS->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in GetMathTypeVersion()
74 aHdr.Read(pS); in GetMathTypeVersion()
75 *pS >> nVer; in GetMathTypeVersion()
77 if (!pS->GetError()) in GetMathTypeVersion()