Home
last modified time | relevance | path

Searched refs:OInterfaceContainer (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/forms/source/misc/
H A DInterfaceContainer.cxx120 void OInterfaceContainer::impl_addVbEvents_nolck_nothrow( const sal_Int32 i_nIndex ) in impl_addVbEvents_nolck_nothrow()
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()
215 …const Reference< XIndexAccess > xSourceHierarchy( const_cast< OInterfaceContainer* >( &_cloneSourc… in clonedFrom()
228 static_cast< XIndexContainer* >( const_cast< 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()
320 void SAL_CALL OInterfaceContainer::writeEvents(const Reference<XObjectOutputStream>& _rxOutStream) in writeEvents()
[all …]
/AOO41X/main/forms/source/component/
H A DFormsCollection.cxx67 …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 DGrid.cxx90 …,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 DFormsCollection.hxx50 ,public OInterfaceContainer
90 using OInterfaceContainer::disposing;
H A DGrid.hxx71 ,public OInterfaceContainer
H A DDatabaseForm.cxx2601 OInterfaceContainer::disposing(Source); in disposing()
/AOO41X/main/forms/source/inc/
H A DInterfaceContainer.hxx98 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;