Home
last modified time | relevance | path

Searched refs:RefsEqual (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/inc/
H A Ddpobject.hxx221 sal_Bool RefsEqual( const ScDPObject& r ) const;
280 sal_Bool RefsEqual( const ScDPCollection& r ) const;
/trunk/main/sc/source/ui/undo/
H A Drefundo.cxx122 if ( pNewDP && pDPCollection->RefsEqual(*pNewDP) ) in DeleteUnchanged()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx760 sal_Bool ScDPObject::RefsEqual( const ScDPObject& r ) const in RefsEqual() function in ScDPObject
2437 sal_Bool ScDPCollection::RefsEqual( const ScDPCollection& r ) const in RefsEqual() function in ScDPCollection
2443 if ( ! ((const ScDPObject*)At(i))->RefsEqual( *((const ScDPObject*)r.At(i)) ) ) in RefsEqual()

Completed in 19 milliseconds