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/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()
9198 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9200 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
9317 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9321 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
9394 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9564 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9627 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
9894 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Dfielduno.cxx273 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
546 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Ddapiuno.cxx1397 else if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
1402 const ScUpdateRefHint& rRef = static_cast< const ScUpdateRefHint& >( rHint ); in Notify()
H A Dchart2uno.cxx2835 else if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
2862 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; in Notify()
H A Ddocuno.cxx2873 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3150 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
3630 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
H A Dtextuno.cxx1115 if ( rHint.ISA( ScUpdateRefHint ) ) in Notify()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx701 else if (rHint.ISA( ScUpdateRefHint )) in Notify()
703 const ScUpdateRefHint& rRef = (const ScUpdateRefHint&)rHint; 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.cxx352 pUnoBroadcaster->Broadcast( ScUpdateRefHint( URM_INSDEL, aRange, 0,0,1 ) ); in InsertTab()
445 pUnoBroadcaster->Broadcast( ScUpdateRefHint( URM_INSDEL, aRange, 0,0,-1 ) ); in DeleteTab()

Completed in 273 milliseconds