Lines Matching refs:ScUserList
34 friend class ScUserList;
59 class SC_DLLPUBLIC ScUserList : public ScCollection class
62 ScUserList( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);
63 ScUserList( const ScUserList& rUserList ) : ScCollection ( rUserList ) {} in ScUserList() function in ScUserList
72 inline ScUserList& operator= ( const ScUserList& r );
73 sal_Bool operator==( const ScUserList& r ) const;
74 inline sal_Bool operator!=( const ScUserList& r ) const;
77 inline ScUserList& ScUserList::operator=( const ScUserList& r ) in operator =()
78 { return (ScUserList&)ScCollection::operator=( r ); } in operator =()
80 inline ScUserListData* ScUserList::operator[]( const sal_uInt16 nIndex) const in operator []()
83 inline sal_Bool ScUserList::operator!=( const ScUserList& r ) const in operator !=()