Searched refs:ScUserList (Results 1 – 16 of 16) sorted by relevance
34 friend class ScUserList;59 class SC_DLLPUBLIC ScUserList : public ScCollection class62 ScUserList( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4);63 ScUserList( const ScUserList& rUserList ) : ScCollection ( rUserList ) {} in ScUserList() function in ScUserList72 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 []()[all …]
497 class ScUserList;534 static ScUserList* pUserList;594 SC_DLLPUBLIC static ScUserList* GetUserList();595 static void SetUserList( const ScUserList* pNewList );
178 ScUserList::ScUserList(sal_uInt16 nLim, sal_uInt16 nDel) : in ScUserList() function in ScUserList245 ScDataObject* ScUserList::Clone() const in Clone()247 return ( new ScUserList( *this ) ); in Clone()250 ScUserListData* ScUserList::GetData(const String& rSubStr) const in GetData()260 sal_Bool ScUserList::operator==( const ScUserList& r ) const in operator ==()283 sal_Bool ScUserList::HasEntry( const String& rStr ) const in HasEntry()
203 ScUserList aList; in lcl_SetSortList()228 const ScUserList* pUserList = ScGlobal::GetUserList(); in lcl_GetSortList()
194 const ScUserList* pCoreList = rUserListItem.GetUserList(); in Reset()201 pUserLists = new ScUserList( *pCoreList ); in Reset()212 pUserLists = new ScUserList; in Reset()252 ScUserList* pCoreList = rUserListItem.GetUserList(); in FillItemSet()413 pUserLists = new ScUserList; in AddNewList()
249 void SetUserList ( const ScUserList& rUserList );250 ScUserList* GetUserList () const { return pUserList; } in GetUserList()253 ScUserList* pUserList;
35 class ScUserList;78 ScUserList* pUserLists;
417 pUserList = new ScUserList( *(rItem.pUserList) ); in ScUserListItem()461 void ScUserListItem::SetUserList( const ScUserList& rUserList ) in SetUserList()464 pUserList = new ScUserList( rUserList ); in SetUserList()
1941 ScUserList* pUL = ScGlobal::GetUserList(); in CreateItemSet()
99 ScUserList* ScGlobal::pUserList = NULL;320 ScUserList* ScGlobal::GetUserList() in GetUserList()327 pUserList = new ScUserList(); in GetUserList()331 void ScGlobal::SetUserList( const ScUserList* pNewList ) in SetUserList()336 pUserList = new ScUserList( *pNewList ); in SetUserList()
550 ScUserList* pUserList = ScGlobal::GetUserList(); in setPropertyValue()635 ScUserList* pUserList = ScGlobal::GetUserList(); in getPropertyValue()
620 ScUserList* pUserLists = ScGlobal::GetUserList(); in FillUserSortListBox()
939 ScUserList* pUserLists = ScGlobal::GetUserList(); in FillUserSortListBox()
957 ScUserList* pUserLists = ScGlobal::GetUserList(); in FillUserSortListBox()
504 ScUserList* pUserList = ScGlobal::GetUserList(); in DPLaunchFieldPopupMenu()
1817 ScUserList* pUserList = ScGlobal::GetUserList(); in DataPilotSort()
Completed in 104 milliseconds