Lines Matching refs:SdStyleFamily

101 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFam…  in SdStyleFamily()  function in SdStyleFamily
110 SdStyleFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, const SdPage* pMast… in SdStyleFamily() function in SdStyleFamily
121 SdStyleFamily::~SdStyleFamily() in ~SdStyleFamily()
129 void SdStyleFamily::throwIfDisposed() const throw(RuntimeException) in throwIfDisposed()
137 SdStyleSheet* SdStyleFamily::GetValidNewSheet( const Any& rElement ) throw(IllegalArgumentException) in GetValidNewSheet()
150 SdStyleSheet* SdStyleFamily::GetSheetByName( const OUString& rName ) throw(NoSuchElementException, … in GetSheetByName()
186 OUString SAL_CALL SdStyleFamily::getImplementationName() throw(RuntimeException) in getImplementationName()
193 sal_Bool SAL_CALL SdStyleFamily::supportsService( const OUString& ServiceName ) throw(RuntimeExcept… in supportsService()
200 Sequence< OUString > SAL_CALL SdStyleFamily::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
211 OUString SAL_CALL SdStyleFamily::getName() throw (RuntimeException) in getName()
233 void SAL_CALL SdStyleFamily::setName( const ::rtl::OUString& ) throw (RuntimeException) in setName()
241 Any SAL_CALL SdStyleFamily::getByName( const OUString& rName ) throw(NoSuchElementException, Wrappe… in getByName()
250 Sequence< OUString > SAL_CALL SdStyleFamily::getElementNames() throw(RuntimeException) in getElementNames()
297 sal_Bool SAL_CALL SdStyleFamily::hasByName( const OUString& aName ) throw(RuntimeException) in hasByName()
329 Type SAL_CALL SdStyleFamily::getElementType() throw(RuntimeException) in getElementType()
336 sal_Bool SAL_CALL SdStyleFamily::hasElements() throw(RuntimeException) in hasElements()
363 sal_Int32 SAL_CALL SdStyleFamily::getCount() throw(RuntimeException) in getCount()
389 Any SAL_CALL SdStyleFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedT… in getByIndex()
431 void SAL_CALL SdStyleFamily::insertByName( const OUString& rName, const Any& rElement ) throw(Illeg… in insertByName()
449 void SAL_CALL SdStyleFamily::removeByName( const OUString& rName ) throw(NoSuchElementException, Wr… in removeByName()
466 void SAL_CALL SdStyleFamily::replaceByName( const OUString& rName, const Any& aElement ) throw(Ille… in replaceByName()
482 Reference< XInterface > SAL_CALL SdStyleFamily::createInstance() throw(Exception, RuntimeException) in createInstance()
499 Reference< XInterface > SAL_CALL SdStyleFamily::createInstanceWithArguments( const Sequence< Any >&… in createInstanceWithArguments()
508 void SAL_CALL SdStyleFamily::dispose( ) throw (RuntimeException) in dispose()
522 void SAL_CALL SdStyleFamily::addEventListener( const Reference< XEventListener >& ) throw (Runtime… in addEventListener()
528 void SAL_CALL SdStyleFamily::removeEventListener( const Reference< XEventListener >& ) throw (Runt… in removeEventListener()
536 Reference<XPropertySetInfo> SdStyleFamily::getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
544 void SdStyleFamily::setPropertyValue( const OUString& , const Any& ) throw (UnknownPropertyExcepti… in setPropertyValue()
551 Any SdStyleFamily::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyException… in getPropertyValue()
574 void SdStyleFamily::addPropertyChangeListener( const OUString& , const Reference<XPropertyChangeLis… in addPropertyChangeListener()
581 void SdStyleFamily::removePropertyChangeListener( const OUString& , const Reference<XPropertyChange… in removePropertyChangeListener()
588 void SdStyleFamily::addVetoableChangeListener( const OUString& , const Reference<XVetoableChangeLis… in addVetoableChangeListener()
595 void SdStyleFamily::removeVetoableChangeListener( const OUString& , const Reference<XVetoableChange… in removeVetoableChangeListener()