Lines Matching refs:SdStyleSheet

113 	ModifyListenerForewarder( SdStyleSheet* pStyleSheet );
118 SdStyleSheet* mpStyleSheet;
121 ModifyListenerForewarder::ModifyListenerForewarder( SdStyleSheet* pStyleSheet ) in ModifyListenerForewarder()
137 SdStyleSheet::SdStyleSheet(const OUString& rDisplayName, SfxStyleSheetBasePool& _rPool, SfxStyleFam… in SdStyleSheet() function in SdStyleSheet
146 SdStyleSheet::SdStyleSheet( const SdStyleSheet & r ) in SdStyleSheet() function in SdStyleSheet
155 SdStyleSheet::~SdStyleSheet() in ~SdStyleSheet()
161 void SdStyleSheet::SetApiName( const OUString& rApiName ) in SetApiName()
166 rtl::OUString SdStyleSheet::GetApiName() const in GetApiName()
175 void SdStyleSheet::Load (SvStream& rIn, sal_uInt16 nVersion) in Load()
194 void SdStyleSheet::Store(SvStream& rOut) in Store()
205 sal_Bool SdStyleSheet::SetParent(const String& rParentName) in SetParent()
246 SfxItemSet& SdStyleSheet::GetItemSet() in GetItemSet()
308 SdStyleSheet* pSdSheet = GetRealStyleSheet(); in GetItemSet()
351 sal_Bool SdStyleSheet::IsUsed() const in IsUsed()
405 SdStyleSheet* SdStyleSheet::GetRealStyleSheet() const in GetRealStyleSheet()
409 SdStyleSheet* pRealStyle = NULL; in GetRealStyleSheet()
487 pRealStyle = static_cast< SdStyleSheet* >( rPool.Find(aRealStyle, SD_STYLE_FAMILY_MASTERPAGE) ); in GetRealStyleSheet()
508 SdStyleSheet* SdStyleSheet::GetPseudoStyleSheet() const in GetPseudoStyleSheet()
510 SdStyleSheet* pPseudoStyle = NULL; in GetPseudoStyleSheet()
548 pPseudoStyle = static_cast<SdStyleSheet*>(rPool.Find(aStyleName, SD_STYLE_FAMILY_PSEUDO)); in GetPseudoStyleSheet()
561 void SdStyleSheet::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
573 SdStyleSheet* pRealStyle = GetRealStyleSheet(); in Notify()
589 void SdStyleSheet::AdjustToFontHeight(SfxItemSet& rSet, sal_Bool bOnlyMissingItems) in AdjustToFontHeight()
645 sal_Bool SdStyleSheet::HasFollowSupport() const in HasFollowSupport()
652 sal_Bool SdStyleSheet::HasParentSupport() const in HasParentSupport()
659 sal_Bool SdStyleSheet::HasClearParentSupport() const in HasClearParentSupport()
666 sal_Bool SdStyleSheet::SetName( const UniString& rName ) in SetName()
673 void SdStyleSheet::SetHelpId( const String& r, sal_uLong nId ) in SetHelpId()
730 OUString SdStyleSheet::GetFamilyString( SfxStyleFamily eFamily ) in GetFamilyString()
745 void SdStyleSheet::throwIfDisposed() throw (RuntimeException) in throwIfDisposed()
753 SdStyleSheet* SdStyleSheet::CreateEmptyUserStyle( SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam… in CreateEmptyUserStyle()
764 return new SdStyleSheet(aName, rPool, eFamily, SFXSTYLEBIT_USERDEF); in CreateEmptyUserStyle()
786 void SAL_CALL SdStyleSheet::release( ) throw () in release()
837 void SAL_CALL SdStyleSheet::dispose( ) throw (RuntimeException) in dispose()
882 void SdStyleSheet::disposing() in disposing()
889 void SAL_CALL SdStyleSheet::addEventListener( const Reference< XEventListener >& xListener ) throw … in addEventListener()
906 void SAL_CALL SdStyleSheet::removeEventListener( const Reference< XEventListener >& xListener ) th… in removeEventListener()
915 void SAL_CALL SdStyleSheet::addModifyListener( const Reference< XModifyListener >& xListener ) thro… in addModifyListener()
934 void SAL_CALL SdStyleSheet::removeModifyListener( const Reference< XModifyListener >& xListener ) t… in removeModifyListener()
941 void SdStyleSheet::notifyModifyListener() in notifyModifyListener()
958 OUString SAL_CALL SdStyleSheet::getImplementationName() throw(RuntimeException) in getImplementationName()
965 sal_Bool SAL_CALL SdStyleSheet::supportsService( const OUString& ServiceName ) throw(RuntimeExcepti… in supportsService()
972 Sequence< OUString > SAL_CALL SdStyleSheet::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
995 OUString SAL_CALL SdStyleSheet::getName() throw(RuntimeException) in getName()
1004 void SAL_CALL SdStyleSheet::setName( const OUString& rName ) throw(RuntimeException) in setName()
1020 sal_Bool SAL_CALL SdStyleSheet::isUserDefined() throw(RuntimeException) in isUserDefined()
1029 sal_Bool SAL_CALL SdStyleSheet::isInUse() throw(RuntimeException) in isInUse()
1038 OUString SAL_CALL SdStyleSheet::getParentStyle() throw(RuntimeException) in getParentStyle()
1045 SdStyleSheet* pParentStyle = static_cast< SdStyleSheet* >( mxPool->Find( GetParent(), nFamily ) ); in getParentStyle()
1054 void SAL_CALL SdStyleSheet::setParentStyle( const OUString& rParentName ) throw(NoSuchElementExcep… in setParentStyle()
1065 SdStyleSheet* pStyle = static_cast< SdStyleSheet* >( (*iter).get() ); in setParentStyle()
1085 Reference< XPropertySetInfo > SdStyleSheet::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
1096 void SAL_CALL SdStyleSheet::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) th… in setPropertyValue()
1177 Any SAL_CALL SdStyleSheet::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyEx… in getPropertyValue()
1270 void SAL_CALL SdStyleSheet::addPropertyChangeListener( const OUString& , const Reference< XProperty… in addPropertyChangeListener()
1271 void SAL_CALL SdStyleSheet::removePropertyChangeListener( const OUString& , const Reference< XPrope… in removePropertyChangeListener()
1272 void SAL_CALL SdStyleSheet::addVetoableChangeListener( const OUString& , const Reference< XVetoable… in addVetoableChangeListener()
1273 void SAL_CALL SdStyleSheet::removeVetoableChangeListener( const OUString& , const Reference< XVetoa… in removeVetoableChangeListener()
1279 PropertyState SAL_CALL SdStyleSheet::getPropertyState( const OUString& PropertyName ) throw(Unknown… in getPropertyState()
1360 Sequence< PropertyState > SAL_CALL SdStyleSheet::getPropertyStates( const Sequence< OUString >& aPr… in getPropertyStates()
1380 void SAL_CALL SdStyleSheet::setPropertyToDefault( const OUString& PropertyName ) throw(UnknownPrope… in setPropertyToDefault()
1406 Any SAL_CALL SdStyleSheet::getPropertyDefault( const OUString& aPropertyName ) throw(UnknownPropert… in getPropertyDefault()
1441 const SfxItemPropertySimpleEntry* SdStyleSheet::getPropertyMapEntry( const OUString& rPropertyName … in getPropertyMapEntry()