Home
last modified time | relevance | path

Searched refs:xTableStream (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx52 SvStorageStreamRef xTableStream; // ist bei Ver6-7 mit xStrm identisch, variable
121 indent( *pOut, *xTableStream ); in Dump_LVL()
126 *xTableStream >> nStart >> nfc >> nFlags; in Dump_LVL()
127 xTableStream->Read( aOfsNumsXCH, 9 ); in Dump_LVL()
128 *xTableStream >> ixchFollow >> dxaSpace >> dxaIndent in Dump_LVL()
130 xTableStream->SeekRel( 2 ); in Dump_LVL()
148 sal_uLong nXPos = xTableStream->Tell(); in Dump_LVL()
149 DumpSprms( pWwFib->nVersion, *xTableStream, cbPapx ); in Dump_LVL()
150 xTableStream->Seek( nXPos + cbPapx ); in Dump_LVL()
154 sal_uLong nXPos = xTableStream->Tell(); in Dump_LVL()
[all …]
H A Dww8dout.cxx38 extern SvStorageStreamRef xTableStream;
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx52 xTableStream = pStg->OpenSotStream(String::CreateFromAscii( in WW8Glossary()
55 if (xTableStream.Is() && SVSTREAM_OK == xTableStream->GetError()) in WW8Glossary()
57 xTableStream->SetNumberFormatInt(NUMBERFORMAT_INT_LITTLEENDIAN); in WW8Glossary()
59 new WW8GlossaryFib(*refStrm, nVersion, *xTableStream, aWwFib); in WW8Glossary()
210 WW8ReadSTTBF(true, *xTableStream, pGlossary->fcSttbfglsy, in Load()
H A Dww8glsy.hxx71 SvStorageStreamRef xTableStream; member in WW8Glossary
H A Dww8par.cxx5017 SvStorageStreamRef xTableStream, xDataStream; in LoadThroughDecryption() local
5020 nErrRet = SetSubStreams(xTableStream, xDataStream); in LoadThroughDecryption()