Searched refs:pLeftItem (Results 1 – 3 of 3) sorted by relevance
544 SvLBoxItem* pLeftItem = GetEntryAtPos( pLeft, nSortCol); in ColCompare() local548 if(pLeftItem != NULL && pRightItem != NULL) in ColCompare()550 sal_uInt16 nLeftKind=pLeftItem->IsA(); in ColCompare()559 eCompare=(StringCompare)pCollator->compareString( ((SvLBoxString*)pLeftItem)->GetText(), in ColCompare()
387 SvLBoxItem* pLeftItem = getItemAtColumn( pLeft, m_nSortColumnIndex ); in ColumnCompare() local390 if(pLeftItem != NULL && pRightItem != NULL) in ColumnCompare()392 sal_uInt16 nLeftKind=pLeftItem->IsA(); in ColumnCompare()401 eCompare=(StringCompare)pCollator->compareString( ((SvLBoxString*)pLeftItem)->GetText(), in ColumnCompare()
2112 SvLBoxItem* pLeftItem = pTheView->GetEntryAtPos( pLeft, static_cast<sal_uInt16>(nSortCol)); in IMPL_LINK() local2115 if(pLeftItem != NULL && pRightItem != NULL) in IMPL_LINK()2117 sal_uInt16 nLeftKind=pLeftItem->IsA(); in IMPL_LINK()2124 ((SvLBoxString*)pLeftItem)->GetText(), in IMPL_LINK()
Completed in 34 milliseconds