Searched refs:pEscherStrm (Results 1 – 2 of 2) sorted by relevance
1457 SvMemoryStream* pEscherStrm = new SvMemoryStream; in CreateEscher() local1458 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()
106 SvStream* pEscherStrm; member in SwBasicEscherEx