Searched refs:OInterfaceContainer (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 186 OInterfaceContainer::OInterfaceContainer( in OInterfaceContainer() function in frm::OInterfaceContainer 200 OInterfaceContainer::OInterfaceContainer( ::osl::Mutex& _rMutex, const OInterfaceContainer& _cloneS… in OInterfaceContainer() function in frm::OInterfaceContainer 211 void OInterfaceContainer::clonedFrom( const OInterfaceContainer& _cloneSource ) in clonedFrom() 235 void OInterfaceContainer::impl_createEventAttacher_nothrow() in impl_createEventAttacher_nothrow() 248 OInterfaceContainer::~OInterfaceContainer() in ~OInterfaceContainer() 253 void OInterfaceContainer::disposing() in disposing() 887 OInterfaceContainer* pIfcMgr = dynamic_cast< OInterfaceContainer* >( xMgr.get() ); in implInsert() 1109 ElementDescription* OInterfaceContainer::createElementMetaData( ) in createElementMetaData() 1292 aReturn = OInterfaceContainer::queryInterface(_rType); in queryAggregation() 1318 ,OInterfaceContainer( m_aMutex, _cloneSource ) in OFormComponents() [all …]
|
/aoo41x/main/forms/source/component/ |
H A D | FormsCollection.cxx | 67 …return concatSequences(OInterfaceContainer::getTypes(), FormsCollectionComponentBase::getTypes(), … in getTypes() 73 ,OInterfaceContainer( _rxFactory, m_aMutex, XForm::static_type() ) in OFormsCollection() 82 ,OInterfaceContainer( m_aMutex, _cloneSource ) in OFormsCollection() 105 aReturn = OInterfaceContainer::queryInterface(_rType); in queryAggregation() 159 OInterfaceContainer::disposing(); in disposing()
|
H A D | Grid.cxx | 90 …,OInterfaceContainer(_rxFactory, m_aMutex, ::getCppuType(static_cast<Reference<XPropertySet>*>(NUL… in OGridControlModel() 116 …,OInterfaceContainer( _rxFactory, m_aMutex, ::getCppuType( static_cast<Reference<XPropertySet>*>( … in OGridControlModel() 228 aReturn = OInterfaceContainer::queryInterface( _rType ); in queryAggregation() 291 OInterfaceContainer::getTypes(), in getTypes() 304 OInterfaceContainer::disposing(); in disposing() 319 OInterfaceContainer::disposing( _rEvent ); in disposing() 823 OInterfaceContainer::implRemoved(_rxObject); in implRemoved() 830 OInterfaceContainer::implInserted( _pElement ); in implInserted() 848 OInterfaceContainer::impl_replacedElement( _rEvent, _rInstanceLock ); in impl_replacedElement() 870 OInterfaceContainer::approveNewElement( _rxObject, _pElement ); in approveNewElement()
|
H A D | FormsCollection.hxx | 50 ,public OInterfaceContainer 90 using OInterfaceContainer::disposing;
|
H A D | Grid.hxx | 71 ,public OInterfaceContainer
|
H A D | DatabaseForm.cxx | 2601 OInterfaceContainer::disposing(Source); in disposing()
|
/aoo41x/main/forms/source/inc/ |
H A D | InterfaceContainer.hxx | 98 class OInterfaceContainer : public OInterfaceContainer_BASE class 116 OInterfaceContainer( 121 OInterfaceContainer( ::osl::Mutex& _rMutex, const OInterfaceContainer& _cloneSource ); 124 void clonedFrom( const OInterfaceContainer& _cloneSource ); 127 virtual ~OInterfaceContainer(); 292 ,public OInterfaceContainer 317 using OInterfaceContainer::disposing;
|
Completed in 54 milliseconds