Home
last modified time | relevance | path

Searched refs:ScUpdateRefHint (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dhints.cxx34 TYPEINIT1(ScUpdateRefHint, SfxHint);
60 ScUpdateRefHint::ScUpdateRefHint( UpdateRefMode eMode, const ScRange& rR, in ScUpdateRefHint() function in ScUpdateRefHint
70 ScUpdateRefHint::~ScUpdateRefHint() in ~ScUpdateRefHint()
/trunk/main/sc/inc/
H A Dhints.hxx60 class ScUpdateRefHint : public SfxHint class
71 ScUpdateRefHint( UpdateRefMode eMode, const ScRange& rR,
73 ~ScUpdateRefHint();
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx702 else if (rHint.ISA( ScUpdateRefHint )) in Notify()
704 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
/trunk/main/sc/source/ui/unoobj/
H A Dnotesuno.cxx89 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Deditsrc.cxx279 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Dcellsuno.cxx1514 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
1516 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
9025 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9027 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
9143 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9147 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
9219 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9386 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9448 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9712 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Dfielduno.cxx273 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
535 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Ddapiuno.cxx1361 else if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
1366 const ScUpdateRefHint& rRef = static_cast< const ScUpdateRefHint& >( rHint ); in Notify()
H A Dchart2uno.cxx2812 else if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
2839 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
H A Ddocuno.cxx2855 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3117 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3576 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Dtextuno.cxx1102 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx781 pUnoBroadcaster->Broadcast( ScUpdateRefHint( URM_REORDER, in MoveTab()
867 pUnoBroadcaster->Broadcast( ScUpdateRefHint( URM_INSDEL, aRange, 0,0,1 ) ); in CopyTab()
H A Ddocumen3.cxx922 pUnoBroadcaster->Broadcast( ScUpdateRefHint( in UpdateReference()
H A Ddocument.cxx349 pUnoBroadcaster->Broadcast( ScUpdateRefHint( URM_INSDEL, aRange, 0,0,1 ) ); in InsertTab()
442 pUnoBroadcaster->Broadcast( ScUpdateRefHint( URM_INSDEL, aRange, 0,0,-1 ) ); in DeleteTab()