Searched refs:nLangIndex (Results 1 – 6 of 6) sorted by relevance
/trunk/main/l10ntools/source/ |
H A D | merge.cxx | 84 rReturn = sText[ nLangIndex ]; in GetText() 86 sText[ nLangIndex ] = ""; in GetText() 87 bReturn = bTextFirst[ nLangIndex ]; in GetText() 88 bTextFirst[ nLangIndex ] = sal_False; in GetText() 94 rReturn = sQuickHelpText[ nLangIndex ]; in GetText() 96 sQuickHelpText[ nLangIndex ] = ""; in GetText() 97 bReturn = bQuickHelpTextFirst[ nLangIndex ]; in GetText() 101 rReturn = sTitle[ nLangIndex ]; in GetText() 103 sTitle[ nLangIndex ] = ""; in GetText() 104 bReturn = bTitleFirst[ nLangIndex ]; in GetText() [all …]
|
H A D | export.cxx | 978 ByteString nLangIndex = sLang; in Execute() local 992 if ( Export::isSourceLanguage( nLangIndex ) ) in Execute() 1003 if ( pResData->sText[ nLangIndex ].Len()) { in Execute() 1005 sError += nLangIndex; in Execute() 1008 pResData->sText[ nLangIndex ] = sText; in Execute() 1030 sError += nLangIndex; in Execute() 1033 pResData->sHelpText[ nLangIndex ] = sText; in Execute() 1066 if ( pResData->sTitle[ nLangIndex ].Len()) { in Execute() 1071 pResData->sTitle[ nLangIndex ] = sText; in Execute() 1949 pResData->addMergedLanguage( nLangIndex ); in PrepareTextToMerge() [all …]
|
H A D | cfgmerge.cxx | 749 const ByteString& nLangIndex in WorkOnText() argument 775 if (( nLangIndex.EqualsIgnoreCaseAscii("en-US") )) in WorkOnText() 781 pEntrys->GetText( sContent, STRING_TYP_TEXT, nLangIndex ); in WorkOnText() 783 if ( Export::isAllowed( nLangIndex ) && in WorkOnText() 787 … if( nLangIndex.EqualsIgnoreCaseAscii("de") || nLangIndex.EqualsIgnoreCaseAscii("en-US") ) in WorkOnText()
|
/trunk/main/sw/source/core/text/ |
H A D | guess.cxx | 319 xub_StrLen nLangIndex = nCutPos; in Guess() local 329 while ( nLangIndex > nDoNotStepOver && in Guess() 330 ! rCC.isLetterNumeric( rInf.GetTxt(), nLangIndex ) ) in Guess() 331 --nLangIndex; in Guess() 335 if ( nLangIndex < rInf.GetIdx() ) in Guess() 338 nLangIndex ); in Guess() 346 nLangIndex, 0, nScript ); in Guess()
|
/trunk/main/l10ntools/inc/ |
H A D | export.hxx | 369 ByteString &nLangIndex, ResData *pResData ); 431 …sal_Bool GetText( ByteString &rReturn, sal_uInt16 nTyp, const ByteString &nLangIndex, sal_Bool bDe… 432 …sal_Bool GetTransex3Text( ByteString &rReturn, sal_uInt16 nTyp, const ByteString &nLangIndex, sal_…
|
H A D | cfgmerge.hxx | 104 const ByteString &nLangIndex )=0; 187 const ByteString &nLangIndex );
|
Completed in 84 milliseconds