Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1457 SvMemoryStream* pEscherStrm = new SvMemoryStream; in CreateEscher() local
1458 pEscherStrm->SetNumberFormatInt(NUMBERFORMAT_INT_LITTLEENDIAN); in CreateEscher()
1459 pEscher = new SwEscherEx(pEscherStrm, *this); in CreateEscher()
1513 … : EscherEx( EscherExGlobalRef( new SwEscherExGlobal ), *pStrm), rWrt(rWW8Wrt), pEscherStrm(pStrm) in SwBasicEscherEx()
2198 mxGlobal->WriteBlibStoreEntry(*pEscherStrm, 1, sal_True, nEndPos); in WritePictures()
2201 *pEscherStrm << *pPicStrm; in WritePictures()
2369 pEscherStrm->Seek(0); in FinishEscher()
2370 *rWrt.pTableStrm << *pEscherStrm; in FinishEscher()
2371 delete pEscherStrm, pEscherStrm = 0; in FinishEscher()
H A Descher.hxx106 SvStream* pEscherStrm; member in SwBasicEscherEx