Lines Matching refs:nLangIndex

978 				ByteString nLangIndex = sLang;  in Execute()  local
992 if ( Export::isSourceLanguage( nLangIndex ) ) in Execute()
998 PrepareTextToMerge( sOrig, STRING_TYP_TEXT, nLangIndex, pResData ); in Execute()
1003 if ( pResData->sText[ nLangIndex ].Len()) { in Execute()
1005 sError += nLangIndex; in Execute()
1008 pResData->sText[ nLangIndex ] = sText; in Execute()
1024 PrepareTextToMerge( sOrig, STRING_TYP_HELPTEXT, nLangIndex, pResData ); in Execute()
1028 if ( pResData->sHelpText[ nLangIndex ].Len()) { in Execute()
1030 sError += nLangIndex; in Execute()
1033 pResData->sHelpText[ nLangIndex ] = sText; in Execute()
1043 PrepareTextToMerge( sOrig, STRING_TYP_QUICKHELPTEXT, nLangIndex, pResData ); in Execute()
1047 if ( pResData->sQuickHelpText[ nLangIndex ].Len()) { in Execute()
1049 sError += nLangIndex; in Execute()
1052 pResData->sQuickHelpText[ nLangIndex ] = sText; in Execute()
1062 PrepareTextToMerge( sOrig, STRING_TYP_TITLE, nLangIndex, pResData ); in Execute()
1066 if ( pResData->sTitle[ nLangIndex ].Len()) { in Execute()
1068 sError += nLangIndex; in Execute()
1071 pResData->sTitle[ nLangIndex ] = sText; in Execute()
1900 ByteString &nLangIndex, ResData *pResData ) in PrepareTextToMerge() argument
1959 pResData->addMergedLanguage( nLangIndex ); in PrepareTextToMerge()
2083 pEntrys->GetTransex3Text( sContent, nTyp, nLangIndex ); in PrepareTextToMerge()
2085 if ( !sContent.Len() && ( ! Export::isSourceLanguage( nLangIndex ) )) { in PrepareTextToMerge()
2091 if ( Export::isSourceLanguage( nLangIndex ) ) { in PrepareTextToMerge()