Lines Matching refs:pTableStream

396     : SvxMSDffManager(*rRdr.pTableStream, rRdr.GetBaseURL(), rRdr.pWwFib->fcDggInfo,  in SwMSDffManager()
3706 , pTableStream(0) in SwWW8ImplReader()
4194 pTableStream->Seek(pWwFib->fcCmds); in StoreMacroCmds()
4204 pTableStream->Read(pBuffer, pWwFib->lcbCmds); in StoreMacroCmds()
4220 WW8ReadSTTBF(!bVer67, *pTableStream, pWwFib->fcStwUser, in ReadDocVars()
4297 … (new ::ww8::WW8Sttb<ww8::WW8Struct>(*pTableStream, pWwFib->fcSttbfAssoc, pWwFib->lcbSttbfAssoc)); in CoreLoad()
4352 pTableStream->Seek(pWwFib->fcSttbttmbd); in CoreLoad()
4354 *pTableStream >> nZeros; in CoreLoad()
4356 *pTableStream >> nNoEntries; in CoreLoad()
4358 *pTableStream >> nUnknown1; in CoreLoad()
4360 *pTableStream >> nUnknown2; in CoreLoad()
4365 *pTableStream >> nOffset; in CoreLoad()
4368 *pTableStream >> nUnknown3; in CoreLoad()
4370 *pTableStream >> nUnknown4; in CoreLoad()
4391 pFonts = new WW8Fonts( *pTableStream, *pWwFib ); in CoreLoad()
4394 pWDop = new WW8Dop( *pTableStream, pWwFib->nFib, pWwFib->fcDop, in CoreLoad()
4405 ReadRevMarkAuthorStrTabl( *pTableStream, in CoreLoad()
4414 WW8ReadSTTBF(!bVer67, *pTableStream, pWwFib->fcSttbFnm, in CoreLoad()
4430 pLstManager = new WW8ListManager( *pTableStream, *this ); in CoreLoad()
4453 pSBase = new WW8ScannerBase(pStrm,pTableStream,pDataStream,pWwFib); in CoreLoad()
4501 pHdFt = new WW8PLCF_HdFt( pTableStream, *pWwFib, *pWDop ); in CoreLoad()
4534 WW8PLCF aPlc(pTableStream, pWwFib->fcPlcfglsy, pWwFib->lcbPlcfglsy, 0); in CoreLoad()
4684 pTableStream = 0; in CoreLoad()
4796 pTableStream = pStrm; in SetSubStreams()
4811 pTableStream = &rTableStream; in SetSubStreams()
4812 pTableStream->SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN ); in SetSubStreams()
5045 pTableStream->Seek(0); in LoadThroughDecryption()
5047 *pTableStream >> nEncType; in LoadThroughDecryption()
5088 if (!pTableStream || pTableStream == pStrm) in LoadThroughDecryption()
5089 pTableStream = &aDecryptMain; in LoadThroughDecryption()
5093 DecryptXOR(aCtx, *pTableStream, aDecryptTable); in LoadThroughDecryption()
5094 pTableStream = &aDecryptTable; in LoadThroughDecryption()
5116 pTableStream->Read(aDocId, 16); in LoadThroughDecryption()
5118 pTableStream->Read(aSaltData, 16); in LoadThroughDecryption()
5120 pTableStream->Read(aSaltHash, 16); in LoadThroughDecryption()
5129 DecryptRC4(aCtx, *pTableStream, aDecryptTable); in LoadThroughDecryption()
5130 pTableStream = &aDecryptTable; in LoadThroughDecryption()
5328 SvStream& rStrm = *pTableStream; in GetAnnotationAuthor()