Home
last modified time | relevance | path

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

/AOO41X/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()
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() local
451 while( nLst < Count() && Pos( nLst ) < nSplitPos ) in SplitList()
452 ++nLst; in SplitList()
[all …]
/AOO41X/main/l10ntools/inc/
H A Dexport.hxx347 sal_Bool ListExists( ResData *pResData, sal_uInt16 nLst );
/AOO41X/main/l10ntools/source/
H A Dexport.cxx1264 sal_Bool Export::ListExists( ResData *pResData, sal_uInt16 nLst ) in ListExists() argument
1267 switch ( nLst ) { in ListExists()