Searched refs:pStStrm (Results 1 – 2 of 2) sorted by relevance
3871 pStStrm->Seek(nPosFc); in ImportSprms()3872 pStStrm->Read(pSprms, nLen); in ImportSprms()3908 nLen = nLen - WW8SkipEven( pStStrm ); in ImportUPX()3910 nLen = nLen - WW8SkipOdd( pStStrm ); in ImportUPX()3912 *pStStrm >> cbUPX; in ImportUPX()3924 *pStStrm >> id; in ImportUPX()3932 sal_Size nPos = pStStrm->Tell(); // falls etwas falsch interpretiert in ImportUPX()3936 if ( pStStrm->Tell() != nPos + cbUPX ) in ImportUPX()3937 pStStrm->Seek( nPos+cbUPX ); in ImportUPX()3951 nLen = nLen - WW8SkipEven( pStStrm ); in ImportGrupx()[all …]
280 SvStream* pStStrm; // Input-File member in WW8RStyle