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.sdf189 …ABPAGE_INVALIDPARENT 0 sq Ky Stil nuk mund të përdoret si një Stil i bazës,\nseps…
190 … 0 sq Emri tashmë ekziston si Stil i përzgjedhur.\nJu lutem zgjedhni një emër tjetër. …
262 … 0 sq Nëse zgjedhni opcionin "%PLACEHOLDER%", duhet të vendosni një URL 2…
359 …ox MSG_CANT_CLOSE 0 sq Dokumenti nuk mund të mbyllet sepse një\npunë e shtypjes ës…
362 …. Gabimet e mundshme mund të jenë mungesa e llogarisë së shfrytëzuesit apo një Setup defektiv.\nJu…
390 …orbox MSG_ERROR_EMPTY_NAME 0 sq Ju lutemi specifikoni një emër. 2…
391 …0 errorbox MSG_ERROR_UNIQ_NAME 0 sq Ju lutem specifiko një emër unik.\nShënime…
392 …DEFAULT_TEMPLATE 0 sq A duhet shablloni "$(TEXT)" të bëhet një shabllon standard? …
396 … 0 string STR_ERROR_NOSTORAGE 0 sq Fajlli i zgjedhur ka një përmasë të pasaktë.…
419 …(TEMPLATE)" nuk është gjetur në lokacionin origjinal. Shablloni me emrin e njëjtë ekziston në "$(F…
[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 Dslovenian.lm78 nj 194
H A Dbosnian.lm98 nj 125
H A Dzulu.lm222 nj
H A Dcroatian.lm90 nj 569
H A Dserbian-latin.lm89 nj 900
H A Dmalay.lm311 nj 482
H A Dindonesian.lm327 nj 99
/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 …basic\shared\03102100.xhp 0 help par_id3153877 13 0 kid nj]]]o‖Start and End ca…
10566 …sic\shared\01170103.xhp 0 help par_id3149697 33 0 kid f=nj-a‖\<ahelp hid=\"HID_…
36266 …hared\guide\keyboard.xhp 0 help hd_id3154960 48 0 kid nj]9c9‖Navigating the m…
40159 …d\optionen\01060100.xhp 0 help par_id3163549 19 0 kid nj+gcc‖\<ahelp hid=\"SC…
40231 …ptionen\01010200.xhp 0 help par_idN1091E 0 kid 375nj-‖Warn when not savin…
51402 …uide\pagestyles.xhp 0 help par_id3156252 16 0 kid mwy+nj‖To apply the custom …
53973 ….UserInterface.Effects.ooo-emphasis-flicker Label 0 kid qlx=nj‖Flicker …
56212 …ommands.UserInterface.Commands..uno:CreateAbstract Label 0 kid nj]d99‖Create A~utoAbst…
56918 …dFormat.src 0 stringlist WIN_CONDITION.LB_OP 5 0 kid wm1=nj‖greater than …
60539 sc source\ui\src\globstr.src 0 string RID_GLOBSTR STR_TABINSERT_ERROR 0 kid z76+nj‖…
[all …]
/trunk/extras/l10n/source/is/
H A Dlocalize.sdf1698 …xrm 0 readmeitem credits credits 0 is Við vonumst til að þú njótir þess að vinna me…
17448 …text 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 …sis.ulf 0 LngText MUI_TEXT_WELCOME_INFO_TITLE 0 hu Köszönjük, hogy letöltötte a…
36101 … par_id0820200803204063 0 hu Üdvözli az %PRODUCTNAME. Köszönjük, hogy az %PRODUCTN…
/trunk/extras/l10n/source/fi/
H A Dlocalize.sdf17536 …PENDENCIES_TEXT 0 fi Lisäosaa ei voi asentaa, koska seuraavat\njärjestelmävaatimukset…
/trunk/extras/l10n/source/et/
H A Dlocalize.sdf7101 …OPTCAPTION_PAGE FT_OBJECTS 106 et Automaatne pealdiste lisamine\njärgnevatele objektide…