Searched refs:GetEntryAtPos (Results 1 – 3 of 3) sorted by relevance
519 SvLBoxItem* SvxSimpleTable::GetEntryAtPos( SvLBoxEntry* pEntry, sal_uInt16 nPos ) const in GetEntryAtPos() function in SvxSimpleTable544 SvLBoxItem* pLeftItem = GetEntryAtPos( pLeft, nSortCol); in ColCompare()545 SvLBoxItem* pRightItem = GetEntryAtPos( pRight, nSortCol); in ColCompare()
157 SvLBoxItem* GetEntryAtPos( SvLBoxEntry* pEntry, sal_uInt16 nPos ) const;
2112 SvLBoxItem* pLeftItem = pTheView->GetEntryAtPos( pLeft, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()2113 SvLBoxItem* pRightItem = pTheView->GetEntryAtPos( pRight, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK()
Completed in 18 milliseconds