Lines Matching refs:TableDesignStyle
80 class TableDesignStyle : private ::cppu::BaseMutex, public TableDesignStyleBase class
83 TableDesignStyle();
194 TableDesignStyle::TableDesignStyle() in TableDesignStyle() function in sdr::table::TableDesignStyle
199 const CellStyleNameMap& TableDesignStyle::getCellStyleNameMap() in getCellStyleNameMap()
225 OUString SAL_CALL TableDesignStyle::getImplementationName() throw(RuntimeException) in getImplementationName()
232 sal_Bool SAL_CALL TableDesignStyle::supportsService( const OUString& ServiceName ) throw(RuntimeExc… in supportsService()
239 Sequence< OUString > SAL_CALL TableDesignStyle::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
250 sal_Bool SAL_CALL TableDesignStyle::isUserDefined() throw (RuntimeException) in isUserDefined()
257 sal_Bool SAL_CALL TableDesignStyle::isInUse() throw (RuntimeException) in isInUse()
279 OUString SAL_CALL TableDesignStyle::getParentStyle() throw (RuntimeException) in getParentStyle()
286 void SAL_CALL TableDesignStyle::setParentStyle( const OUString& ) throw (NoSuchElementException, Ru… in setParentStyle()
294 OUString SAL_CALL TableDesignStyle::getName() throw (RuntimeException) in getName()
301 void SAL_CALL TableDesignStyle::setName( const OUString& rName ) throw (RuntimeException) in setName()
310 Any SAL_CALL TableDesignStyle::getByName( const OUString& rName ) throw(NoSuchElementException, Wra… in getByName()
325 Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeException) in getElementNames()
342 sal_Bool SAL_CALL TableDesignStyle::hasByName( const OUString& rName ) throw(RuntimeException) in hasByName()
356 Type SAL_CALL TableDesignStyle::getElementType() throw(RuntimeException) in getElementType()
363 sal_Bool SAL_CALL TableDesignStyle::hasElements() throw(RuntimeException) in hasElements()
372 sal_Int32 SAL_CALL TableDesignStyle::getCount() throw(RuntimeException) in getCount()
379 Any SAL_CALL TableDesignStyle::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrapp… in getByIndex()
393 void SAL_CALL TableDesignStyle::replaceByName( const OUString& rName, const Any& aElement ) throw(I… in replaceByName()
433 void SAL_CALL TableDesignStyle::disposing() in disposing()
443 void SAL_CALL TableDesignStyle::addModifyListener( const Reference< XModifyListener >& xListener ) … in addModifyListener()
460 void SAL_CALL TableDesignStyle::removeModifyListener( const Reference< XModifyListener >& xListener… in removeModifyListener()
467 void TableDesignStyle::notifyModifyListener() in notifyModifyListener()
484 void SAL_CALL TableDesignStyle::modified( const ::com::sun::star::lang::EventObject& ) throw (::com… in modified()
491 void SAL_CALL TableDesignStyle::disposing( const ::com::sun::star::lang::EventObject& ) throw (::co… in disposing()
697 return Reference< XInterface >( static_cast< XStyle* >( new TableDesignStyle ) ); in createInstance()