Home
last modified time | relevance | path

Searched refs:XclExpDffAnchorBase (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sc/source/filter/inc/
H A Dxeescher.hxx39 class XclExpDffAnchorBase : public EscherExClientAnchor_Base, protected XclExpRoot class
43 explicit XclExpDffAnchorBase( const XclExpRoot& rRoot, sal_uInt16 nFlags = 0 );
69 class XclExpDffSheetAnchor : public XclExpDffAnchorBase
85 class XclExpDffEmbeddedAnchor : public XclExpDffAnchorBase
104 class XclExpDffNoteAnchor : public XclExpDffAnchorBase
113 class XclExpDffDropDownAnchor : public XclExpDffAnchorBase
371 virtual XclExpDffAnchorBase* CreateDffAnchor() const;
421 virtual XclExpDffAnchorBase* CreateDffAnchor() const;
H A Dxcl97esc.hxx60 class XclExpDffAnchorBase;
98 XclExpDffAnchorBase* CreateDffAnchor( const SdrObject& rSdrObj ) const;
/aoo42x/main/sc/source/filter/excel/
H A Dxeescher.cxx88 XclExpDffAnchorBase::XclExpDffAnchorBase( const XclExpRoot& rRoot, sal_uInt16 nFlags ) : in XclExpDffAnchorBase() function in XclExpDffAnchorBase
94 void XclExpDffAnchorBase::SetFlags( const SdrObject& rSdrObj ) in SetFlags()
99 void XclExpDffAnchorBase::SetSdrObject( const SdrObject& rSdrObj ) in SetSdrObject()
105 void XclExpDffAnchorBase::WriteDffData( EscherEx& rEscherEx ) const in WriteDffData()
118 void XclExpDffAnchorBase::ImplSetFlags( const SdrObject& ) in ImplSetFlags()
123 void XclExpDffAnchorBase::ImplCalcAnchorRect( const Rectangle&, MapUnit ) in ImplCalcAnchorRect()
131 XclExpDffAnchorBase( rRoot ), in XclExpDffSheetAnchor()
152 XclExpDffAnchorBase( rRoot ), in XclExpDffEmbeddedAnchor()
172 XclExpDffAnchorBase( rRoot, EXC_ESC_ANCHOR_SIZELOCKED ) in XclExpDffNoteAnchor()
180 XclExpDffAnchorBase( rRoot, EXC_ESC_ANCHOR_POSLOCKED ) in XclExpDffDropDownAnchor()
[all …]
/aoo42x/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx172 XclExpDffAnchorBase* XclEscherEx::CreateDffAnchor( const SdrObject& rSdrObj ) const in CreateDffAnchor()
175 XclExpDffAnchorBase* pAnchor = mrObjMgr.CreateDffAnchor(); in CreateDffAnchor()
294 XclExpDffAnchorBase* pAnchor = mrObjMgr.CreateDffAnchor(); in StartShape()
H A Dxcl97rec.cxx184 ::std::auto_ptr< XclExpDffAnchorBase > xDffAnchor( mrEscherEx.CreateDffAnchor( *pSdrObj ) ); in ImplWriteAnchor()

Completed in 36 milliseconds