Searched refs:ScHint (Results 1 – 15 of 15) sorted by relevance
/trunk/main/sc/source/core/inc/ |
H A D | bcaslot.hxx | 180 sal_Bool AreaBroadcast( const ScHint& rHint ) const; 183 const ScHint& rHint ) const; 258 sal_Bool AreaBroadcast( const ScHint& rHint ) const; 260 … sal_Bool AreaBroadcastInRange( const ScRange& rRange, const ScHint& rHint ) const;
|
/trunk/main/sc/source/core/data/ |
H A D | documen7.cxx | 92 ScHint aHint( nHint, rAddr, pCell ); in Broadcast() 97 void ScDocument::Broadcast( const ScHint& rHint ) in Broadcast() 132 void ScDocument::AreaBroadcast( const ScHint& rHint ) in AreaBroadcast() 149 void ScDocument::AreaBroadcastInRange( const ScRange& rRange, const ScHint& rHint ) in AreaBroadcastInRange() 460 ScHint aHint( nHintId, pTrack->aPos, pTrack ); in TrackFormulas()
|
H A D | bcaslot.cxx | 71 TYPEINIT1( ScHint, SfxSimpleHint ); 277 sal_Bool ScBroadcastAreaSlot::AreaBroadcast( const ScHint& rHint) const in AreaBroadcast() 327 const ScHint& rHint) const in AreaBroadcastInRange() 684 sal_Bool ScBroadcastAreaSlotMachine::AreaBroadcast( const ScHint& rHint ) const in AreaBroadcast() 713 const ScHint& rHint ) const in AreaBroadcastInRange()
|
H A D | column3.cxx | 153 pDocument->Broadcast( ScHint( SC_HINT_DATACHANGED, in Insert() 214 pDocument->Broadcast( ScHint( SC_HINT_DYING, in Delete() 240 pDocument->Broadcast( ScHint( SC_HINT_DYING, in DeleteAtIndex() 320 ScHint aHint( SC_HINT_DATACHANGED, aAdr, NULL ); // only areas (ScBaseCell* == NULL) in DeleteRow() 386 ScHint aHint( SC_HINT_DYING, ScAddress( nCol, 0, nTab ), 0 ); in DeleteRange() 1222 pDocument->Broadcast( ScHint( SC_HINT_DATACHANGED, in BroadcastInArea() 1467 pDocument->Broadcast( ScHint( SC_HINT_DATACHANGED, in SetString()
|
H A D | column.cxx | 1138 ScHint aHint( SC_HINT_DATACHANGED, aAdr, NULL ); // only areas (ScBaseCell* == NULL) in InsertRow() 1582 ScHint aHint( SC_HINT_DYING, aAdr, NULL ); // areas only in MoveTo() 1913 ScHint aHint( SC_HINT_DATACHANGED, aPos, NULL ); in SetDirty() 1942 ScHint aHint( SC_HINT_TABLEOPDIRTY, aPos, NULL ); in SetTableOpDirty()
|
H A D | cell.cxx | 1805 const ScHint* p = PTR_CAST( ScHint, &rHint ); in Notify()
|
/trunk/main/sc/inc/ |
H A D | brdcst.hxx | 38 class ScHint : public SfxSimpleHint class 46 ScHint( sal_uLong n, const ScAddress& a, ScBaseCell* p ) in ScHint() function in ScHint
|
H A D | document.hxx | 1678 void Broadcast( const ScHint& rHint ); 1683 void AreaBroadcast( const ScHint& rHint ); 1686 const ScHint& rHint );
|
/trunk/main/sc/source/core/tool/ |
H A D | lookupcache.cxx | 115 const ScHint* p = PTR_CAST( ScHint, &rHint ); in Notify()
|
H A D | ddelink.cxx | 210 Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress(), NULL ) ); in DataChanged() 236 Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress(), NULL ) ); in ResetValue()
|
H A D | chartlis.cxx | 243 const ScHint* p = dynamic_cast<const ScHint*>(&rHint); in Notify()
|
H A D | adiasync.cxx | 140 p->Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress(), NULL ) ); in CallBack()
|
H A D | addinlis.cxx | 154 Broadcast( ScHint( SC_HINT_DATACHANGED, ScAddress(), NULL ) ); in modified()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | servobj.cxx | 237 const ScHint* pScHint = PTR_CAST( ScHint, &rHint ); in Notify()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 2629 m_pDocument->BroadcastUno(ScHint(SC_HINT_DATACHANGED, ScAddress(), NULL)); in RebuildDataCache()
|
Completed in 368 milliseconds