Searched refs:SfxItemSetHint (Results 1 – 4 of 4) sorted by relevance
35 TYPEINIT1(SfxItemSetHint, SfxHint);39 SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet ) in SfxItemSetHint() function in SfxItemSetHint53 SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet ) in SfxItemSetHint() function in SfxItemSetHint66 SfxItemSetHint::~SfxItemSetHint() in ~SfxItemSetHint()
36 class SVL_DLLPUBLIC SfxItemSetHint: public SfxHint class43 SfxItemSetHint( SfxItemSet *pItemSet );44 SfxItemSetHint( const SfxItemSet &rItemSet );45 virtual ~SfxItemSetHint();
739 else if(rHint.ISA(SfxItemSetHint)) in Notify()741 if( SFX_ITEM_SET == ((SfxItemSetHint&)rHint).GetItemSet().GetItemState(SID_ATTR_PATHNAME)) in Notify()
947 Broadcast( SfxItemSetHint( rSet ) ); in SetOptions()
Completed in 37 milliseconds