Home
last modified time | relevance | path

Searched refs:ControlModelBase (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ole/
H A Daxcontrolfragment.hxx34 class ControlModelBase;
44 ControlModelBase& rModel );
50 ControlModelBase& mrModel;
H A Daxcontrol.hxx346 class OOX_DLLPUBLIC ControlModelBase class
349 explicit ControlModelBase();
350 virtual ~ControlModelBase();
388 typedef std::shared_ptr< ControlModelBase > ControlModelRef;
392 class ComCtlModelBase : public ControlModelBase
472 class OOX_DLLPUBLIC AxControlModelBase : public ControlModelBase
912 ControlModelBase* createModelFromGuid( const OUString& rClassId );
917 const ControlModelBase* getModel() const { return mxModel.get(); } in getModel()
919 ControlModelBase* getModel() { return mxModel.get(); } in getModel()
H A Dolehelper.hxx52 class ControlModelBase;
136 ::oox::ole::ControlModelBase* mpModel;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ole/
H A Daxcontrolfragment.hxx35 class ControlModelBase;
45 ControlModelBase& rModel );
51 ControlModelBase& mrModel;
H A Daxcontrol.hxx347 class OOX_DLLPUBLIC ControlModelBase class
350 explicit ControlModelBase();
351 virtual ~ControlModelBase();
389 typedef std::shared_ptr< ControlModelBase > ControlModelRef;
393 class ComCtlModelBase : public ControlModelBase
471 class OOX_DLLPUBLIC AxControlModelBase : public ControlModelBase
911 ControlModelBase* createModelFromGuid( const OUString& rClassId );
916 const ControlModelBase* getModel() const { return mxModel.get(); } in getModel()
918 ControlModelBase* getModel() { return mxModel.get(); } in getModel()
H A Dolehelper.hxx55 class ControlModelBase;
139 ::oox::ole::ControlModelBase* mpModel;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Daxcontrolfragment.cxx44 …Context::AxControlPropertyContext( FragmentHandler2 const & rFragment, ControlModelBase& rModel ) : in AxControlPropertyContext()
101 if( ControlModelBase* pModel = mrControl.createModelFromGuid( aClassId ) ) in onCreateContext()
117 … if( ControlModelBase* pModel = mrControl.createModelFromGuid( aStrmClassId ) ) in onCreateContext()
150 … if (ControlModelBase* pModel = mrControl.createModelFromGuid(aClassId)) in onCreateContext()
H A Daxcontrol.cxx587 ControlModelBase::ControlModelBase() : in ControlModelBase() function in oox::ole::ControlModelBase
593 ControlModelBase::~ControlModelBase() in ~ControlModelBase()
597 OUString ControlModelBase::getServiceName() const in getServiceName()
640 void ControlModelBase::importProperty( sal_Int32 /*nPropId*/, const OUString& /*rValue*/ ) in importProperty()
644 void ControlModelBase::importPictureData( sal_Int32 /*nPropId*/, BinaryInputStream& /*rInStrm*/ ) in importPictureData()
648 void ControlModelBase::convertProperties( PropertyMap& /*rPropMap*/, const ControlConverter& /*rCon… in convertProperties()
652 void ControlModelBase::convertFromProperties( PropertySet& /*rPropMap*/, const ControlConverter& /*… in convertFromProperties()
656 void ControlModelBase::convertSize( PropertyMap& rPropMap, const ControlConverter& rConv ) const in convertSize()
699 ControlModelBase::convertProperties( rPropMap, rConv ); in convertProperties()
2667 ControlModelBase* EmbeddedControl::createModelFromGuid( const OUString& rClassId ) in createModelFromGuid()
H A Dolehelper.cxx427 if( ::oox::ole::ControlModelBase* pModel = aControl.createModelFromGuid( rGuidString ) ) in importControlFromStream()
H A Dvbacontrol.cxx627 const ControlModelBase* pCtrlModel = control->mxCtrlModel.get(); in finalizeEmbeddedControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Daxcontrolfragment.cxx45 …Context::AxControlPropertyContext( FragmentHandler2 const & rFragment, ControlModelBase& rModel ) : in AxControlPropertyContext()
102 if( ControlModelBase* pModel = mrControl.createModelFromGuid( aClassId ) ) in onCreateContext()
118 … if( ControlModelBase* pModel = mrControl.createModelFromGuid( aStrmClassId ) ) in onCreateContext()
151 … if (ControlModelBase* pModel = mrControl.createModelFromGuid(aClassId)) in onCreateContext()
H A Daxcontrol.cxx585 ControlModelBase::ControlModelBase() : in ControlModelBase() function in oox::ole::ControlModelBase
591 ControlModelBase::~ControlModelBase() in ~ControlModelBase()
595 OUString ControlModelBase::getServiceName() const in getServiceName()
638 void ControlModelBase::importProperty( sal_Int32 /*nPropId*/, const OUString& /*rValue*/ ) in importProperty()
642 void ControlModelBase::importPictureData( sal_Int32 /*nPropId*/, BinaryInputStream& /*rInStrm*/ ) in importPictureData()
646 void ControlModelBase::convertProperties( PropertyMap& /*rPropMap*/, const ControlConverter& /*rCon… in convertProperties()
650 void ControlModelBase::convertFromProperties( PropertySet& /*rPropMap*/, const ControlConverter& /*… in convertFromProperties()
654 void ControlModelBase::convertSize( PropertyMap& rPropMap, const ControlConverter& rConv ) const in convertSize()
692 ControlModelBase::convertProperties( rPropMap, rConv ); in convertProperties()
2660 ControlModelBase* EmbeddedControl::createModelFromGuid( const OUString& rClassId ) in createModelFromGuid()
H A Dolehelper.cxx429 if( ::oox::ole::ControlModelBase* pModel = aControl.createModelFromGuid( rGuidString ) ) in importControlFromStream()
H A Dvbacontrol.cxx624 const ControlModelBase* pCtrlModel = control->mxCtrlModel.get(); in finalizeEmbeddedControls()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx642 if( ControlModelBase* pAxModel = aControl.getModel() ) in createAndInsertClientXShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx609 if( ControlModelBase* pAxModel = aControl.getModel() ) in createAndInsertClientXShape()