Searched refs:ScUserListData (Results 1 – 12 of 12) sorted by relevance
45 void ScUserListData::InitTokens() in InitTokens()63 ScUserListData::ScUserListData(const String& rStr) : in ScUserListData() function in ScUserListData69 ScUserListData::ScUserListData(const ScUserListData& rData) : in ScUserListData() function in ScUserListData76 __EXPORT ScUserListData::~ScUserListData() in ~ScUserListData()82 void ScUserListData::SetString( const String& rStr ) in SetString()91 sal_uInt16 ScUserListData::GetSubCount() const in GetSubCount()96 sal_Bool ScUserListData::GetSubIndex(const String& rSubStr, sal_uInt16& rIndex) const in GetSubIndex()118 String ScUserListData::GetSubStr(sal_uInt16 nIndex) const in GetSubStr()126 StringCompare ScUserListData::Compare(const String& rSubStr1, const String& rSubStr2) const in Compare()152 StringCompare ScUserListData::ICompare(const String& rSubStr1, const String& rSubStr2) const in ICompare()[all …]
216 ScUserListData* pNew = new ScUserListData( pArray[i] ); in lcl_SetSortList()
32 class SC_DLLPUBLIC ScUserListData : public ScDataObject class43 ScUserListData(const String& rStr);44 ScUserListData(const ScUserListData& rData);45 virtual ~ScUserListData();47 virtual ScDataObject* Clone() const { return new ScUserListData(*this); } in Clone()67 ScUserListData* GetData( const String& rSubStr ) const;71 inline ScUserListData* operator[]( const sal_uInt16 nIndex) const;80 inline ScUserListData* ScUserList::operator[]( const sal_uInt16 nIndex) const in operator []()81 { return (ScUserListData*)At(nIndex); } in operator []()
65 class ScUserListData;
75 class ScUserListData;812 ScUserListData*& rListData, sal_uInt16& rListIndex);
325 ScUserListData* pList = (*pUserLists)[nList]; in UpdateEntries()416 if ( !pUserLists->Insert( new ScUserListData( theEntriesStr ) ) ) in AddNewList()
190 ScUserListData*& rListData, sal_uInt16& rListIndex) in FillAnalyse()342 rListData = (ScUserListData*)(ScGlobal::GetUserList()->GetData(aStr)); in FillAnalyse()690 ScUserListData* pListData = NULL; in FillAuto()979 ScUserListData* pListData = NULL; in GetAutoFillPreview()
284 ScUserListData* pData = in CompareCell()285 (ScUserListData*)(ScGlobal::GetUserList()->At( in CompareCell()
511 ScUserListData* pData = static_cast<ScUserListData*>((*pUserList)[i]); in DPLaunchFieldPopupMenu()
1821 ScUserListData* pData = static_cast<ScUserListData*>((*pUserList)[*pUserListId]); in DataPilotSort()
563 ScUserListData* pData = new ScUserListData(aEntry); in setPropertyValue()
2609 ScUserListData* pData = ScGlobal::GetUserList()->GetData(aString); in EnterHandler()