Lines Matching refs:GetThis
145 sal_Bool ScDocumentIterator::GetThis() in GetThis() function in ScDocumentIterator
185 return GetThis(); in GetFirst()
192 return GetThis(); in GetNext()
312 sal_Bool ScValueIterator::GetThis(double& rValue, sal_uInt16& rErr) in GetThis() function in ScValueIterator
482 return GetThis(rValue, rErr); in GetFirst()
1048 ScBaseCell* ScCellIterator::GetThis() in GetThis() function in ScCellIterator
1105 return GetThis(); in GetFirst()
1111 return GetThis(); in GetNext()
1146 ScBaseCell* ScQueryCellIterator::GetThis() in GetThis() function in ScQueryCellIterator
1252 return GetThis(); in GetFirst()
1262 return GetThis(); in GetNext()
1298 if (bBinary ? (BinarySearch() ? GetThis() : 0) : GetFirst()) in FindEqualOrSortedLastInRange()