/aoo4110/main/sc/source/core/data/ |
H A D | markarr.cxx | 185 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 D | compressedarray.cxx | 187 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 D | table3.cxx | 381 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 D | attarray.cxx | 420 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 …]
|
/aoo4110/extras/l10n/source/sq/ |
H A D | localize.sdf | 10752 …\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 …]
|
/aoo4110/main/libtextcat/data/new_fingerprints/lm/ |
H A D | albanian.lm | 78 nj 313 95 një 245 154 një_ 172
|
H A D | bosnian.lm | 98 nj 125
|
H A D | croatian.lm | 90 nj 569
|
H A D | slovenian.lm | 78 nj 194
|
H A D | zulu.lm | 222 nj
|
H A D | indonesian.lm | 327 nj 99
|
H A D | malay.lm | 311 nj 482
|
H A D | serbian-latin.lm | 89 nj 900
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 3525 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 …]
|
/aoo4110/main/chart2/source/view/charttypes/ |
H A D | Splines.cxx | 653 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()
|
/aoo4110/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 126 + <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…
|
/aoo4110/extras/l10n/source/kid/ |
H A D | localize.sdf | 10469 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 …]
|
/aoo4110/extras/l10n/source/is/ |
H A D | localize.sdf | 26738 …src 0 fixedtext TP_REGISTRATION FT_REGISTRATION_END 0 is Við vonum að þú njótir þess að vinna me… 41746 readlicense_oo docs\readme\readme.xrm 0 readmeitem credits credits 0 is Við vonumst til að þú njó…
|
/aoo4110/extras/l10n/source/lv/ |
H A D | localize.sdf | 7142 …G_OPT_JAVASCRIPT_DISABLE FT_JSCPT_WARNING 195 lv Ņemiet vērā, ka ar Java\njūs atslēdzat arī Java…
|
/aoo4110/extras/l10n/source/hu/ |
H A D | localize.sdf | 49000 …er.xhp 0 help par_id0820200803204063 0 hu Üdvözli az %PRODUCTNAME. Köszönjük, hogy az %PRODUCTN… 68558 …\msi_languages\Nsis.ulf 0 LngText MUI_TEXT_WELCOME_INFO_TITLE 0 hu Köszönjük, hogy letöltötte a…
|
/aoo4110/extras/l10n/source/et/ |
H A D | localize.sdf | 46229 …dtext TP_OPTCAPTION_PAGE FT_OBJECTS 106 et Automaatne pealdiste lisamine\njärgnevatele objektide…
|
/aoo4110/extras/l10n/source/fi/ |
H A D | localize.sdf | 8992 … RID_DLG_DEPENDENCIES_TEXT 0 fi Lisäosaa ei voi asentaa, koska seuraavat\njärjestelmävaatimukset…
|