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()91 sal_uInt16 ScUserListData::GetSubCount() const in GetSubCount()256 return (ScUserListData*)pItems[i]; in GetData()266 ScUserListData* pMyData = NULL; in operator ==()267 ScUserListData* pOtherData = NULL; in operator ==()271 pMyData = (ScUserListData*)At(i); in operator ==()272 pOtherData = (ScUserListData*)r.At(i); in operator ==()[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);
326 ScUserListData* pList = (*pUserLists)[nList]; in UpdateEntries()417 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()
1827 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()
Completed in 105 milliseconds