Searched refs:SfxStyleSheetHint (Results 1 – 12 of 12) sorted by relevance
/trunk/main/svl/source/items/ |
H A D | style.cxx | 79 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 D | style.hxx | 339 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 D | customshapeproperties.cxx | 222 const SfxStyleSheetHint *pStyleHint = PTR_CAST( SfxStyleSheetHint, &rHint ); in Notify()
|
H A D | attributeproperties.cxx | 537 SfxStyleSheetHint *pStyleHint = PTR_CAST(SfxStyleSheetHint, &rHint); in Notify()
|
/trunk/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 945 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 D | docst.cxx | 771 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 D | impedit5.cxx | 158 if ( rHint.ISA( SfxStyleSheetHint ) ) in Notify() 160 const SfxStyleSheetHint& rH = (const SfxStyleSheetHint&) rHint; in Notify()
|
/trunk/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 45 class SfxStyleSheetHint; 278 void NotifyStyle( const SfxStyleSheetHint& rHint );
|
/trunk/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 540 pPool->Broadcast(SfxStyleSheetHint( nOp, *pBase )); in BroadcastStyleOperation()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 621 else if (rHint.ISA(SfxStyleSheetHint)) // Vorlagen geaendert in Notify() 622 NotifyStyle((const SfxStyleSheetHint&) rHint); in Notify()
|
H A D | docsh4.cxx | 1307 void ScDocShell::NotifyStyle( const SfxStyleSheetHint& rHint ) in NotifyStyle()
|
/trunk/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1771 rHint.Type() == TYPE(SfxStyleSheetHint) || in Notify()
|
Completed in 82 milliseconds