Home
last modified time | relevance | path

Searched refs:pStStrm (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3870 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 …]
H A Dww8par2.hxx279 SvStream* pStStrm; // Input-File member in WW8RStyle