Home
last modified time | relevance | path

Searched refs:nj (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dmarkarr.cxx185 SCSIZE nj = ni; // stop position of range to replace in SetMarkArea() local
186 while ( nj < nCount && pData[nj].nRow <= nEndRow ) in SetMarkArea()
187 nj++; in SetMarkArea()
190 if ( nj < nCount && pData[nj].bMarked == bMarked ) in SetMarkArea()
196 pData[ni-1].nRow = pData[nj].nRow; in SetMarkArea()
197 nj++; in SetMarkArea()
208 if ( ni < nj ) in SetMarkArea()
217 if ( ni < nj ) in SetMarkArea()
219 memmove( pData + ni, pData + nj, (nCount - nj) * sizeof(ScMarkEntry) ); in SetMarkArea()
220 nCount -= nj - ni; in SetMarkArea()
H A Dcompressedarray.cxx187 size_t nj = ni; // stop position of range to replace in SetValue() local
188 while (nj < nCount && pData[nj].nEnd <= nEnd) in SetValue()
189 nj++; in SetValue()
192 if (nj < nCount && pData[nj].aValue == aNewVal) in SetValue()
198 pData[ni-1].nEnd = pData[nj].nEnd; in SetValue()
199 nj++; in SetValue()
210 if (ni < nj) in SetValue()
219 if (ni < nj) in SetValue()
221 memmove( pData + ni, pData + nj, in SetValue()
222 (nCount - nj) * sizeof(DataEntry)); in SetValue()
[all …]
H A Dtable3.cxx381 SCsCOLROW nj = nHi; in QuickSort() local
386 while ((nj >= nLo) && (Compare(pArray, nLo, nj)) < 0) in QuickSort()
387 nj--; in QuickSort()
388 if (ni <= nj) in QuickSort()
390 if (ni != nj) in QuickSort()
391 pArray->Swap( ni, nj ); in QuickSort()
393 nj--; in QuickSort()
395 } while (ni < nj); in QuickSort()
396 if ((nj - nLo) < (nHi - ni)) in QuickSort()
398 if (nLo < nj) in QuickSort()
[all …]
H A Dattarray.cxx420 SCSIZE nj = ni; // stop position of range to replace in SetPatternArea() local
421 while ( nj < nCount && pData[nj].nRow <= nEndRow ) in SetPatternArea()
422 nj++; in SetPatternArea()
425 if ( nj < nCount && pData[nj].pPattern == pPattern ) in SetPatternArea()
431 pData[ni-1].nRow = pData[nj].nRow; in SetPatternArea()
432 nj++; in SetPatternArea()
448 if ( ni < nj ) in SetPatternArea()
450 for ( SCSIZE nk=ni; nk<nj; nk++) in SetPatternArea()
461 if ( ni < nj ) in SetPatternArea()
463 memmove( pData + ni, pData + nj, (nCount - nj) * sizeof(ScAttrEntry) ); in SetPatternArea()
[all …]
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf10752 …\scalc\01\04060109.xhp 0 help par_id3153118 23 0 sq Kthen një referencë në një qeli nga një inte…
14050 …guide\database_filter.xhp 0 help par_idN106E8 0 sq Kthen një referencë në një qeli nga një inte…
17606 helpcontent2 source\text\sbasic\shared\03080400.xhp 0 help tit 0 sq Kthen rrënjën katrore të një…
27015 …IPTIONS1.SC_OPCODE_GET_DATE_VALUE 1 0 sq Kthen një numër të mbrendshëm për një tekst që ndoshta …
27048 …SCRIPTIONS1.SC_OPCODE_GET_TIME_VALUE 1 0 sq Kthen një numër vijues për një tekst të paraqitur në…
28034 …SCRIPTIONS2.SC_OPCODE_TABLE 3 0 sq Referenca në një qeli ose një interval ose grup karakteresh t…
28062 …ID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_INDEX 1 0 sq Kthen një referencë në një qeli nga një inte…
28074 …_DESCRIPTIONS2.SC_OPCODE_LOOKUP 1 0 sq Përcakton një vlerë në një vektor me krahasim me vlerat n…
28137 …CURRENCY 3 0 sq Vlera është një numër, një referencë në një qeli që përmban një numër ose një f…
28246 …TIONS2.SC_OPCODE_DECIMAL 1 0 sq Këmben një tekst të një sistemi të veçantë numerik në një numër …
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx3525 long nj = nHi; in lcl_QuickSort() local
3530 while (nj >= nLo && fLo < rSortArray[nj]) nj--; in lcl_QuickSort()
3531 if (ni <= nj) in lcl_QuickSort()
3533 if (ni != nj) in lcl_QuickSort()
3535 swap(rSortArray[ni], rSortArray[nj]); in lcl_QuickSort()
3537 swap(pIndexOrder->at(ni), pIndexOrder->at(nj)); in lcl_QuickSort()
3541 --nj; in lcl_QuickSort()
3544 while (ni < nj); in lcl_QuickSort()
3546 if ((nj - nLo) < (nHi - ni)) in lcl_QuickSort()
3548 if (nLo < nj) lcl_QuickSort(nLo, nj, rSortArray, pIndexOrder); in lcl_QuickSort()
[all …]
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dalbanian.lm78 nj 313
95 një 245
154 një_ 172
H A Dserbian-latin.lm89 nj 900
H A Dzulu.lm222 nj
H A Dbosnian.lm98 nj 125
H A Dcroatian.lm90 nj 569
H A Dindonesian.lm327 nj 99
H A Dmalay.lm311 nj 482
H A Dslovenian.lm78 nj 194
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx653 sal_uInt32 nj; // for loop in CalculateCubicSplines() local
666 for(nj = 1; nj < nGranularity; nj++) in CalculateCubicSplines()
668 fParam = aParameter[ni] + ( fInc * static_cast< double >( nj ) ); in CalculateCubicSplines()
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch126 + <property name="temp-src-nj.dir" value="${temp.dir}/n/jsource"/>
257 + <copy todir="${temp-src-nj.dir}">
285 + <replace file="${temp-src-nj.dir}/com/saxonica/validate/SchemaAwareConfiguration.java"
290 + <replace file="${temp-src-nj.dir}/net/sf/saxon/Configuration.java"
449 + optimize="${build.optimize}" srcdir="${temp-src-nj.dir}" source="${build.compiler.sour…
464 + optimize="${build.optimize}" srcdir="${temp-src-nj.dir}" source="${build.compiler.sour…
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf10469 helpcontent2 source\text\sbasic\shared\03102100.xhp 0 help par_id3153877 13 0 kid nj]]]o‖Start an…
36266 helpcontent2 source\text\shared\guide\keyboard.xhp 0 help hd_id3154960 48 0 kid nj]9c9‖Navigating…
40231 helpcontent2 source\text\shared\optionen\01010200.xhp 0 help par_idN1091E 0 kid 375nj-‖Warn when…
53973 …lue ..Effects.UserInterface.Effects.ooo-emphasis-flicker Label 0 kid qlx=nj‖Flicker 20130829 …
56918 reportdesign source\ui\dlg\CondFormat.src 0 stringlist WIN_CONDITION.LB_OP 5 0 kid wm1=nj‖greater…
60539 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_TABINSERT_ERROR 0 kid z76+nj‖The table coul…
60867 … 0 string RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Imreal 2 0 kid vrs-nj‖Complex number 20…
61016 ….src 0 string RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Effect 5 0 kid nj]sw+‖The periods 2…
69595 sw source\ui\fldui\fldtdlg.src 0 pageitem DLG_FLD_INSERT.1 TP_FLD_DB 0 kid nj]5-f‖Database 201…
69944 sw source\ui\index\cnttab.src 0 fixedtext TP_TOX_ENTRY FT_TOKEN 30 kid 1n][nj‖~Structure 20130…
[all …]
/trunk/extras/l10n/source/is/
H A Dlocalize.sdf1698 readlicense_oo docs\readme\readme.xrm 0 readmeitem credits credits 0 is Við vonumst til að þú njó…
17448 …src 0 fixedtext TP_REGISTRATION FT_REGISTRATION_END 0 is Við vonum að þú njótir þess að vinna me…
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf989 …\msi_languages\Nsis.ulf 0 LngText MUI_TEXT_WELCOME_INFO_TITLE 0 hu Köszönjük, hogy letöltötte a…
36101 …er.xhp 0 help par_id0820200803204063 0 hu Üdvözli az %PRODUCTNAME. Köszönjük, hogy az %PRODUCTN…
/trunk/extras/l10n/source/fi/
H A Dlocalize.sdf17536 … RID_DLG_DEPENDENCIES_TEXT 0 fi Lisäosaa ei voi asentaa, koska seuraavat\njärjestelmävaatimukset…
/trunk/extras/l10n/source/et/
H A Dlocalize.sdf7101 …dtext TP_OPTCAPTION_PAGE FT_OBJECTS 106 et Automaatne pealdiste lisamine\njärgnevatele objektide…

Completed in 5410 milliseconds