Lines Matching refs:OCollection

234 IMPLEMENT_SERVICE_INFO(OCollection,"com.sun.star.sdbcx.VContainer" , "com.sun.star.sdbcx.Container")
236 OCollection::OCollection(::cppu::OWeakObject& _rParent in OCollection() function in OCollection
259 OCollection::~OCollection() in ~OCollection()
263 Any SAL_CALL OCollection::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
272 Sequence< Type > SAL_CALL OCollection::getTypes() throw (RuntimeException) in getTypes()
294 void OCollection::clear_NoDispose() in clear_NoDispose()
303 void OCollection::disposing(void) in disposing()
315 Any SAL_CALL OCollection::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTar… in getByIndex()
324 Any SAL_CALL OCollection::getByName( const ::rtl::OUString& aName ) throw(NoSuchElementException, W… in getByName()
341 Sequence< ::rtl::OUString > SAL_CALL OCollection::getElementNames( ) throw(RuntimeException) in getElementNames()
347 void SAL_CALL OCollection::refresh( ) throw(RuntimeException) in refresh()
358 void OCollection::reFill(const TStringVector &_rVector) in reFill()
364 Reference< XPropertySet > SAL_CALL OCollection::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
371 ::rtl::OUString OCollection::getNameForObject(const ObjectType& _xObject) in getNameForObject()
380 void SAL_CALL OCollection::appendByDescriptor( const Reference< XPropertySet >& descriptor ) throw(… in appendByDescriptor()
408 void SAL_CALL OCollection::dropByName( const ::rtl::OUString& elementName ) throw(SQLException, NoS… in dropByName()
418 void SAL_CALL OCollection::dropByIndex( sal_Int32 index ) throw(SQLException, IndexOutOfBoundsExcep… in dropByIndex()
427 void OCollection::dropImpl(sal_Int32 _nIndex,sal_Bool _bReallyDrop) in dropImpl()
440 void OCollection::notifyElementRemoved(const ::rtl::OUString& _sName) in notifyElementRemoved()
449 sal_Int32 SAL_CALL OCollection::findColumn( const ::rtl::OUString& columnName ) throw(SQLException,… in findColumn()
464 Reference< XEnumeration > SAL_CALL OCollection::createEnumeration( ) throw(RuntimeException) in createEnumeration()
470 void SAL_CALL OCollection::addContainerListener( const Reference< XContainerListener >& _rxListener… in addContainerListener()
476 void SAL_CALL OCollection::removeContainerListener( const Reference< XContainerListener >& _rxListe… in removeContainerListener()
481 void SAL_CALL OCollection::acquire() throw() in acquire()
486 void SAL_CALL OCollection::release() throw() in release()
491 Type SAL_CALL OCollection::getElementType( ) throw(RuntimeException) in getElementType()
496 sal_Bool SAL_CALL OCollection::hasElements( ) throw(RuntimeException) in hasElements()
502 sal_Int32 SAL_CALL OCollection::getCount( ) throw(RuntimeException) in getCount()
508 sal_Bool SAL_CALL OCollection::hasByName( const ::rtl::OUString& aName ) throw(RuntimeException) in hasByName()
514 void SAL_CALL OCollection::addRefreshListener( const Reference< XRefreshListener >& l ) throw(Runti… in addRefreshListener()
519 void SAL_CALL OCollection::removeRefreshListener( const Reference< XRefreshListener >& l ) throw(Ru… in removeRefreshListener()
524 void OCollection::insertElement(const ::rtl::OUString& _sElementName,const ObjectType& _xElement) in insertElement()
531 void OCollection::renameObject(const ::rtl::OUString _sOldName,const ::rtl::OUString _sNewName) in renameObject()
548 ObjectType OCollection::getObject(sal_Int32 _nIndex) in getObject()
573 void OCollection::disposeElements() in disposeElements()
578 Reference< XPropertySet > OCollection::createDescriptor() in createDescriptor()
584 ObjectType OCollection::cloneDescriptor( const ObjectType& _descriptor ) in cloneDescriptor()
591 ObjectType OCollection::appendObject( const ::rtl::OUString& /*_rForName*/, const Reference< XPrope… in appendObject()
596 void OCollection::dropObject(sal_Int32 /*_nPos*/,const ::rtl::OUString /*_sElementName*/) in dropObject()