Searched refs:nLst (Results 1 – 3 of 3) sorted by relevance
302 MSHORT nLst = i; in Move() local306 while( nLst < Count() && Pos( nLst ) < nEnd ) in Move()307 ++nLst; in Move()308 if( nLst > i && ( nWrPos = Pos( nLst - 1 ) ) <= nPos ) in Move()310 nWrLen = Len( nLst - 1 ); in Move()317 maList[--nLst].mnLen = nWrLen; in Move()321 Remove( i, nLst - i ); in Move()448 MSHORT nLst = 0; in SplitList() local451 while( nLst < Count() && Pos( nLst ) < nSplitPos ) in SplitList()452 ++nLst; in SplitList()[all …]
347 sal_Bool ListExists( ResData *pResData, sal_uInt16 nLst );
1264 sal_Bool Export::ListExists( ResData *pResData, sal_uInt16 nLst ) in ListExists() argument1267 switch ( nLst ) { in ListExists()