Lines Matching refs:ScDataObject
39 ScDataObject::~ScDataObject() in ~ScDataObject()
47 void lcl_DeleteScDataObjects( ScDataObject** p, sal_uInt16 nCount ) in lcl_DeleteScDataObjects()
71 pItems = new ScDataObject*[nLimit]; in ScCollection()
75 : ScDataObject(), in ScCollection()
99 memmove ( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ScDataObject*)); in AtFree()
106 void ScCollection::Free(ScDataObject* pScDataObject) in Free()
117 pItems = new ScDataObject*[nLimit]; in FreeAll()
122 sal_Bool ScCollection::AtInsert(sal_uInt16 nIndex, ScDataObject* pScDataObject) in AtInsert()
128 ScDataObject** pNewItems = new ScDataObject*[nLimit + nDelta]; in AtInsert()
132 memmove(pNewItems, pItems, nCount * sizeof(ScDataObject*)); in AtInsert()
137 … memmove(&pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ScDataObject*)); in AtInsert()
147 sal_Bool ScCollection::Insert(ScDataObject* pScDataObject) in Insert()
154 ScDataObject* ScCollection::At(sal_uInt16 nIndex) const in At()
164 sal_uInt16 ScCollection::IndexOf(ScDataObject* pScDataObject) const in IndexOf()
183 pItems = new ScDataObject*[nLimit]; in operator =()
192 ScDataObject* ScCollection::Clone() const in Clone()
209 sal_uInt16 ScSortedCollection::IndexOf(ScDataObject* pScDataObject) const in IndexOf()
220 sal_Bool ScSortedCollection::Search(ScDataObject* pScDataObject, sal_uInt16& rIndex) const in Search()
250 sal_Bool ScSortedCollection::Insert(ScDataObject* pScDataObject) in Insert()
267 sal_Bool ScSortedCollection::InsertPos(ScDataObject* pScDataObject, sal_uInt16& nIndex) in InsertPos()
297 sal_Bool ScSortedCollection::IsEqual(ScDataObject* pKey1, ScDataObject* pKey2) const in IsEqual()
304 ScDataObject* StrData::Clone() const in Clone()
311 short ScStrCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare()
324 ScDataObject* ScStrCollection::Clone() const in Clone()
352 ScDataObject* TypedStrData::Clone() const in Clone()
365 ScDataObject* TypedScStrCollection::Clone() const in Clone()
380 short TypedScStrCollection::Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const in Compare()