Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Descher.hxx86 class SwEscherExGlobal : public EscherExGlobal class
89 explicit SwEscherExGlobal();
90 virtual ~SwEscherExGlobal();
H A Dwrtw8esh.cxx1480 if( SvStream* pPicStrm = static_cast< SwEscherExGlobal& >( *mxGlobal ).GetPictureStream() ) in WritePictures()
1496 SwEscherExGlobal::SwEscherExGlobal() in SwEscherExGlobal() function in SwEscherExGlobal
1500 SwEscherExGlobal::~SwEscherExGlobal() in ~SwEscherExGlobal()
1504 SvStream* SwEscherExGlobal::ImplQueryPictureStream() in ImplQueryPictureStream()
1513 … : EscherEx( EscherExGlobalRef( new SwEscherExGlobal ), *pStrm), rWrt(rWW8Wrt), pEscherStrm(pStrm) in SwBasicEscherEx()
2194 if( SvStream* pPicStrm = static_cast< SwEscherExGlobal& >( *mxGlobal ).GetPictureStream() ) in WritePictures()