Lines Matching refs:rHint

564 void ScModelObj::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )  in Notify()  argument
568 if ( rHint.ISA( SfxSimpleHint ) ) in Notify()
570 sal_uLong nId = ((const SfxSimpleHint&)rHint).GetId(); in Notify()
610 else if ( rHint.ISA( ScPointerChangedHint ) ) in Notify()
612 sal_uInt16 nFlags = ((const ScPointerChangedHint&)rHint).GetFlags(); in Notify()
629 SfxBaseModel::Notify( rBC, rHint ); // SfxBaseModel is derived from SfxListener in Notify()
2368 void ScDrawPagesObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
2372 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2373 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
2482 void ScTableSheetsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
2486 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2487 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
2871 void ScTableColumnsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
2873 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
2879 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
2880 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3148 void ScTableRowsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
3150 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3156 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3157 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3427 void ScSpreadsheetSettingsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
3431 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3432 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3481 void ScAnnotationsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
3485 if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3486 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()
3628 void ScScenariosObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
3630 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3636 else if ( rHint.ISA( SfxSimpleHint ) && in Notify()
3637 ((const SfxSimpleHint&)rHint).GetId() == SFX_HINT_DYING ) in Notify()