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()448 MSHORT nLst = 0; in SplitList() local451 while( nLst < Count() && Pos( nLst ) < nSplitPos ) in SplitList()452 ++nLst; in SplitList()453 if( nLst && ( nWrPos = Pos( nLst - 1 ) ) in SplitList()460 if( nLst ) in SplitList()469 Remove( 0, nLst ); in SplitList()[all …]
347 sal_Bool ListExists( ResData *pResData, sal_uInt16 nLst );
1254 sal_Bool Export::ListExists( ResData *pResData, sal_uInt16 nLst ) in ListExists() argument1257 switch ( nLst ) { in ListExists()
Completed in 56 milliseconds