Home
last modified time | relevance | path

Searched refs:nLen2 (Results 1 – 21 of 21) sorted by last modified time

/trunk/main/linguistic/source/
H A Dmisc.cxx219 sal_Int32 nLen2 = rTxt2.getLength(); in LevDistance() local
222 return nLen2; in LevDistance()
223 if (nLen2 == 0) in LevDistance()
226 IntArray2D aData( nLen1 + 1, nLen2 + 1 ); in LevDistance()
231 for (k = 0; k <= nLen2; ++k) in LevDistance()
235 for (k = 1; k <= nLen2; ++k) in LevDistance()
258 sal_Int32 nDist = aData.Value(nLen1, nLen2); in LevDistance()
H A Ddicimp.cxx515 nLen2 = aWord2.getLength(); in cmpDicEntry() local
521 if (nLen2 && cChar == aWord2[ nLen2 - 1 ]) in cmpDicEntry()
522 nLen2--; in cmpDicEntry()
542 while (nIdx2 < nLen2 && (cChar2 = aWord2[ nIdx2 ]) == cIgnChar) in cmpDicEntry()
548 if (nIdx1 < nLen1 && nIdx2 < nLen2) in cmpDicEntry()
556 } while (nIdx1 < nLen1 && nIdx2 < nLen2); in cmpDicEntry()
571 while (nIdx2 < nLen2 ) in cmpDicEntry()
577 nRes = ((sal_Int32) nLen1 - nNumIgnChar1) - ((sal_Int32) nLen2 - nNumIgnChar2); in cmpDicEntry()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx198 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales() local
199 for (k = 0; k < nLen2; ++k) in getLocales()
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx135 xub_StrLen nLen2(rStr.Len() - 1); in TakeRepresentation() local
137 while(rStr.GetChar(nLen2) == sal_Unicode('0')) in TakeRepresentation()
139 rStr.Erase(nLen2); in TakeRepresentation()
140 nLen2--; in TakeRepresentation()
143 if(rStr.GetChar(nLen2) == cDec) in TakeRepresentation()
145 rStr.Erase(nLen2); in TakeRepresentation()
146 nLen2--; in TakeRepresentation()
526 long nLen2=nShortLen; in ImpCalcGeometrics() local
530 if (rPol.eUsedTextHPos==SDRMEASURE_TEXTRIGHTOUTSIDE) nLen2=nArrow2Len+nTextWdt; in ImpCalcGeometrics()
534 …rPol.aMainline2.aP1=aMainlinePt2; rPol.aMainline2.aP1.X()+=nLen2; RotatePoint(rPol.aMainline2.aP1,… in ImpCalcGeometrics()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl301 @param nLen2
310 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
H A DXCollator.idl56 @param nLen2
65 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx193 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales() local
194 for (k = 0; k < nLen2; ++k) in getLocales()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx276 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const in compareSubstring()
283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx118 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const;
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx4028 sal_uInt16 nLen2; in WW8ReadSTTBF() local
4029 rStrm >> nLen2; // bVer67: total length of structure in WW8ReadSTTBF()
4035 bool bUnicode = (0xFFFF == nLen2); in WW8ReadSTTBF()
4039 nStrings = nLen2; in WW8ReadSTTBF()
4095 if( nLen2 != nLen ) in WW8ReadSTTBF()
4097 ASSERT( nLen2 == nLen, "Fib length and read length are different" ); in WW8ReadSTTBF()
4102 nLen2 = static_cast<sal_uInt16>(nLen); in WW8ReadSTTBF()
4105 for( nLen2 -= 2; nRead < nLen2; ) in WW8ReadSTTBF()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1257 sal_Int32 nLen2; in DumpPcd() local
1258 xTableStream->Read( &nLen2, 4 ); in DumpPcd()
1260 if( nLen1 != nLen2 ) in DumpPcd()
1261 *pOut << "!!! nLen1 ( " << nLen1 << " ) != nLen2 ( " << nLen2 << " ) !" in DumpPcd()
1264 DumpPLCFPcd( nVersion, xTableStream->Tell(), nLen2 ); in DumpPcd()
H A Dww8scan.cxx3642 sal_uInt16 nLen2; in WW8ReadSTTBF() local
3643 rStrm >> nLen2; // bVer67: total length of structure in WW8ReadSTTBF()
3649 bool bUnicode = (0xFFFF == nLen2); in WW8ReadSTTBF()
3653 nStrings = nLen2; in WW8ReadSTTBF()
3687 if( nLen2 != nLen ) in WW8ReadSTTBF()
3689 ASSERT( nLen2 == nLen, "Fib length and read length are different" ); in WW8ReadSTTBF()
3694 nLen2 = static_cast<sal_uInt16>(nLen); in WW8ReadSTTBF()
3697 for( nLen2 -= 2; nRead < nLen2; ) in WW8ReadSTTBF()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx251 sal_uLong nLen1 = rData.GetLineCount(), nLen2 = GetLineCount(); in ShowDiffs() local
255 while( nStt1 < nLen1 || nStt2 < nLen2 ) in ShowDiffs()
261 while( nStt2 < nLen2 && GetChanged( nStt2 )) ++nStt2; in ShowDiffs()
283 sal_uLong nLen1 = rData.GetLineCount(), nLen2 = GetLineCount(); in HasDiffs() local
286 while( nStt1 < nLen1 || nStt2 < nLen2 ) in HasDiffs()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx249 const sal_Int32 nLen2 = rServices2.getLength(); in concatServiceNames() local
251 uno::Sequence< OUString > aSeq( nLen1+nLen2 ); in concatServiceNames()
263 for( nIdx = 0; nIdx < nLen2; nIdx++ ) in concatServiceNames()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1617 sal_Int32 nLen2 = rObj2.maImpIdSeq.getLength(); in operator ()() local
1618 if( nLen1 == nLen2 && nLen1 > 0 ) in operator ()()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1671 xub_StrLen nLen2 = (nLen - rStr.Len()) / 2; in lcl_ScDocShell_GetFixedWidthString() local
1673 aTmp.Fill( nLen2 ); in lcl_ScDocShell_GetFixedWidthString()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3430 xub_StrLen nLen2 = aTmp2.Len(); in AutoCorrectParsedSymbol() local
3431 if ( nLen1 || nLen2 ) in AutoCorrectParsedSymbol()
3438 if ( nLen2 ) in AutoCorrectParsedSymbol()
3469 nLen1 = nLen2; in AutoCorrectParsedSymbol()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx295 sal_Int32 nLen2 = OWAsciiStr2.getLength(); in test_OUString() local
296 TEST_ENSURE( nLen2 == 33, "test_OWString error 58" ); in test_OUString()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx177 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales() local
178 for (k = 0; k < nLen2; ++k) in getLocales()
/trunk/main/comphelper/source/misc/
H A Dserviceinfohelper.cxx69 const sal_Int32 nLen2 = rSeq2.getLength(); in concatSequences() local
71 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSeq( nLen1 + nLen2 ); in concatSequences()
81 for( nIdx = 0; nIdx < nLen2; nIdx++ ) in concatSequences()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4520 sal_Int32 nLen2 = aAfterStop.getLength(); in RTLFUNC() local
4521 sal_Int32 nLen = nLen1 >= nLen2 ? nLen1:nLen2; in RTLFUNC()
4549 nLen2 = aUpperValue.getLength(); in RTLFUNC()
4558 if( nLen > nLen2 ) in RTLFUNC()
4561 for ( sal_Int32 i= (nLen - nLen2) ; i > 0; --i ) in RTLFUNC()

Completed in 219 milliseconds