Lines Matching refs:TableDesignFamily

137 class TableDesignFamily : public ::cppu::WeakImplHelper7< XNameContainer, XNamed, XIndexAccess, XSi…  class
503 OUString SAL_CALL TableDesignFamily::getImplementationName() throw(RuntimeException) in getImplementationName()
510 sal_Bool SAL_CALL TableDesignFamily::supportsService( const OUString& ServiceName ) throw(RuntimeEx… in supportsService()
517 Sequence< OUString > SAL_CALL TableDesignFamily::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
528 OUString SAL_CALL TableDesignFamily::getName() throw (RuntimeException) in getName()
535 void SAL_CALL TableDesignFamily::setName( const OUString& ) throw (RuntimeException) in setName()
543 Any SAL_CALL TableDesignFamily::getByName( const OUString& rName ) throw(NoSuchElementException, Wr… in getByName()
558 Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(RuntimeException) in getElementNames()
573 sal_Bool SAL_CALL TableDesignFamily::hasByName( const OUString& aName ) throw(RuntimeException) in hasByName()
588 Type SAL_CALL TableDesignFamily::getElementType() throw(RuntimeException) in getElementType()
595 sal_Bool SAL_CALL TableDesignFamily::hasElements() throw(RuntimeException) in hasElements()
606 sal_Int32 SAL_CALL TableDesignFamily::getCount() throw(RuntimeException) in getCount()
615 Any SAL_CALL TableDesignFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrap… in getByIndex()
629 void SAL_CALL TableDesignFamily::insertByName( const OUString& rName, const Any& rElement ) throw(I… in insertByName()
647 void SAL_CALL TableDesignFamily::removeByName( const OUString& rName ) throw(NoSuchElementException… in removeByName()
668 void SAL_CALL TableDesignFamily::replaceByName( const OUString& rName, const Any& aElement ) throw(… in replaceByName()
693 Reference< XInterface > SAL_CALL TableDesignFamily::createInstance() throw(Exception, RuntimeExcept… in createInstance()
702 Reference< XInterface > SAL_CALL TableDesignFamily::createInstanceWithArguments( const Sequence< An… in createInstanceWithArguments()
711 void SAL_CALL TableDesignFamily::dispose( ) throw (RuntimeException) in dispose()
726 void SAL_CALL TableDesignFamily::addEventListener( const Reference< XEventListener >& ) throw (Run… in addEventListener()
732 void SAL_CALL TableDesignFamily::removeEventListener( const Reference< XEventListener >& ) throw (… in removeEventListener()
740 Reference<XPropertySetInfo> TableDesignFamily::getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
748 void TableDesignFamily::setPropertyValue( const OUString& , const Any& ) throw (UnknownPropertyExc… in setPropertyValue()
755 Any TableDesignFamily::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcep… in getPropertyValue()
770 void TableDesignFamily::addPropertyChangeListener( const OUString& , const Reference<XPropertyChang… in addPropertyChangeListener()
777 void TableDesignFamily::removePropertyChangeListener( const OUString& , const Reference<XPropertyCh… in removePropertyChangeListener()
784 void TableDesignFamily::addVetoableChangeListener( const OUString& , const Reference<XVetoableChang… in addVetoableChangeListener()
791 void TableDesignFamily::removeVetoableChangeListener( const OUString& , const Reference<XVetoableCh… in removeVetoableChangeListener()
801 return new TableDesignFamily(); in CreateTableDesignFamily()