Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxeescher.hxx41 class XclExpDffAnchorBase : public EscherExClientAnchor_Base, protected XclExpRoot class
45 explicit XclExpDffAnchorBase( const XclExpRoot& rRoot, sal_uInt16 nFlags = 0 );
69 class XclExpDffSheetAnchor : public XclExpDffAnchorBase
83 class XclExpDffEmbeddedAnchor : public XclExpDffAnchorBase
100 class XclExpDffNoteAnchor : public XclExpDffAnchorBase
107 class XclExpDffDropDownAnchor : public XclExpDffAnchorBase
403 virtual XclExpDffAnchorBase* CreateDffAnchor() const;
451 virtual XclExpDffAnchorBase* CreateDffAnchor() const override;
H A Dxcl97esc.hxx45 class XclExpDffAnchorBase;
87 XclExpDffAnchorBase* CreateDffAnchor( const SdrObject& rSdrObj ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxeescher.hxx44 class XclExpDffAnchorBase : public EscherExClientAnchor_Base, protected XclExpRoot class
48 explicit XclExpDffAnchorBase( const XclExpRoot& rRoot, sal_uInt16 nFlags = 0 );
72 class XclExpDffSheetAnchor : public XclExpDffAnchorBase
86 class XclExpDffEmbeddedAnchor : public XclExpDffAnchorBase
103 class XclExpDffNoteAnchor : public XclExpDffAnchorBase
110 class XclExpDffDropDownAnchor : public XclExpDffAnchorBase
407 virtual XclExpDffAnchorBase* CreateDffAnchor() const;
455 virtual XclExpDffAnchorBase* CreateDffAnchor() const override;
H A Dxcl97esc.hxx46 class XclExpDffAnchorBase;
88 XclExpDffAnchorBase* CreateDffAnchor( const SdrObject& rSdrObj ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeescher.cxx242 XclExpDffAnchorBase::XclExpDffAnchorBase( const XclExpRoot& rRoot, sal_uInt16 nFlags ) : in XclExpDffAnchorBase() function in XclExpDffAnchorBase
248 void XclExpDffAnchorBase::SetFlags( const SdrObject& rSdrObj ) in SetFlags()
253 void XclExpDffAnchorBase::SetSdrObject( const SdrObject& rSdrObj ) in SetSdrObject()
259 void XclExpDffAnchorBase::WriteDffData( EscherEx& rEscherEx ) const in WriteDffData()
273 void XclExpDffAnchorBase::ImplSetFlags( const SdrObject& ) in ImplSetFlags()
284 XclExpDffAnchorBase( rRoot ), in XclExpDffSheetAnchor()
305 XclExpDffAnchorBase( rRoot ), in XclExpDffEmbeddedAnchor()
323 XclExpDffAnchorBase( rRoot, EXC_ESC_ANCHOR_SIZELOCKED ) in XclExpDffNoteAnchor()
329 XclExpDffAnchorBase( rRoot, EXC_ESC_ANCHOR_POSLOCKED ) in XclExpDffDropDownAnchor()
1783 XclExpDffAnchorBase* XclExpObjectManager::CreateDffAnchor() const in CreateDffAnchor()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeescher.cxx249 XclExpDffAnchorBase::XclExpDffAnchorBase( const XclExpRoot& rRoot, sal_uInt16 nFlags ) : in XclExpDffAnchorBase() function in XclExpDffAnchorBase
255 void XclExpDffAnchorBase::SetFlags( const SdrObject& rSdrObj ) in SetFlags()
260 void XclExpDffAnchorBase::SetSdrObject( const SdrObject& rSdrObj ) in SetSdrObject()
266 void XclExpDffAnchorBase::WriteDffData( EscherEx& rEscherEx ) const in WriteDffData()
280 void XclExpDffAnchorBase::ImplSetFlags( const SdrObject& ) in ImplSetFlags()
291 XclExpDffAnchorBase( rRoot ), in XclExpDffSheetAnchor()
312 XclExpDffAnchorBase( rRoot ), in XclExpDffEmbeddedAnchor()
330 XclExpDffAnchorBase( rRoot, EXC_ESC_ANCHOR_SIZELOCKED ) in XclExpDffNoteAnchor()
336 XclExpDffAnchorBase( rRoot, EXC_ESC_ANCHOR_POSLOCKED ) in XclExpDffDropDownAnchor()
1788 XclExpDffAnchorBase* XclExpObjectManager::CreateDffAnchor() const in CreateDffAnchor()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/
H A Dxcl97esc.cxx155 XclExpDffAnchorBase* XclEscherEx::CreateDffAnchor( const SdrObject& rSdrObj ) const in CreateDffAnchor()
158 XclExpDffAnchorBase* pAnchor = mrObjMgr.CreateDffAnchor(); in CreateDffAnchor()
278 XclExpDffAnchorBase* pAnchor = mrObjMgr.CreateDffAnchor(); in StartShape()
H A Dxcl97rec.cxx404 std::unique_ptr< XclExpDffAnchorBase > xDffAnchor( mrEscherEx.CreateDffAnchor( *pSdrObj ) ); in ImplWriteAnchor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/
H A Dxcl97esc.cxx154 XclExpDffAnchorBase* XclEscherEx::CreateDffAnchor( const SdrObject& rSdrObj ) const in CreateDffAnchor()
157 XclExpDffAnchorBase* pAnchor = mrObjMgr.CreateDffAnchor(); in CreateDffAnchor()
277 XclExpDffAnchorBase* pAnchor = mrObjMgr.CreateDffAnchor(); in StartShape()
H A Dxcl97rec.cxx412 std::unique_ptr< XclExpDffAnchorBase > xDffAnchor( mrEscherEx.CreateDffAnchor( *pSdrObj ) ); in ImplWriteAnchor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog149955 …> #3 0x2b30c4e4b4f4 in XclExpDffAnchorBase::WriteData(EscherEx&, tools::Rectangle const&) /sc/…