Home
last modified time | relevance | path

Searched refs:SfxStyleSheetHint (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svl/source/items/
H A Dstyle.cxx79 TYPEINIT1(SfxStyleSheetHint, SfxHint);
80 TYPEINIT1(SfxStyleSheetHintExtended, SfxStyleSheetHint);
88 : SfxStyleSheetHint( nAction ), in SfxStyleSheetHintExtended()
97 : SfxStyleSheetHint( nAction, rStyleSheet ), in SfxStyleSheetHintExtended()
103 SfxStyleSheetHint::SfxStyleSheetHint in SfxStyleSheetHint() function in SfxStyleSheetHint
112 SfxStyleSheetHint::SfxStyleSheetHint in SfxStyleSheetHint() function in SfxStyleSheetHint
290 rPool.Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, *this ) ); in SetParent()
312 rPool.Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, *this ) ); in SetFollow()
732 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CHANGED, *xNew.get() ) ); in Add()
821 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_ERASED, *p ) ); in Remove()
[all …]
/trunk/main/svl/inc/svl/
H A Dstyle.hxx339 class SVL_DLLPUBLIC SfxStyleSheetHint: public SfxHint class
347 SfxStyleSheetHint( sal_uInt16 );
348 SfxStyleSheetHint( sal_uInt16, SfxStyleSheetBase& );
355 class SVL_DLLPUBLIC SfxStyleSheetHintExtended: public SfxStyleSheetHint
/trunk/main/svx/source/sdr/properties/
H A Dcustomshapeproperties.cxx222 const SfxStyleSheetHint *pStyleHint = PTR_CAST( SfxStyleSheetHint, &rHint ); in Notify()
H A Dattributeproperties.cxx537 SfxStyleSheetHint *pStyleHint = PTR_CAST(SfxStyleSheetHint, &rHint); in Notify()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx945 rPool.Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, *this ) ); in SetName()
1000 rPool.Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, in SetParent()
2369 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_ERASED, *pStyle ) ); in Remove()
2423 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_MODIFIED, in SetParent()
2959 if( rHint.ISA( SfxStyleSheetHint ) && in Notify()
2960 SFX_STYLESHEET_ERASED == ((SfxStyleSheetHint&) rHint).GetHint() ) in Notify()
2962 SfxStyleSheetBase* pStyle = ((SfxStyleSheetHint&)rHint).GetStyleSheet(); in Notify()
H A Ddocst.cxx771 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit()
842 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit()
/trunk/main/editeng/source/editeng/
H A Dimpedit5.cxx158 if ( rHint.ISA( SfxStyleSheetHint ) ) in Notify()
160 const SfxStyleSheetHint& rH = (const SfxStyleSheetHint&) rHint; in Notify()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx45 class SfxStyleSheetHint;
278 void NotifyStyle( const SfxStyleSheetHint& rHint );
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx540 pPool->Broadcast(SfxStyleSheetHint( nOp, *pBase )); in BroadcastStyleOperation()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx621 else if (rHint.ISA(SfxStyleSheetHint)) // Vorlagen geaendert in Notify()
622 NotifyStyle((const SfxStyleSheetHint&) rHint); in Notify()
H A Ddocsh4.cxx1307 void ScDocShell::NotifyStyle( const SfxStyleSheetHint& rHint ) in NotifyStyle()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1771 rHint.Type() == TYPE(SfxStyleSheetHint) || in Notify()

Completed in 110 milliseconds