Kaydet (Commit) f161cdc9 authored tarafından Eike Rathke's avatar Eike Rathke

Adapt description to reality

Change-Id: I24133fb6c52bd7500037364120cb11d1b1f099c2
üst 66011660
......@@ -256,8 +256,13 @@ public:
ScDBData* findByIndex(sal_uInt16 nIndex);
ScDBData* findByUpperName(const OUString& rName);
iterator findByUpperName2(const OUString& rName);
// Takes ownership of p iff it returns true:
/** Takes ownership of p and attempts to insert it into the collection.
Deletes p if it could not be inserted, i.e. duplicate name.
@return <TRUE/> if inserted, else <FALSE/>.
*/
SAL_WARN_UNUSED_RESULT bool insert(ScDBData* p);
void erase(const iterator& itr);
bool empty() const;
size_t size() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment