Lines Matching refs:nN
134 sal_Int32 nN; in save() local
137 for( nN = m_aToBeDeleted.size(); nN--; ) in save()
139 pE = m_aToBeDeleted[nN]; in save()
142 for( nN = GetRowCount(); nN--; ) in save()
144 pE = getEntryOnPos( nN ); in save()
165 sal_Int32 nN; in deleteAll() local
166 for( nN = GetRowCount(); nN--; ) in deleteAll()
167 deleteEntryOnPos( nN ); in deleteAll()
168 for( nN = m_aToBeDeleted.size(); nN--; ) in deleteAll()
170 DictionaryEntry* pE = m_aToBeDeleted[nN]; in deleteAll()
191 for(sal_Int32 nN=0; nN<nCount; nN++) in refillFromDictionary() local
193 aLeft = aLeftList[nN]; in refillFromDictionary()
221 for( sal_Int32 nN=GetRowCount(); nN--; ) in getFirstSelectedEntry() local
223 if( IsRowSelected( nN ) ) in getFirstSelectedEntry()
225 pRet = getEntryOnPos( nN ); in getFirstSelectedEntry()
244 for( sal_Int32 nN=GetRowCount(); nN--; ) in getTermEntry() local
246 pE = getEntryOnPos( nN ); in getTermEntry()
288 for( sal_Int32 nN=GetRowCount(); nN--; ) in deleteEntries() local
290 DictionaryEntry* pCurEntry = getEntryOnPos( nN ); in deleteEntries()
293 nPos = nN; in deleteEntries()
294 SvLBoxEntry* pCurLBEntry = GetEntryOnPos( nN ); in deleteEntries()
814 for( sal_Int32 nN=rActive.GetRowCount(); nN--; ) in IMPL_LINK() local
816 if( rActive.IsRowSelected( nN ) ) in IMPL_LINK()
818 pEntry = rActive.getEntryOnPos( nN ); in IMPL_LINK()
822 rActive.deleteEntryOnPos( nN ); in IMPL_LINK()