Home
last modified time | relevance | path

Searched refs:ScUserListData (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Duserlist.cxx45 void ScUserListData::InitTokens() in InitTokens()
63 ScUserListData::ScUserListData(const String& rStr) : in ScUserListData() function in ScUserListData
69 ScUserListData::ScUserListData(const ScUserListData& rData) : in ScUserListData() function in ScUserListData
76 __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 …]
H A Dappoptio.cxx216 ScUserListData* pNew = new ScUserListData( pArray[i] ); in lcl_SetSortList()
/trunk/main/sc/inc/
H A Duserlist.hxx32 class SC_DLLPUBLIC ScUserListData : public ScDataObject class
43 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 []()
H A Dpivot.hxx65 class ScUserListData;
H A Dtable.hxx75 class ScUserListData;
812 ScUserListData*& rListData, sal_uInt16& rListIndex);
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx325 ScUserListData* pList = (*pUserLists)[nList]; in UpdateEntries()
416 if ( !pUserLists->Insert( new ScUserListData( theEntriesStr ) ) ) in AddNewList()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx190 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()
H A Dtable3.cxx284 ScUserListData* pData = in CompareCell()
285 (ScUserListData*)(ScGlobal::GetUserList()->At( in CompareCell()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx511 ScUserListData* pData = static_cast<ScUserListData*>((*pUserList)[i]); in DPLaunchFieldPopupMenu()
H A Ddbfunc3.cxx1827 ScUserListData* pData = static_cast<ScUserListData*>((*pUserList)[*pUserListId]); in DataPilotSort()
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx563 ScUserListData* pData = new ScUserListData(aEntry); in setPropertyValue()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2609 ScUserListData* pData = ScGlobal::GetUserList()->GetData(aString); in EnterHandler()

Completed in 79 milliseconds