Lines Matching refs:rHint
105 void ScSheetLinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
110 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
112 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
115 else if ( rHint.ISA( ScLinkRefreshedHint ) ) in Notify()
117 const ScLinkRefreshedHint& rLH = (const ScLinkRefreshedHint&) rHint; in Notify()
403 void ScSheetLinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
407 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
408 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
632 void ScAreaLinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
637 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
639 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
642 else if ( rHint.ISA( ScLinkRefreshedHint ) ) in Notify()
644 const ScLinkRefreshedHint& rLH = (const ScLinkRefreshedHint&) rHint; in Notify()
946 void ScAreaLinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
950 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
951 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1077 void ScDDELinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
1082 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
1084 if ( ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
1087 else if ( rHint.ISA( ScLinkRefreshedHint ) ) in Notify()
1089 const ScLinkRefreshedHint& rLH = (const ScLinkRefreshedHint&) rHint; in Notify()
1288 void ScDDELinksObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
1292 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
1293 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()