Lines Matching refs:rHint
73 void ScServerObjectSvtListenerForwarder::Notify( SvtBroadcaster& /* rBC */, const SfxHint& rHint) in Notify() argument
75 pObj->Notify( aBroadcaster, rHint); in Notify()
207 void __EXPORT ScServerObject::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() argument
215 if ( rHint.ISA(SfxSimpleHint) && ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
224 if ( aItemStr.Len() && rHint.ISA(SfxSimpleHint) && in Notify()
225 ((const SfxSimpleHint&)rHint).GetId() == SC_HINT_AREAS_CHANGED ) in Notify()
237 const ScHint* pScHint = PTR_CAST( ScHint, &rHint ); in Notify()
240 else if (rHint.ISA(ScAreaChangedHint)) // position of broadcaster changed in Notify()
242 ScRange aNewRange = ((const ScAreaChangedHint&)rHint).GetRange(); in Notify()
249 else if (rHint.ISA(SfxSimpleHint)) in Notify()
251 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()