/aoo41x/main/linguistic/source/ |
H A D | dicimp.cxx | 514 sal_Int32 nLen1 = aWord1.getLength(), in cmpDicEntry() local 519 if (nLen1 && cChar == aWord1[ nLen1 - 1 ]) in cmpDicEntry() 520 nLen1--; in cmpDicEntry() 537 while (nIdx1 < nLen1 && (cChar1 = aWord1[ nIdx1 ]) == cIgnChar) in cmpDicEntry() 548 if (nIdx1 < nLen1 && nIdx2 < nLen2) in cmpDicEntry() 556 } while (nIdx1 < nLen1 && nIdx2 < nLen2); in cmpDicEntry() 566 while (nIdx1 < nLen1 ) in cmpDicEntry() 577 nRes = ((sal_Int32) nLen1 - nNumIgnChar1) - ((sal_Int32) nLen2 - nNumIgnChar2); in cmpDicEntry()
|
H A D | misc.cxx | 218 sal_Int32 nLen1 = rTxt1.getLength(); in LevDistance() local 221 if (nLen1 == 0) in LevDistance() 224 return nLen1; in LevDistance() 226 IntArray2D aData( nLen1 + 1, nLen2 + 1 ); in LevDistance() 229 for (i = 0; i <= nLen1; ++i) in LevDistance() 233 for (i = 1; i <= nLen1; ++i) in LevDistance() 258 sal_Int32 nDist = aData.Value(nLen1, nLen2); in LevDistance()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgole.cxx | 123 sal_Int32 nLen1 = 0; in Load() local 124 *this >> nLen1; in Load() 125 if ( nLen1 > 0 ) in Load() 128 sal_uLong nStrLen = ::std::min( nLen1, (sal_Int32)0xFFFE ); in Load()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | serviceinfohelper.cxx | 68 const sal_Int32 nLen1 = rSeq1.getLength(); in concatSequences() local 71 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSeq( nLen1 + nLen2 ); in concatSequences() 77 for( nIdx = 0; nIdx < nLen1; nIdx++ ) in concatSequences()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdomeas.cxx | 525 long nLen1=nShortLen; // Pfeilbreite als Linienlaenge ausserhalb des Pfeils in ImpCalcGeometrics() local 529 if (rPol.eUsedTextHPos==SDRMEASURE_TEXTLEFTOUTSIDE) nLen1=nArrow1Len+nTextWdt; in ImpCalcGeometrics() 533 …rPol.aMainline1.aP2=aMainlinePt1; rPol.aMainline1.aP2.X()-=nLen1; RotatePoint(rPol.aMainline1.aP2,… in ImpCalcGeometrics() 1048 long nLen1=GetLen(aPt2-aPt1); in NbcRotate() local 1049 if (nLen1!=nLen0) { // Aha, Rundungsfehler in NbcRotate() 1052 dx=BigMulDiv(dx,nLen0,nLen1); in NbcRotate() 1053 dy=BigMulDiv(dy,nLen0,nLen1); in NbcRotate()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 275 const String& rStr1, sal_Int32 nOff1, sal_Int32 nLen1, in compareSubstring() argument 283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 248 const sal_Int32 nLen1 = rServices1.getLength(); in concatServiceNames() local 251 uno::Sequence< OUString > aSeq( nLen1+nLen2 ); in concatServiceNames() 258 for( nIdx = 0; nIdx < nLen1; nIdx++ ) in concatServiceNames()
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 47 @param nLen1 64 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
|
H A D | XTransliteration.idl | 291 @param nLen1 308 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
|
/aoo41x/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() 260 while( nStt1 < nLen1 && rData.GetChanged( nStt1 )) ++nStt1; in ShowDiffs() 283 sal_uLong nLen1 = rData.GetLineCount(), nLen2 = GetLineCount(); in HasDiffs() local 286 while( nStt1 < nLen1 || nStt2 < nLen2 ) in HasDiffs()
|
/aoo41x/main/sal/qa/rtl_strings/ |
H A D | rtl_old_testowstring.cxx | 292 sal_Int32 nLen1 = OWAsciiStr1.getLength(); in test_OUString() local 293 TEST_ENSURE( nLen1 == 74, "test_OWString error 57" ); in test_OUString()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 1228 long nLen1 = nLen; in DumpPcd() local 1242 nLen1 --; in DumpPcd() 1246 nLen1 -= 2; in DumpPcd() 1252 nLen1 -= cb; in DumpPcd() 1259 nLen1 -= 4; in DumpPcd() 1260 if( nLen1 != nLen2 ) in DumpPcd() 1261 *pOut << "!!! nLen1 ( " << nLen1 << " ) != nLen2 ( " << nLen2 << " ) !" in DumpPcd()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 117 const String& rStr1, sal_Int32 nOff1, sal_Int32 nLen1,
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods.cxx | 4519 sal_Int32 nLen1 = aBeforeStart.getLength(); in RTLFUNC() local 4521 sal_Int32 nLen = nLen1 >= nLen2 ? nLen1:nLen2; in RTLFUNC() 4548 nLen1 = aLowerValue.getLength(); in RTLFUNC() 4551 if( nLen > nLen1 ) in RTLFUNC() 4554 for ( sal_Int32 i= (nLen - nLen1) ; i > 0; --i ) in RTLFUNC()
|
/aoo41x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 1616 sal_Int32 nLen1 = rObj1.maImpIdSeq.getLength(); in operator ()() local 1618 if( nLen1 == nLen2 && nLen1 > 0 ) in operator ()() 1622 bEqual = (memcmp( pId1, pId2, nLen1 * sizeof( sal_Int8 ) ) == 0 ); in operator ()()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 3421 xub_StrLen nLen1 = aTmp1.Len(); in AutoCorrectParsedSymbol() local 3431 if ( nLen1 || nLen2 ) in AutoCorrectParsedSymbol() 3433 if ( nLen1 ) in AutoCorrectParsedSymbol() 3461 if ( nLen1 ) in AutoCorrectParsedSymbol() 3469 nLen1 = nLen2; in AutoCorrectParsedSymbol()
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 3179 for (sal_Int32 j = 0, nLen1 = pRow[i].getLength(); j < nLen1; j++) in setFilter() local
|