Lines Matching refs:nListPos
139 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol() local
140 DBG_ASSERT(nListPos!=0xffff,"Entry not in Col-List"); in SearchCol()
143 while( nListPos < nCount-1 ) in SearchCol()
145 nListPos++; in SearchCol()
146 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchCol()
155 while( nListPos ) in SearchCol()
157 nListPos--; in SearchCol()
158 if( nListPos < nCount ) in SearchCol()
160 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchCol()
214 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchRow() local
215 DBG_ASSERT(nListPos!=0xffff,"Entry not in Row-List"); in SearchRow()
218 while( nListPos < nCount-1 ) in SearchRow()
220 nListPos++; in SearchRow()
221 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchRow()
230 while( nListPos ) in SearchRow()
232 nListPos--; in SearchRow()
233 if( nListPos < nCount ) in SearchRow()
235 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pList->GetObject( nListPos ); in SearchRow()