Lines Matching refs:nList

415 				nList( LIST_NON ),  in Export()
460 nList( LIST_NON ), in Export()
499 nList = LIST_NON; in Init()
742 if ( nList ) in Execute()
744 if ( nList ) in Execute()
763 if ( !nList ) { in Execute()
782 nList = LIST_NON; in Execute()
810 nList = LIST_STRING; in Execute()
821 nList = LIST_FILTER; in Execute()
831 nList = LIST_UIENTRIES; in Execute()
866 nList = LIST_STRING; in Execute()
874 nList = LIST_FILTER; in Execute()
883 nList = LIST_PAIRED; in Execute()
892 nList = LIST_ITEM; in Execute()
900 nList = LIST_UIENTRIES; in Execute()
917 nList = LIST_STRING; in Execute()
919 nList = LIST_FILTER; in Execute()
921 nList = LIST_PAIRED; // abcd in Execute()
923 nList = LIST_ITEM; in Execute()
925 nList = LIST_UIENTRIES; in Execute()
926 if ( nList ) { in Execute()
944 if ( nList ) { in Execute()
955 PrepareTextToMerge( sOrig, nList, nListLang, pResData ); in Execute()
1579 if ( nList == LIST_STRING ) { in InsertListEntry()
1587 else if ( nList == LIST_FILTER ) { in InsertListEntry()
1595 else if ( nList == LIST_ITEM ) { in InsertListEntry()
1603 else if ( nList == LIST_PAIRED ) { in InsertListEntry()
1611 else if ( nList == LIST_UIENTRIES ) { in InsertListEntry()
1630 if( nList == LIST_PAIRED ){ in InsertListEntry()
1638 if( nList == LIST_PAIRED ){ in InsertListEntry()
1659 if( nList == LIST_PAIRED ){ in InsertListEntry()
2458 switch ( nList ) { in MergeRest()
2479 if (( nList != LIST_UIENTRIES ) && in MergeRest()
2489 while( PrepareTextToMerge( sLine, nList, nListLang, pResData ) && ( nListIndex <= nMaxIndex )) { in MergeRest()