Searched refs:EscherEx (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1038 friend class EscherEx; 1285 class EscherEx; 1297 virtual void WriteData( EscherEx& rEx ) const = 0; 1311 virtual void WriteData( EscherEx& rEx, 1345 void WriteClientAnchor( EscherEx& rEx, const Rectangle& rRect ) in WriteClientAnchor() 1347 void WriteClientData( EscherEx& rEx ) in WriteClientData() 1349 void WriteClientTextbox( EscherEx& rEx ) in WriteClientTextbox() 1444 class MSFILTER_DLLPUBLIC EscherEx : public EscherPersistTable class 1471 virtual ~EscherEx(); 1611 EscherEx( const EscherEx& ); [all …]
|
/aoo4110/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 72 ImplEESdrWriter::ImplEESdrWriter( EscherEx& rEx ) in ImplEESdrWriter() 919 ImplEscherExSdr::ImplEscherExSdr( EscherEx& rEx ) in ImplEscherExSdr() 1039 void EscherEx::AddSdrPage( const SdrPage& rPage ) in AddSdrPage() 1047 void EscherEx::AddUnoShapes( const Reference< XShapes >& rxShapes ) in AddUnoShapes() 1055 sal_uInt32 EscherEx::AddSdrObject( const SdrObject& rObj ) in AddSdrObject() 1066 void EscherEx::EndSdrObjectPage() in EndSdrObjectPage() 1080 void EscherEx::EndShape( sal_uInt16 /* nShapeType */, sal_uInt32 /* nShapeID */ ) in EndShape() 1086 sal_uInt32 EscherEx::QueryTextID( const Reference< XShape >&, sal_uInt32 ) in QueryTextID() 1093 sal_uInt32 EscherEx::AddDummyShape() in AddDummyShape() 1107 const SdrObject* EscherEx::GetSdrObject( const Reference< XShape >& rShape ) in GetSdrObject() [all …]
|
H A D | eschesdo.hxx | 99 class EscherEx; 115 EscherEx* mpEscherEx; 147 ImplEESdrWriter( EscherEx& rEx ); 190 ImplEscherExSdr( EscherEx& rEx );
|
H A D | escherex.cxx | 5071 EscherEx::EscherEx( const EscherExGlobalRef& rxGlobal, SvStream& rOutStrm ) : in EscherEx() function in EscherEx 5085 EscherEx::~EscherEx() in ~EscherEx() 5220 sal_uInt32 EscherEx::GetPersistOffset( sal_uInt32 nKey ) in GetPersistOffset() 5227 sal_Bool EscherEx::DoSeek( sal_uInt32 nKey ) in DoSeek() 5243 sal_Bool EscherEx::SeekToPersistOffset( sal_uInt32 nKey ) in SeekToPersistOffset() 5322 void EscherEx::CloseContainer() in CloseContainer() 5362 void EscherEx::BeginAtom() in BeginAtom() 5388 void EscherEx::AddChildAnchor( const Rectangle& rRect ) in AddChildAnchor() 5399 void EscherEx::AddClientAnchor( const Rectangle& rRect ) in AddClientAnchor() 5410 EscherExHostAppData* EscherEx::EnterAdditionalTextGroup() in EnterAdditionalTextGroup() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.hxx | 36 class RtfSdrExport : public EscherEx 77 using EscherEx::StartShape; 83 using EscherEx::EndShape; 93 using EscherEx::EnterGroup;
|
H A D | rtfsdrexport.cxx | 68 : EscherEx( EscherExGlobalRef( new EscherExGlobal ), *( new SvNullStream )), in RtfSdrExport() 90 EscherEx::OpenContainer( nEscherContainer, nRecInstance ); in OpenContainer() 116 EscherEx::CloseContainer(); in CloseContainer() 578 return EscherEx::AddSdrObject(rObj); in AddSdrObject()
|
H A D | escher.hxx | 43 void WriteData(EscherEx& rEx) const; 101 class SwBasicEscherEx : public EscherEx
|
H A D | wrtw8esh.cxx | 1431 void WinwordAnchoring::WriteData( EscherEx& rEx ) const in WriteData() 1525 … : EscherEx( EscherExGlobalRef( new SwEscherExGlobal ), *pStrm), rWrt(rWW8Wrt), pEscherStrm(pStrm) in SwBasicEscherEx()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xcl97esc.hxx | 71 class XclEscherEx : public EscherEx, protected XclExpRoot 171 virtual void WriteData( EscherEx& rEx ) const; 194 virtual void WriteData( EscherEx& rEx ) const;
|
H A D | xeescher.hxx | 51 void WriteDffData( EscherEx& rEscherEx ) const; 55 virtual void WriteData( EscherEx& rEscherEx, const Rectangle& rRect );
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | escherex.hxx | 45 class PptEscherEx : public EscherEx 69 using EscherEx::EnterGroup;
|
H A D | escherex.cxx | 37 EscherEx( EscherExGlobalRef( new EscherExGlobal ), rOutStrm ) in PptEscherEx()
|
/aoo4110/main/oox/inc/oox/export/ |
H A D | vmlexport.hxx | 37 class OOX_DLLPUBLIC VMLExport : public EscherEx 67 using EscherEx::AddSdrObject;
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | xcl97esc.cxx | 103 …EscherEx( pParent ? pParent->mxGlobal : EscherExGlobalRef( new XclEscherExGlobal( rRoot ) ), rStrm… in XclEscherEx() 526 void XclEscherClientData::WriteData( EscherEx& rEx ) const in WriteData() 544 void XclEscherClientTextbox::WriteData( EscherEx& /*rEx*/ ) const in WriteData()
|
/aoo4110/main/oox/source/export/ |
H A D | vmlexport.cxx | 63 : EscherEx( *( new SvNullStream ), 0 ), in VMLExport() 83 EscherEx::OpenContainer( nEscherContainer, nRecInstance ); in OpenContainer() 122 EscherEx::CloseContainer(); in CloseContainer()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xeescher.cxx | 105 void XclExpDffAnchorBase::WriteDffData( EscherEx& rEscherEx ) const in WriteDffData() 111 void XclExpDffAnchorBase::WriteData( EscherEx& rEscherEx, const Rectangle& rRect ) in WriteData()
|
Completed in 380 milliseconds