Home
last modified time | relevance | path

Searched refs:nLangIndex (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/l10ntools/source/
H A Dmerge.cxx84 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 Dexport.cxx978 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 Dcfgmerge.cxx749 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()
/aoo42x/main/sw/source/core/text/
H A Dguess.cxx319 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()
/aoo42x/main/l10ntools/inc/
H A Dexport.hxx369 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 Dcfgmerge.hxx104 const ByteString &nLangIndex )=0;
187 const ByteString &nLangIndex );

Completed in 164 milliseconds