Lines Matching refs:OInterfaceContainer
120 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()
405 void OInterfaceContainer::transformEvents( const EventFormat _eTargetFormat ) in transformEvents()
448 void SAL_CALL OInterfaceContainer::readEvents(const Reference<XObjectInputStream>& _rxInStream) in readEvents()
481 void SAL_CALL OInterfaceContainer::write( const Reference< XObjectOutputStream >& _rxOutStream ) th… in write()
539 void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >& _rxInStream ) throw… in read()
631 void SAL_CALL OInterfaceContainer::addContainerListener(const Reference<XContainerListener>& _rxLis… in addContainerListener()
637 void SAL_CALL OInterfaceContainer::removeContainerListener(const Reference<XContainerListener>& _rx… in removeContainerListener()
644 void SAL_CALL OInterfaceContainer::disposing(const EventObject& _rSource) throw( RuntimeException ) in disposing()
689 void OInterfaceContainer::propertyChange(const PropertyChangeEvent& evt) in propertyChange()
707 sal_Bool SAL_CALL OInterfaceContainer::hasElements() throw( RuntimeException ) in hasElements()
713 Type SAL_CALL OInterfaceContainer::getElementType() throw(RuntimeException) in getElementType()
720 Reference<XEnumeration> SAL_CALL OInterfaceContainer::createEnumeration() throw( RuntimeException ) in createEnumeration()
728 Any SAL_CALL OInterfaceContainer::getByName( const ::rtl::OUString& _rName ) throw(NoSuchElementExc… in getByName()
740 StringSequence SAL_CALL OInterfaceContainer::getElementNames() throw(RuntimeException) in getElementNames()
753 sal_Bool SAL_CALL OInterfaceContainer::hasByName( const ::rtl::OUString& _rName ) throw(RuntimeExce… in hasByName()
762 sal_Int32 OInterfaceContainer::getCount() throw( RuntimeException ) in getCount()
768 Any OInterfaceContainer::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, WrappedTar… in getByIndex()
777 void OInterfaceContainer::approveNewElement( const Reference< XPropertySet >& _rxObject, ElementDes… in approveNewElement()
823 void OInterfaceContainer::implInsert(sal_Int32 _nIndex, const Reference< XPropertySet >& _rxElement, in implInsert()
887 OInterfaceContainer* pIfcMgr = dynamic_cast< OInterfaceContainer* >( xMgr.get() ); in implInsert()
917 void OInterfaceContainer::removeElementsNoEvents(sal_Int32 nIndex) in removeElementsNoEvents()
938 void OInterfaceContainer::implInserted( const ElementDescription* /*_pElement*/ ) in implInserted()
944 void OInterfaceContainer::implRemoved( const InterfaceRef& /*_rxObject*/ ) in implRemoved()
950 void OInterfaceContainer::impl_replacedElement( const ContainerEvent& _rEvent, ::osl::ClearableMute… in impl_replacedElement()
958 void SAL_CALL OInterfaceContainer::insertByIndex( sal_Int32 _nIndex, const Any& _rElement ) throw(I… in insertByIndex()
966 void OInterfaceContainer::implReplaceByIndex( const sal_Int32 _nIndex, const Any& _rNewElement, ::o… in implReplaceByIndex()
1039 void OInterfaceContainer::implCheckIndex( const sal_Int32 _nIndex ) SAL_THROW( ( ::com::sun::star::… in implCheckIndex()
1046 void SAL_CALL OInterfaceContainer::replaceByIndex(sal_Int32 _nIndex, const Any& Element) throw( Ill… in replaceByIndex()
1056 void OInterfaceContainer::implRemoveByIndex( const sal_Int32 _nIndex, ::osl::ClearableMutexGuard& _… in implRemoveByIndex()
1099 void SAL_CALL OInterfaceContainer::removeByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsExceptio… in removeByIndex()
1109 ElementDescription* OInterfaceContainer::createElementMetaData( ) in createElementMetaData()
1115 void SAL_CALL OInterfaceContainer::insertByName(const ::rtl::OUString& _rName, const Any& _rElement… in insertByName()
1146 void SAL_CALL OInterfaceContainer::replaceByName(const ::rtl::OUString& Name, const Any& Element) t… in replaceByName()
1174 void SAL_CALL OInterfaceContainer::removeByName(const ::rtl::OUString& Name) throw( NoSuchElementEx… in removeByName()
1189 void SAL_CALL OInterfaceContainer::registerScriptEvent( sal_Int32 nIndex, const ScriptEventDescript… in registerScriptEvent()
1201 void SAL_CALL OInterfaceContainer::registerScriptEvents( sal_Int32 nIndex, const Sequence< ScriptEv… in registerScriptEvents()
1213 void SAL_CALL OInterfaceContainer::revokeScriptEvent( sal_Int32 nIndex, const ::rtl::OUString& aLis… in revokeScriptEvent()
1220 void SAL_CALL OInterfaceContainer::revokeScriptEvents( sal_Int32 nIndex ) throw(IllegalArgumentExce… in revokeScriptEvents()
1227 void SAL_CALL OInterfaceContainer::insertEntry( sal_Int32 nIndex ) throw(IllegalArgumentException, … in insertEntry()
1234 void SAL_CALL OInterfaceContainer::removeEntry( sal_Int32 nIndex ) throw(IllegalArgumentException, … in removeEntry()
1241 Sequence< ScriptEventDescriptor > SAL_CALL OInterfaceContainer::getScriptEvents( sal_Int32 nIndex )… in getScriptEvents()
1256 void SAL_CALL OInterfaceContainer::attach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in attach()
1263 void SAL_CALL OInterfaceContainer::detach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in detach()
1270 void SAL_CALL OInterfaceContainer::addScriptListener( const Reference< XScriptListener >& xListener… in addScriptListener()
1277 void SAL_CALL OInterfaceContainer::removeScriptListener( const Reference< XScriptListener >& xListe… in removeScriptListener()
1292 aReturn = OInterfaceContainer::queryInterface(_rType); in queryAggregation()
1304 …return ::comphelper::concatSequences(OInterfaceContainer::getTypes(), FormComponentsBase::getTypes… in getTypes()
1310 ,OInterfaceContainer( _rxFactory, m_aMutex, XFormComponent::static_type() ) in OFormComponents()
1318 ,OInterfaceContainer( m_aMutex, _cloneSource ) in OFormComponents()
1337 OInterfaceContainer::disposing(); in disposing()