Searched refs:GetSubIndex (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | userlist.cxx | 96 sal_Bool ScUserListData::GetSubIndex(const String& rSubStr, sal_uInt16& rIndex) const in GetSubIndex() function in ScUserListData 130 sal_Bool bFound1 = GetSubIndex(rSubStr1, nIndex1); in Compare() 131 sal_Bool bFound2 = GetSubIndex(rSubStr2, nIndex2); in Compare() 156 sal_Bool bFound1 = GetSubIndex(rSubStr1, nIndex1); in ICompare() 157 sal_Bool bFound2 = GetSubIndex(rSubStr2, nIndex2); in ICompare() 255 if (((ScUserListData*)pItems[i])->GetSubIndex(rSubStr, nIndex)) in GetData()
|
/aoo42x/main/sc/inc/ |
H A D | userlist.hxx | 52 sal_Bool GetSubIndex(const String& rSubStr, sal_uInt16& rIndex) const;
|
/aoo42x/main/sc/source/core/data/ |
H A D | table4.cxx | 345 rListData->GetSubIndex(aStr, rListIndex); in FillAnalyse() 351 if (!rListData->GetSubIndex(aStr, rListIndex)) in FillAnalyse()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 2610 if ( pData && pData->GetSubIndex( aString, nIndex ) ) in EnterHandler()
|
Completed in 51 milliseconds