Home
last modified time | relevance | path

Searched refs:j (Results 26 – 50 of 1026) sorted by relevance

12345678910>>...42

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat_service.java137 for (int j=0;j<entry.SubEntryCount;j++) { in executeTest()
138 if (!entry.SubEntries[j].isToTest) { in executeTest()
149 entry.SubEntries[j].UserDefinedParams = param; in executeTest()
150 entry.SubEntries[j].Logger = ifclog; in executeTest()
161 res = ifc.run(entry.SubEntries[j],tEnv,param); in executeTest()
171 res = ifc.run(entry.SubEntries[j],tEnv,param); in executeTest()
181 entry.SubEntries[j].SubEntries[k].State= in executeTest()
186 sumIt.summarizeUp(entry.SubEntries[j]); in executeTest()
191 sumIfc.initialize(entry.SubEntries[j],true); in executeTest()
192 entry.SubEntries[j].UserDefinedParams = param; in executeTest()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx861 for ( sal_uInt16 j=0; j<nCount; j++ ) in Load() local
2009 for ( sal_Int32 j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex() local
2029 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2039 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2045 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2179 for ( sal_uInt16 j=0; j<NF_INDEX_TABLE_ENTRIES; j++ ) in ImpGenerateFormats() local
2633 for ( j = 0; j < nCodes; j++ ) in ImpGenerateAdditionalFormats()
2669 for ( j = 0; j < nCodes; j++ ) in ImpGenerateAdditionalFormats()
3082 for ( sal_uInt16 j = 0; j < nCount; j++, ppData++ ) in GetCurrencyEntry() local
3453 for ( j=0; j < nCurrencies; ++j ) in GetCompatibilityCurrency()
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx188 j != i->second.end(); ++j) in initDisposeBroadcaster()
191 j->get(), in initDisposeBroadcaster()
200 j != i->second.end(); ++j) in initDisposeBroadcaster()
497 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
564 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
588 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
651 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
689 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
721 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
787 j != containerListeners_.end(); ++j) in initBroadcasterAndChanges()
[all …]
/trunk/main/solenv/inc/
H A D_tg_scp.mk30 LOCALSCP1FILES+=$(foreach,i,$(SCP1FILES) $(foreach,j,$(SCP1LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
48 LOCALSCP2FILES+=$(foreach,i,$(SCP2FILES) $(foreach,j,$(SCP2LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
66 LOCALSCP3FILES+=$(foreach,i,$(SCP3FILES) $(foreach,j,$(SCP3LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
84 LOCALSCP4FILES+=$(foreach,i,$(SCP4FILES) $(foreach,j,$(SCP4LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
102 LOCALSCP5FILES+=$(foreach,i,$(SCP5FILES) $(foreach,j,$(SCP5LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
120 LOCALSCP6FILES+=$(foreach,i,$(SCP6FILES) $(foreach,j,$(SCP6LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
138 LOCALSCP7FILES+=$(foreach,i,$(SCP7FILES) $(foreach,j,$(SCP7LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
156 LOCALSCP8FILES+=$(foreach,i,$(SCP8FILES) $(foreach,j,$(SCP8LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
174 LOCALSCP9FILES+=$(foreach,i,$(SCP9FILES) $(foreach,j,$(SCP9LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
192 LOCALSCP10FILES+=$(foreach,i,$(SCP10FILES) $(foreach,j,$(SCP10LINK_PRODUCT_TYPE) $(PAR)/$j/$i ))
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java262 for (int j = 0; j < h; j++) { in getBoundingBox()
264 if (j < top) in getBoundingBox()
265 top = j; in getBoundingBox()
266 if (j > bottom) in getBoundingBox()
267 bottom = j; in getBoundingBox()
294 for (int j = 0; j < h; j++) { in isFilledWith()
295 if (color != capture.getRGB(i, j)) in isFilledWith()
317 out: for (int j = 0; j < h; j++) { in findImage()
324 return new Point(i, j); in findImage()
342 for (int j = 0; j < h; j++) { in findColor()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx372 sal_Int32 i, j, k; in createHeaderForRecordType() local
388 for(j = 0; j < numRequiredProperties; j++) in createHeaderForRecordType()
432 for(j = 0; j < numRecords; j++) in createHeaderForRecordType()
456 for(j = 0; j < numNonRequiredProperties; j++) in createHeaderForRecordType()
582 sal_Int32 i,j,k; in createHeaderForProperty() local
646 j++; in createHeaderForProperty()
676 sal_Int32 i,j,k; in createHeaderForProperty() local
724 j++; in createHeaderForProperty()
784 j++; in createHeaderForProperty()
826 sal_Int32 i, j; in manageDuplicateHeaders() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XViewDataSupplier.java78 for (int j=0; j<oldProps.length; j++) { in setViewID()
81 newProps[j] = new PropertyValue(); in setViewID()
82 newProps[j].Name = oldProps[j].Name; in setViewID()
83 newProps[j].Handle = oldProps[j].Handle; in setViewID()
84 newProps[j].State = oldProps[j].State; in setViewID()
85 if (oldProps[j].Name.equals("ViewId")) { in setViewID()
86 newProps[j].Value = value; in setViewID()
104 for (int j=0; j<oldProps.length; j++) { in getViewID()
107 if (oldProps[j].Name.equals("ViewId")) { in getViewID()
108 retValue = (String)newProps[j].Value; in getViewID()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java307 for(int j = 0; j <= (end_col - start_col); j++) { in setValueToCellRange()
309 xCell.setValue(values[i][j]); in setValueToCellRange()
318 for(int j = 0; j < values[0].length; j++) { in setValueToCellRange()
320 xCell.setValue(values[i][j]); in setValueToCellRange()
341 for(int j = 0; j <= (end_col - start_col); j++) { in setTextToCellRange()
344 xText.setString(texts[i][j]); in setTextToCellRange()
354 for(int j = 0; j < texts[0].length; j++) { in setTextToCellRange()
357 xText.setString(texts[i][j]); in setTextToCellRange()
378 for(int j = 0; j <= (end_col - start_col); j++) { in getValueFromCellRange()
380 cellValues[i][j] = xCell.getValue(); in getValueFromCellRange()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dsorter.pm39 for ( my $j = $i + 1; $j <= $#{$arrayref}; $j++ )
41 my $onehashover = ${$arrayref}[$j];
47 ${$arrayref}[$j] = $onehashunder;
69 for ( my $j = $i + 1; $j <= $#{$arrayref}; $j++ )
71 my $onehashover = ${$arrayref}[$j];
77 ${$arrayref}[$j] = $onehashunder;
98 for ( my $j = $i + 1; $j <= $#{$arrayref}; $j++ )
100 my $onestringover = ${$arrayref}[$j];
105 ${$arrayref}[$j] = $onestringunder;
H A Depmfile.pm941 for ( my $j = 0; $j <= $#epmoutput; $j++ )
1522 for ( my $j = 0; $j <= $#{$prototypefile}; $j++ )
1644 for ( my $j = 0; $j <= $#{$changefile}; $j++ )
1646 …if (( ${$changefile}[$j] =~ /^\s*f\s+none\s+/ ) && ( ${$changefile}[$j] =~ /\=\Q$sourcepath\E\s+/ …
1682 for ( my $j = 0; $j <= $#{$changefile}; $j++ )
2360 for ( my $j = 0; $j <= $#pkgmkoutput; $j++ )
2542 for ( my $j = 0; $j <= $#rpmoutput; $j++ )
2991 for ( my $j = 0; $j <= $#{$allpackages}; $j++ )
3314 …for ( my $j = 0; $j <= $#{$scriptfile}; $j++ ) { ${$scriptfile}[$j] =~ s/SEARCHPACKAGENAMEPLACEHOL…
3317 …for ( my $j = 0; $j <= $#{$scriptfile}; $j++ ) { ${$scriptfile}[$j] =~ s/PRODUCTDIRECTORYNAME/$ins…
[all …]
/trunk/main/i18npool/source/breakiterator/
H A Dgendict.cxx68 sal_Int32 count, i, j; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
138 for (j = 0; j < 0x100; j++) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
139 if (charArray[(i*0x100) + j] != 0) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
142 … fprintf(cfp, "0x%02x, ", set[i] = (j < 0x100 ? sal::static_int_cast<sal_Int16>(count++) : 0xff)); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
153 for (j = 0; j < 0x100; j++) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
154 sal_Int32 k = (i*0x100) + j; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
160 prev = charArray[(i*0x100) + j]; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
165 if ((j+1) % 0x10 == 0) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
178 for (j = 0; j < 8; j++) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
179 if (exist[i * 8 + j]) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/trunk/main/sal/rtl/source/
H A Drandom.c169 sal_sSize j, k; in __rtl_random_seedPool() local
173 j = nBufLen - i; in __rtl_random_seedPool()
174 if (j > RTL_RANDOM_SIZE_DIGEST) in __rtl_random_seedPool()
175 j = RTL_RANDOM_SIZE_DIGEST; in __rtl_random_seedPool()
195 pBuffer += j; in __rtl_random_seedPool()
199 for (k = 0; k < j; k++) in __rtl_random_seedPool()
220 sal_Int32 j, k; in __rtl_random_readPool() local
224 j = nBufLen; in __rtl_random_readPool()
226 j = RTL_RANDOM_SIZE_DIGEST/2; in __rtl_random_readPool()
227 nBufLen -= j; in __rtl_random_readPool()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIniFile.java246 for (int j = _nSectionIndex + 1; j < m_aList.size(); j++) in findKeyFromKnownSection()
269 return j; in findKeyFromKnownSection()
281 for (int j = i; j < m_aList.size(); j++) in findLastKnownKeyIndex()
293 return j; in findLastKnownKeyIndex()
302 return j; in findLastKnownKeyIndex()
491 if (j == -1) in insertValue()
507 m_aList.set(j, sKeyValuePair); in insertValue()
574 int j = findNextSection(i + 1); in removeSection() local
575 if (j == -1) in removeSection()
578 j = m_aList.size(); in removeSection()
[all …]
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx153 int j = currentChar - 0x3099; // 0x3099, 0x309a, 0x309b, 0x309c ? in compose_ja_voiced_sound_marks() local
155 if (2 <= j && j <= 3) // 0x309b or 0x309c in compose_ja_voiced_sound_marks()
156 j -= 2; in compose_ja_voiced_sound_marks()
158 if (0 <= j && j <= 1) { in compose_ja_voiced_sound_marks()
176 *dst ++ = composition_table[i][j]; in compose_ja_voiced_sound_marks()
227 int i, j, high, low; in getfull2halfTableForASC() local
238 for( j = 0; j < 256; j++ ) in getfull2halfTableForASC()
239 table.mpIndex[high][j] = NULL; in getfull2halfTableForASC()
261 int i, j, high, low; in gethalf2fullTableForJIS() local
272 for( j = 0; j < 256; j++ ) in gethalf2fullTableForJIS()
[all …]
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java267 for (int j = _nSectionIndex + 1; j < m_aList.size(); j++) in findKeyFromKnownSection()
290 return j; in findKeyFromKnownSection()
302 for (int j = i; j < m_aList.size(); j++) in findLastKnownKeyIndex()
314 return j; in findLastKnownKeyIndex()
323 return j; in findLastKnownKeyIndex()
516 if (j == -1) in insertValue()
532 m_aList.set(j, sKeyValuePair); in insertValue()
599 int j = findNextSection(i + 1); in removeSection() local
600 if (j == -1) in removeSection()
603 j = m_aList.size(); in removeSection()
[all …]
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx103 sal_Int16 j; in init() local
104 for (j = 0; j < key_count; j++) { in init()
105 if (keys[j].key > 0 && (i == keys[j].key || index->compare(i, keys[j].key) == 0)) { in init()
110 if (j == key_count) in init()
184 sal_Int16 i, j; in makeIndexKeys() local
245 for (j=i+1; j < mkey_count; j++) { in makeIndexKeys()
248 mkeys[i] = mkeys[j]; in makeIndexKeys()
249 mkeys[j] = k; in makeIndexKeys()
272 sal_Int16 j=0; in init() local
282 tables[j++].init(start, end, keys, key_count, this); in init()
[all …]
/trunk/main/formula/source/core/api/
H A Dtoken.cxx518 while ( pCode[j]->GetOpCode() == ocSpaces && j < nLen ) in PeekNextNoSpaces()
519 j++; in PeekNextNoSpaces()
520 if ( j < nLen ) in PeekNextNoSpaces()
534 while ( pCode[j]->GetOpCode() == ocSpaces && j > 0 ) in PeekPrevNoSpaces()
535 j--; in PeekPrevNoSpaces()
536 if ( j > 0 || pCode[j]->GetOpCode() != ocSpaces ) in PeekPrevNoSpaces()
547 for ( sal_uInt16 j=0; j < nLen; j++ ) in HasOpCode() local
557 for ( sal_uInt16 j=0; j < nRPN; j++ ) in HasOpCodeRPN() local
567 for ( sal_uInt16 j=0; j < nLen; j++ ) in HasNameOrColRowName() local
661 for( sal_uInt16 j = 0; j < nLen; j++, p2++ ) in Clone() local
[all …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DDirtyTagWrapper.java105 for(int j=0;j<parts2.length-1;j++){ in wrapString()
106 parts2[j]+="\\>"; in wrapString()
113 for(int j=0;j<parts2.length;j++){ in wrapString()
116 if(parts2[j].startsWith("\\<")){ in wrapString()
117 tagString.add(parts2[j]); in wrapString()
119 }else if((idx=parts2[j].indexOf("\\<"))>0&&parts2[j].indexOf("\\>")>0){ in wrapString()
122 tagString.add(parts2[j].substring(0,(parts2[j].indexOf("\\<")))); in wrapString()
124 tagString.add(parts2[j].substring(parts2[j].indexOf("\\<"))); in wrapString()
128 tagString.add(parts2[j]); in wrapString()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dwrapper_gpl.cxx44 for (int j = k; j < argc; ++j) in main() local
45 argv[j] = argv[j+1]; in main()
51 for (int j = k; j < argc; ++j) in main() local
52 argv[j] = argv[j+1]; in main()
58 for (int j = k; j < argc; ++j) in main() local
59 argv[j] = argv[j+1]; in main()
/trunk/main/sc/source/core/data/
H A Dglobal2.cxx275 for (SCCOL j=0; j<r.nSubTotals[i]; j++) in ScSubTotalParam() local
277 pSubTotals[i][j] = r.pSubTotals[i][j]; in ScSubTotalParam()
278 pFunctions[i][j] = r.pFunctions[i][j]; in ScSubTotalParam()
307 for ( SCCOL j=0; j<nSubTotals[i]; j++ ) { in Clear() local
308 pSubTotals[i][j] = 0; in Clear()
347 for (SCCOL j=0; j<r.nSubTotals[i]; j++) in operator =() local
349 pSubTotals[i][j] = r.pSubTotals[i][j]; in operator =()
350 pFunctions[i][j] = r.pFunctions[i][j]; in operator =()
395 for (SCCOL j=0; (j<nSubTotals[i]) && bEqual; j++) in operator ==() local
398 && (pSubTotals[i][j] == rOther.pSubTotals[i][j]) in operator ==()
[all …]
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx303 for (int j = 0; j < numdict; j++) in hyphenate() local
403 for(int j = 0; j < n; j++) in hyphenate() local
405 if (rep[j]) free(rep[j]); in hyphenate()
518 for(int j = 0; j < n; j++) in hyphenate() local
520 if (rep[j]) free(rep[j]); in hyphenate()
567 for (int j = 0; j < numdict; j++) in createPossibleHyphens() local
569 if (aLocale == aDicts[j].aLoc) k = j; in createPossibleHyphens()
663 for(int j = 0; j < n; j++) in createPossibleHyphens() local
665 if (rep[j]) free(rep[j]); in createPossibleHyphens()
720 for(int j = 0; j < n; j++) in createPossibleHyphens() local
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx461 for (lcl_tSizeType j=1; j<=n ; ++j) in createParameterT() local
497 for (lcl_tSizeType j = 0; j <= p; ++j) in createKnotVector() local
499 u[j] = 0.0; in createKnotVector()
502 for (lcl_tSizeType j = 1; j <= n-p; ++j ) in createKnotVector() local
505 for (lcl_tSizeType i = j; i <= j+p-1; ++i) in createKnotVector()
511 for (lcl_tSizeType j = n+1; j <= n+1+p; ++j) in createKnotVector() local
513 u[j] = 1.0; in createKnotVector()
535 for (sal_uInt32 j = s-1; j>=1 ; --j) in applyNtoParameterT() local
537 fLeftFactor = ( tk - u[i-j] ) / ( u[i-j+s] - u[i-j] ) ; in applyNtoParameterT()
538 fRightFactor = ( u[i-j+s+1] - tk ) / ( u[i-j+s+1] - u[i-j+1] ); in applyNtoParameterT()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx2395 for (j = 0; j < nR1; j++) in CalculateTest()
2406 for (j = 0; j < nR2; j++) in CalculateTest()
2490 for (j = 0; j < nR1; j++) in ScTTest()
2556 for (j = 0; j < nR1; j++) in ScFTest()
2567 for (j = 0; j < nR2; j++) in ScFTest()
2634 for (SCSIZE j = 0; j < nR1; j++) in ScChiTest() local
3986 for (SCSIZE j = 0; j < nR1; j++) in CalculatePearsonCovar() local
4006 for (SCSIZE j = 0; j < nR1; j++) in CalculatePearsonCovar() local
4094 for (SCSIZE j = 0; j < nR1; j++) in CalculateSlopeIntercept() local
4114 for (SCSIZE j = 0; j < nR1; j++) in CalculateSlopeIntercept() local
[all …]
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx238 for ( sal_uLong j = 0; j < pList->Count() && bMatch; j++ ) { in GetChildElement() local
239 XMLAttribute *pAttribute = pList->GetObject( j ); in GetChildElement()
342 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ) { in Write() local
344 String sData(*pElement->GetAttributeList()->GetObject( j )); in Write()
348 sData=pElement->GetAttributeList()->GetObject( j )->GetValue(); in Write()
408 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in Print() local
413 ByteString( pElement->GetAttributeList()->GetObject( j )->GetValue(), in Print()
516 for ( sal_uLong j = 0; j < pElement->GetAttributeList()->Count(); j++ ){ in InsertL10NElement() local
644 for ( sal_uLong j = 0 , cnt = pElement->GetAttributeList()->Count(); j < cnt && bInsert; j++ ){ in SearchL10NElements() local
718 … for ( sal_uLong j = 0 , cnt = pElement->GetAttributeList()->Count(); j < cnt && bInsert; j++ ){ in CheckExportStatus() local
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx61 short i,j,nHue,nNSat,nVal,nC[3],nmax,nmed,nmin; in DXFPalette() local
87 j=nHue-(nmax<<3); if (j>4) j=j-24; in DXFPalette()
88 if (j>=0) { in DXFPalette()
95 j=-j; in DXFPalette()
98 nC[nmed]=255*j/4; in DXFPalette()
101 for (j=0; j<3; j++) nC[j]=(nC[j]>>1)+128; in DXFPalette()
103 for (j=0; j<3; j++) nC[j]=nC[j]*nVal/5; in DXFPalette()

Completed in 183 milliseconds

12345678910>>...42