Lines Matching refs:pList
46 sal_uInt16 IcnCursor_Impl::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() argument
49 sal_uInt16 nCount = (sal_uInt16)pList->Count(); in GetSortListPos()
58 pView->GetEntryBoundRect((SvxIconChoiceCtrlEntry*)(pList->GetObject(nCurPos))); in GetSortListPos()
70 return pList->Count(); in GetSortListPos()
130 SvPtrarr* pList = &(pColumns[ nCol ]); in SearchCol() local
131 const sal_uInt16 nCount = pList->Count(); in SearchCol()
139 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol()
146 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchCol()
160 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchCol()
180 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pList->GetObject( nCur )); in SearchCol()
205 SvPtrarr* pList = &(pRows[ nRow ]); in SearchRow() local
206 const sal_uInt16 nCount = pList->Count(); in SearchRow()
214 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchRow()
221 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchRow()
235 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchRow()
255 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pList->GetObject( nCur )); in SearchRow()