Lines Matching refs:nCur

84 	for( sal_uLong nCur = 0; nCur < nCount; nCur++ )  in ImplCreate()  local
86 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pView->aEntries.GetObject( nCur ); in ImplCreate()
178 for( sal_uInt16 nCur = 0; nCur < nCount; nCur++ ) in SearchCol() local
180 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pList->GetObject( nCur )); in SearchCol()
253 for( sal_uInt16 nCur = 0; nCur < nCount; nCur++ ) in SearchRow() local
255 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pList->GetObject( nCur )); in SearchRow()
388 long nCur = pView->GetEntryBoundRect( pNext ).Top(); in GoPageUpDown() local
389 long nErr = nOpt - nCur; in GoPageUpDown()
503 for( sal_uLong nCur = 0; nCur < nCount; nCur++ ) in CreateGridAjustData() local
505 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pView->aEntries.GetObject( nCur ); in CreateGridAjustData()
522 for( sal_uLong nCur = 0; nCur < nCount; nCur++ ) in CreateGridAjustData() local
524 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)pView->aEntries.GetObject( nCur ); in CreateGridAjustData()
541 for( sal_uInt16 nCur = 0; nCur < nCount; nCur++ ) in DestroyGridAdjustData() local
543 SvPtrarr* pArr = (SvPtrarr*)rLists[ nCur ]; in DestroyGridAdjustData()
600 for( sal_uLong nCur=0; nCur < nCount; nCur++ ) in Create_Impl() local
601 OccupyGrids( (SvxIconChoiceCtrlEntry*)_pView->aEntries.GetObject( nCur )); in Create_Impl()
705 for( sal_uLong nCur = nStart; nCur < nCount; nCur++ ) in GetUnoccupiedGrid() local
707 if( !_pGridMap[ nCur ] ) in GetUnoccupiedGrid()
710 _pGridMap[ nCur ] = sal_True; in GetUnoccupiedGrid()
711 return (GridId)nCur; in GetUnoccupiedGrid()