Home
last modified time | relevance | path

Searched refs:nLst (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwrong.cxx302 MSHORT nLst = i; in Move() local
306 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() local
451 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 …]
/trunk/main/l10ntools/inc/
H A Dexport.hxx347 sal_Bool ListExists( ResData *pResData, sal_uInt16 nLst );
/trunk/main/l10ntools/source/
H A Dexport.cxx1254 sal_Bool Export::ListExists( ResData *pResData, sal_uInt16 nLst ) in ListExists() argument
1257 switch ( nLst ) { in ListExists()

Completed in 33 milliseconds