Searched refs:pStStrm (Results 1 – 2 of 2) sorted by relevance
3870 pStStrm->Seek(nPosFc); in ImportSprms()3871 pStStrm->Read(pSprms, nLen); in ImportSprms()3907 nLen = nLen - WW8SkipEven( pStStrm ); in ImportUPX()3909 nLen = nLen - WW8SkipOdd( pStStrm ); in ImportUPX()3911 *pStStrm >> cbUPX; in ImportUPX()3923 *pStStrm >> id; in ImportUPX()3931 sal_Size nPos = pStStrm->Tell(); // falls etwas falsch interpretiert in ImportUPX()3935 if ( pStStrm->Tell() != nPos + cbUPX ) in ImportUPX()3936 pStStrm->Seek( nPos+cbUPX ); in ImportUPX()3950 nLen = nLen - WW8SkipEven( pStStrm ); in ImportGrupx()[all …]
279 SvStream* pStStrm; // Input-File member in WW8RStyle