Home
last modified time | relevance | path

Searched refs:nLen1 (Results 1 – 17 of 17) sorted by relevance

/trunk/main/linguistic/source/
H A Ddicimp.cxx514 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 Dmisc.cxx218 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()
/trunk/main/sot/source/sdstor/
H A Dstgole.cxx123 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()
/trunk/main/comphelper/source/misc/
H A Dserviceinfohelper.cxx68 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()
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx525 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()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx248 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()
/trunk/main/unotools/source/i18n/
H A Dtransliterationwrapper.cxx275 const String& rStr1, sal_Int32 nOff1, sal_Int32 nLen1, in compareSubstring() argument
283 return xTrans->compareSubstring( rStr1, nOff1, nLen1, rStr2, nOff2, nLen2 ); in compareSubstring()
/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()
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()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl47 @param nLen1
64 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
H A DXTransliteration.idl292 @param nLen1
309 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1228 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()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_old_testowstring.cxx292 sal_Int32 nLen1 = OWAsciiStr1.getLength(); in test_OUString() local
293 TEST_ENSURE( nLen1 == 74, "test_OWString error 57" ); in test_OUString()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4519 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()
/trunk/main/unotools/inc/unotools/
H A Dtransliterationwrapper.hxx117 const String& rStr1, sal_Int32 nOff1, sal_Int32 nLen1,
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1616 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 ()()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3421 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()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3179 for (sal_Int32 j = 0, nLen1 = pRow[i].getLength(); j < nLen1; j++) in setFilter() local

Completed in 226 milliseconds