Searched refs:xTableStream (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | dump8a.cxx | 52 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 D | ww8dout.cxx | 38 extern SvStorageStreamRef xTableStream;
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8glsy.cxx | 52 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 D | ww8glsy.hxx | 71 SvStorageStreamRef xTableStream; member in WW8Glossary
|
| H A D | ww8par.cxx | 5017 SvStorageStreamRef xTableStream, xDataStream; in LoadThroughDecryption() local 5020 nErrRet = SetSubStreams(xTableStream, xDataStream); in LoadThroughDecryption()
|