Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Ddpobject.hxx222 void WriteRefsTo( ScDPObject& r ) const;
281 void WriteRefsTo( ScDPCollection& r ) const;
/trunk/main/sc/source/ui/undo/
H A Drefundo.cxx179 pDPCollection->WriteRefsTo( *pDocDP ); in DoUndo()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx779 void ScDPObject::WriteRefsTo( ScDPObject& r ) const in WriteRefsTo() function in ScDPObject
2449 void ScDPCollection::WriteRefsTo( ScDPCollection& r ) const in WriteRefsTo() function in ScDPCollection
2455 ((const ScDPObject*)At(i))->WriteRefsTo( *((ScDPObject*)r.At(i)) ); in WriteRefsTo()
2474 pSourceObj->WriteRefsTo( *pDestObj ); // found object, copy refs in WriteRefsTo()

Completed in 33 milliseconds