Home
last modified time | relevance | path

Searched refs:ScAreaLinkSaveCollection (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/ui/undo/
H A Dareasave.cxx113 ScAreaLinkSaveCollection::ScAreaLinkSaveCollection() in ScAreaLinkSaveCollection() function in ScAreaLinkSaveCollection
117 ScAreaLinkSaveCollection::ScAreaLinkSaveCollection( const ScAreaLinkSaveCollection& rCopy ) : in ScAreaLinkSaveCollection() function in ScAreaLinkSaveCollection
122 ScAreaLinkSaveCollection::~ScAreaLinkSaveCollection() in ~ScAreaLinkSaveCollection()
126 ScDataObject* ScAreaLinkSaveCollection::Clone() const in Clone()
128 return new ScAreaLinkSaveCollection( *this ); in Clone()
131 sal_Bool ScAreaLinkSaveCollection::IsEqual( const ScDocument* pDoc ) const in IsEqual()
175 void ScAreaLinkSaveCollection::Restore( ScDocument* pDoc ) const in Restore()
200 ScAreaLinkSaveCollection* ScAreaLinkSaveCollection::CreateFromDoc( const ScDocument* pDoc ) in CreateFromDoc()
202 ScAreaLinkSaveCollection* pColl = NULL; in CreateFromDoc()
215 pColl = new ScAreaLinkSaveCollection; in CreateFromDoc()
H A Drefundo.cxx78 pAreaLinks = ScAreaLinkSaveCollection::CreateFromDoc(pDoc); // returns NULL if empty in ScRefUndoData()
/aoo42x/main/sc/source/ui/inc/
H A Dareasave.hxx60 class ScAreaLinkSaveCollection : public ScCollection class
63 ScAreaLinkSaveCollection();
64 ScAreaLinkSaveCollection( const ScAreaLinkSaveCollection& rCopy );
65 virtual ~ScAreaLinkSaveCollection();
75 static ScAreaLinkSaveCollection* CreateFromDoc( const ScDocument* pDoc );
H A Drefundo.hxx38 class ScAreaLinkSaveCollection;
51 ScAreaLinkSaveCollection* pAreaLinks;

Completed in 31 milliseconds