Searched refs:refStrm (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 44 WW8Glossary::WW8Glossary(SvStorageStreamRef &refStrm, sal_uInt8 nVersion, in WW8Glossary() argument 46 : pGlossary(0), rStrm(refStrm), xStg(pStg), nStrings(0) in WW8Glossary() 48 refStrm->SetNumberFormatInt(NUMBERFORMAT_INT_LITTLEENDIAN); in WW8Glossary() 49 WW8Fib aWwFib(*refStrm, nVersion); in WW8Glossary() 60 new WW8GlossaryFib(*refStrm, nVersion, *xTableStream, aWwFib); in WW8Glossary()
|
H A D | ww8par.cxx | 5448 SvStorageStreamRef refStrm; // damit uns keiner den Stream klaut in Read() local 5474 nRet = OpenMainStream( refStrm, nOldBuffSize ); in Read() 5475 pIn = &refStrm; in Read() 5507 if( refStrm.Is() ) in Read() 5509 refStrm->SetBufferSize( nOldBuffSize ); in Read() 5510 refStrm.Clear(); in Read() 5536 SvStorageStreamRef refStrm; in ReadGlossaries() local 5537 if (!pThis->OpenMainStream(refStrm, nOldBuffSize)) in ReadGlossaries() 5539 WW8Glossary aGloss( refStrm, 8, pStg ); in ReadGlossaries()
|
H A D | ww8glsy.hxx | 64 WW8Glossary( SvStorageStreamRef &refStrm, sal_uInt8 nVersion, SvStorage *pStg=0);
|
/aoo4110/main/sw/source/core/graphic/ |
H A D | ndgrf.cxx | 976 …uno::Reference< io::XStream > refStrm = _refPics->openStreamElement( _aStrmName, embed::ElementMod… in _GetStreamForEmbedGrf() local 977 pStrm = utl::UcbStreamHelper::CreateStream( refStrm ); in _GetStreamForEmbedGrf()
|
Completed in 41 milliseconds