/aoo42x/main/linguistic/source/ |
H A D | dicimp.cxx | 515 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()
|
H A D | misc.cxx | 219 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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdomeas.cxx | 135 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()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | serviceinfohelper.cxx | 69 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()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 249 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()
|
/aoo42x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 276 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const in compareSubstring() 283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 251 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()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 56 @param nLen2 65 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
|
H A D | XTransliteration.idl | 301 @param nLen2 310 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
|
/aoo42x/main/sal/qa/rtl_strings/ |
H A D | rtl_old_testowstring.cxx | 295 sal_Int32 nLen2 = OWAsciiStr2.getLength(); in test_OUString() local 296 TEST_ENSURE( nLen2 == 33, "test_OWString error 58" ); in test_OUString()
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 3642 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()
|
H A D | dump8a.cxx | 1257 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()
|
/aoo42x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 193 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales() local 194 for (k = 0; k < nLen2; ++k) in getLocales()
|
/aoo42x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 198 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales() local 199 for (k = 0; k < nLen2; ++k) in getLocales()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 4520 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()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 118 const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const;
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8scan.cxx | 4028 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()
|
/aoo42x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 177 sal_Int32 nLen2 = aLocaleNames.getLength(); in getLocales() local 178 for (k = 0; k < nLen2; ++k) in getLocales()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 3430 xub_StrLen nLen2 = aTmp2.Len(); in AutoCorrectParsedSymbol() local 3431 if ( nLen1 || nLen2 ) in AutoCorrectParsedSymbol() 3438 if ( nLen2 ) in AutoCorrectParsedSymbol() 3469 nLen1 = nLen2; in AutoCorrectParsedSymbol()
|
/aoo42x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 1617 sal_Int32 nLen2 = rObj2.maImpIdSeq.getLength(); in operator ()() local 1618 if( nLen1 == nLen2 && nLen1 > 0 ) in operator ()()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1671 xub_StrLen nLen2 = (nLen - rStr.Len()) / 2; in lcl_ScDocShell_GetFixedWidthString() local 1673 aTmp.Fill( nLen2 ); in lcl_ScDocShell_GetFixedWidthString()
|