Searched refs:ScAreaLinkSaveCollection (Results 1 – 4 of 4) sorted by relevance
113 ScAreaLinkSaveCollection::ScAreaLinkSaveCollection() in ScAreaLinkSaveCollection() function in ScAreaLinkSaveCollection117 ScAreaLinkSaveCollection::ScAreaLinkSaveCollection( const ScAreaLinkSaveCollection& rCopy ) : in ScAreaLinkSaveCollection() function in ScAreaLinkSaveCollection122 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()
78 pAreaLinks = ScAreaLinkSaveCollection::CreateFromDoc(pDoc); // returns NULL if empty in ScRefUndoData()
60 class ScAreaLinkSaveCollection : public ScCollection class63 ScAreaLinkSaveCollection();64 ScAreaLinkSaveCollection( const ScAreaLinkSaveCollection& rCopy );65 virtual ~ScAreaLinkSaveCollection();75 static ScAreaLinkSaveCollection* CreateFromDoc( const ScDocument* pDoc );
38 class ScAreaLinkSaveCollection;51 ScAreaLinkSaveCollection* pAreaLinks;
Completed in 13 milliseconds