Home
last modified time | relevance | path

Searched refs:j (Results 51 – 75 of 1026) sorted by relevance

12345678910>>...42

/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx492 sal_uLong j; in CheckDiscard() local
498 for (j = n; j < nLen; j++) in CheckDiscard()
507 while( j > n && 2 == pDiscard[j - 1] ) in CheckDiscard()
512 length = j - n; in CheckDiscard()
518 while (j > n) in CheckDiscard()
538 for (j = 0, consec = 0; j < length; j++) in CheckDiscard()
551 for (j = 0, consec = 0; j < length; j++) in CheckDiscard()
553 if (j >= 8 && pDiscard[n + j] == 1) in CheckDiscard()
569 for (j = 0, consec = 0; j < length; j++) in CheckDiscard()
571 if (j >= 8 && pDiscard[n - j] == 1) in CheckDiscard()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DIniFile.java183 for (int j=_nSectionIndex + 1; j<m_aList.size();j++) in findKeyFromKnownSection()
185 String sLine = getItem(j).trim(); in findKeyFromKnownSection()
204 return j; in findKeyFromKnownSection()
216 for (int j=i; j<m_aList.size();j++) in findLastKnownKeyIndex()
218 String sLine = getItem(j).trim(); in findLastKnownKeyIndex()
228 return j; in findLastKnownKeyIndex()
237 return j; in findLastKnownKeyIndex()
359 if (j == -1) in insertValue()
362 j = findLastKnownKeyIndex(i, _sKey); in insertValue()
364 m_aList.add(j, sKeyValuePair); in insertValue()
[all …]
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1841 sal_uInt16 j; in dumpMethods() local
1842 for (j=0; j < paramCount; j++) in dumpMethods()
2333 for (j=0; j < paramCount; j++) in dumpCUnoMethods()
2339 for (j=0; j < excCount; j++) in dumpCUnoMethods()
2347 for (j=0; j < paramCount; j++) in dumpCUnoMethods()
2372 for (j=0; j < excCount; j++) in dumpCUnoMethods()
2415 for (j=0; j < paramCount; j++) in dumpCUnoMethods()
2421 for (j=0; j < excCount; j++) in dumpCUnoMethods()
2482 sal_uInt16 j; in dumpMethodsCppuDecl() local
2483 for (j=0; j < paramCount; j++) in dumpMethodsCppuDecl()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dpackagelist.pm194 for ( my $j = 0; $j <= $#{$allmodules}; $j++ )
196 my $onemodule = ${$allmodules}[$j]; # this is the module, that shall be removed or not
270 for ( my $j = 0; $j <= $#{$moduleslist}; $j++ )
273 my $filemodule = ${$moduleslist}[$j];
329 for ( my $j = 0; $j <= $#{$filelist}; $j++ ) # iterating over file list
331 my $onefile = ${$filelist}[$j];
360 for ( my $j = 0; $j <= $#newlinklist; $j++ ) # iterating over newly created link list
362 my $onefilelink = $newlinklist[$j];
407 for ( my $j = 0; $j <= $#{$moduleslist}; $j++ )
410 my $dirmodule = ${$moduleslist}[$j];
H A Dworker.pm210 for ( my $j = 0; $j <= $#localchecksum; $j++ ) { push(@checksum, $localchecksum[$j]); }
438 for ( my $j = 0; $j <= $#installer::globals::errorlogfileinfo; $j++ )
1018 for ( my $j = 0; $j <= $#{$allmodules}; $j++ )
1122 for ( my $j = 0; $j <= $#{$languagesarrayref}; $j++ ) # iterating over all languages
1303 for ( my $j = $i + 1; $j <= $#{$arrayref}; $j++ )
1500 for ( my $j = 0; $j <= $#{$patchfiles}; $j++ )
2325 for ( my $j = 0; $j <= $#{$includefile}; $j++ )
2404 for ( my $j = 0; $j <= $#sourcefiles; $j++ )
2760 for ( my $j = 0; $j <= $#cyg_sourcepathlist; $j++ )
3085 for ( my $j = 0; $j <= $#{$spellcheckfile}; $j++ )
[all …]
H A Djavainstaller.pm503 for ( my $j = 0; $j <= $#{$templatefile}; $j++ )
505 if ( ${$templatefile}[$j] =~ /\Q$searchstring\E/ )
507 ${$templatefile}[$j] =~ s/$searchstring/$classfilename/;
814 for ( my $j = 0; $j <= $#{$unitcopy}; $j++ ) { ${$unitcopy}[$j] =~ s/ONELANGUAGE/$onelanguage/g; }
830 for ( my $j = 0; $j <= $#{$unitcopy}; $j++ ) { ${$unitcopy}[$j] =~ s/DEFAULT/$onelanguage/g; }
1145 for ( my $j = 0; $j <= $#{$xmlfile}; $j++ )
1147 if ( ${$xmlfile}[$j] =~ /archiveFileName\s*=\s*\'(.*?)\'/ )
1216 for ( my $j = 0; $j <= $#{$javafile}; $j++ ) { ${$javafile}[$j] =~ s/\b$oldstring\b/$newstring/; }
1221 for ( my $j = 0; $j <= $#{$javafile}; $j++ ) { ${$javafile}[$j] =~ s/\b$oldstring\b/$newstring/; }
1226 for ( my $j = 0; $j <= $#{$javafile}; $j++ ) { ${$javafile}[$j] =~ s/\b$oldstring\b/$newstring/; }
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java156 for (int j = 0; j < 16; j++) { in getBytes()
158 if (fgColors[j] != null) { in getBytes()
159 b[i++] = (byte)fgColors[j].getRed(); in getBytes()
160 b[i++] = (byte)fgColors[j].getGreen(); in getBytes()
161 b[i++] = (byte)fgColors[j].getBlue(); in getBytes()
169 for (int j = 0; j < 16; j++) { in getBytes()
171 if (bgColors[j] != null) { in getBytes()
172 b[i++] = (byte)bgColors[j].getRed(); in getBytes()
173 b[i++] = (byte)bgColors[j].getGreen(); in getBytes()
174 b[i++] = (byte)bgColors[j].getBlue(); in getBytes()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx141 sal_uInt16 j; in ScDBData() local
170 for (j=0; j<nCount; j++) in ScDBData()
172 pSubTotals[i][j] = rData.pSubTotals[i][j]; in ScDBData()
173 pFunctions[i][j] = rData.pFunctions[i][j]; in ScDBData()
262 for (j=0; j<nCount; j++) in operator =()
264 pSubTotals[i][j] = rData.pSubTotals[i][j]; in operator =()
265 pFunctions[i][j] = rData.pFunctions[i][j]; in operator =()
602 for (j=0; j<nCount; j++) in GetSubTotalParam()
604 rSubTotalParam.pSubTotals[i][j] = pSubTotals[i][j]; in GetSubTotalParam()
605 rSubTotalParam.pFunctions[i][j] = pFunctions[i][j]; in GetSubTotalParam()
[all …]
/trunk/main/sw/qa/core/
H A DTest-BigPtrArray.cxx168 for (int i = 0, j = NUM_ENTRIES - 1; i < NUM_ENTRIES; i++, j--) in TEST_F() local
170 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[i])->getCount() == j) << "test_insert_entries_at_f… in TEST_F()
217 for (int i = 0, j = -5; i < 5; i++, j++) in TEST_F() local
218 bparr.Insert(new BigPtrEntryMock(j), i); in TEST_F()
224 for (int i = 0, j = -5; i < bparr.Count(); i++, j++) in TEST_F() local
275 for (int j = 0, k = i + 1; j < bparr.Count(); j++, k++) in TEST_F() local
277 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[j])->getCount() == k) << "test_remove_at_front fai… in TEST_F()
305 for (int j = 0; j < bparr.Count(); j++) in TEST_F() local
307 …ASSERT_TRUE(static_cast<BigPtrEntryMock*>(bparr[j])->getCount() == j) << "test_remove_at_back fail… in TEST_F()
489 for (int i = 0, j = NUM_ENTRIES - 1; i < NUM_ENTRIES; i++, j--) in TEST_F() local
[all …]
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx830 j++; in GetNextNumber()
855 for (sal_uInt16 j=0; j<nAnzNums; ++j) in GetTimeRef() local
860 if (nStartIndex < j && j - nStartIndex < nAnz) in GetTimeRef()
1279 for ( sal_uInt16 j = 0; j < nAnzNums; j++ ) in GetDateRef() local
2415 sal_Int32 j, nElems; in InitText() local
2425 for ( j=0; j<nElems; j++ ) in InitText()
2427 pUpperMonthText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
2428 pUpperAbbrevMonthText[j] = pChrCls->upper( xElems[j].AbbrevName ); in InitText()
2436 for ( j=0; j<nElems; j++ ) in InitText()
2438 pUpperDayText[j] = pChrCls->upper( xElems[j].FullName ); in InitText()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java363 for (int j = 0; j < descs.length; ++j) { in create()
364 superTypes.add(descs[j]); in create()
425 for (int j = 0; j < ds.length; ++j) { in initMethodDescriptions()
477 for (int j = 0; j < params.length; ++j) { in initMethodDescriptions()
490 in[j] = d; in initMethodDescriptions()
493 out[j] = d; in initMethodDescriptions()
523 int j = i; in calculateTypeArguments() local
525 for (int level = 0; j != typeName.length(); ++j) { in calculateTypeArguments()
526 switch (typeName.charAt(j)) { in calculateTypeArguments()
545 if (j != typeName.length()) { in calculateTypeArguments()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx156 SCSIZE j; in WriteDPFilter() local
158 for ( j = 0; (j < nQueryEntryCount) && bHasEntries; ++j) in WriteDPFilter()
160 ScQueryEntry aEntry = aQueryParam.GetEntry(j); in WriteDPFilter()
207 for (j = 0; j < nQueryEntryCount; ++j) in WriteDPFilter()
215 for (j = 0; j < nQueryEntryCount; ++j) in WriteDPFilter()
234 for (j = 1; j < nQueryEntryCount; ++j) in WriteDPFilter()
245 if (j == nQueryEntryCount - 1) in WriteDPFilter()
261 if (j == nQueryEntryCount - 1) in WriteDPFilter()
270 aPrevFilterField = aQueryParam.GetEntry(j); in WriteDPFilter()
271 if (j == nQueryEntryCount - 1) in WriteDPFilter()
[all …]
/trunk/main/binaryurp/source/
H A Dbridge.cxx261 for (Stub::iterator j(i->second.begin()); j != i->second.end(); ++j) { in terminate() local
379 if (j == stub->end()) { in registerOutgoingInterface()
388 j->second.references = 1; in registerOutgoingInterface()
404 ++j->second.references; in registerOutgoingInterface()
418 if (j != i->second.end()) { in findStub()
419 return j->second.object; in findStub()
421 for (j = i->second.begin(); j != i->second.end(); ++j) { in findStub()
448 if (j == i->second.end()) { in releaseStub()
455 --j->second.references; in releaseStub()
457 obj = j->second.object; in releaseStub()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dgloslst.cxx176 for(sal_uInt16 j = 0; j < pGroup->nCount; j++) in GetShortName() local
178 String sLong = pGroup->sLongNames.GetToken(j, STRING_DELIM); in GetShortName()
184 pTriple->sShort = pGroup->sShortNames.GetToken(j, STRING_DELIM); in GetShortName()
397 for( sal_uInt16 j = 0; j < aFoundGroupNames.Count() && !bFound; ++j) in Update() local
399 bFound = sCompareGroup == *aFoundGroupNames[j]; in Update()
453 for(sal_uInt16 j = 0; j < pGroup->nCount; j++) in FillGroup() local
455 pGroup->sLongNames += pBlock->GetLongName(j); in FillGroup()
457 pGroup->sShortNames += pBlock->GetShortName(j); in FillGroup()
480 for(sal_uInt16 j = 0; j < pGroup->nCount; j++) in HasLongName() local
482 String sBlock = pGroup->sLongNames.GetToken(j, STRING_DELIM); in HasLongName()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx1052 sal_uInt16 j; in FillEListWithUserCurrencys() local
1053 for(j=0;j<aList.Count();j++) in FillEListWithUserCurrencys()
1071 aList.Remove(j); in FillEListWithUserCurrencys()
1547 if (j != (sal_uInt16)-1 && j < nTableCount && in GetCurrencySymbols()
1570 sal_uInt16 i,j; in GetCurrencySymbols() local
1606 for(j=nStart;j<rList.Count();j++) in GetCurrencySymbols()
1626 for (j = nCont; j < rList.Count() && bInsert; ++j) in GetCurrencySymbols()
1738 for(sal_uInt16 j=nStart;j<aCurCurrencyList.Count();j++) in FindCurrencyFormat() local
1740 if(aCurCurrencyList[j]==nPos) return j; in FindCurrencyFormat()
1823 for(sal_uInt16 j=nStart;j<aCurCurrencyList.Count();j++) in FindCurrencyFormat() local
[all …]
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx56 for (size_t j=0; j<nDataCount; ++j) in ScCompressedArray() local
58 if (!(aValue == pDataArray[j])) in ScCompressedArray()
61 pData[nCount].nEnd = j-1; in ScCompressedArray()
63 aValue = pDataArray[j]; in ScCompressedArray()
259 for (A j=nStart; j<=nEnd; ++j) in CopyFrom() local
261 const D& rValue = (j==nStart ? in CopyFrom()
268 j = nRegionEnd; in CopyFrom()
482 for (A j=nStart; j<=nEnd; ++j) in CopyFromAnded() local
491 j = nRegionEnd; in CopyFromAnded()
503 for (A j=nStart; j<=nEnd; ++j) in CopyFromOred() local
[all …]
/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx289 sal_uInt16 i,j,k; // Spaltenzaehler, Zeilenzaehler, Planezaehler in SgfFilterBMap() local
327 for (j=0;j<rHead.Ysize;j++) in SgfFilterBMap()
329 for (j=0;j<rHead.Ysize;j++) { in SgfFilterBMap()
334 … rOut.Seek(nOfs+((sal_uLong)rHead.Ysize-j-1L)*(sal_uLong)nWdtOut); // rueckwaerts schreiben! in SgfFilterBMap()
356 for (j=0;j<rHead.Ysize;j++) in SgfFilterBMap()
358 for (j=0;j<rHead.Ysize;j++) { in SgfFilterBMap()
380 … rOut.Seek(nOfs+((sal_uLong)rHead.Ysize-j-1L)*(sal_uLong)nWdtOut); // rueckwaerts schreiben! in SgfFilterBMap()
394 for (j=0;j<rHead.Ysize;j++) in SgfFilterBMap()
396 for (j=0;j<rHead.Ysize;j++) { in SgfFilterBMap()
400 … rOut.Seek(nOfs+((sal_uLong)rHead.Ysize-j-1L)*(sal_uLong)nWdtOut); // rueckwaerts schreiben! in SgfFilterBMap()
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx208 for ( int j = i+1; j < Count(); ++j ) in Compress() local
212 if ( (*(pData + i)).IsInside( *(pData + j) ) ) in Compress()
214 Remove( static_cast<sal_uInt16>(j), 1 ); in Compress()
215 --j; in Compress()
217 else if ( (*(pData + j)).IsInside( *(pData + i) ) ) in Compress()
219 *(pData + i) = *(pData + j); in Compress()
220 Remove( static_cast<sal_uInt16>(j), 1 ); in Compress()
235 SwRect aUnion( *(pData + i) );aUnion.Union( *(pData + j) ); in Compress()
236 SwRect aInter( *(pData + i) );aInter.Intersection( *(pData + j)); in Compress()
238 ::CalcArea( *(pData + j) ) + nFuzzy) >= in Compress()
[all …]
/trunk/main/binaryurp/qa/
H A Dtest-cache.cxx40 for (int j = 0; j != i; ++j) { in TEST_F() local
41 a[j] = 0; in TEST_F()
53 int j = i - 1; in TEST_F() local
54 while (j >= 0 && a[j] == 3) { in TEST_F()
55 --j; in TEST_F()
57 if (j < 0) { in TEST_F()
60 ++a[j]; in TEST_F()
61 for (int k = j + 1; k != i; ++k) { in TEST_F()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellBorder.java196 for (int j = 0; j < borderNum; j++) { in testCellBorder()
197 SCUtil.setCellProperties(cells[i], borderType[j], borderLine); in testCellBorder()
207 for (int j = 0; j < borderNum; j++) { in testCellBorder()
208 results[i][j] = (BorderLine) SCUtil.getCellProperties(cells[i], borderType[j]); in testCellBorder()
215 for (int j = 0; j<borderNum; j++) { in testCellBorder()
216 … assertEquals("Incorrect cell border(" + borderType[j] + ") value got in ." + fileType + " file.", in testCellBorder()
217 new BorderLineWithEqualsFunction(expected), new BorderLineWithEqualsFunction(results[i][j])); in testCellBorder()
/trunk/main/svx/source/dialog/
H A Dpfiledlg.cxx95 std::list< String >::iterator j; in SvxPluginFileDlg() local
113 … for ( j = aPlugExtensions.begin(), end = aPlugExtensions.end(); j != end && !bAlreadyExist; ++j ) in SvxPluginFileDlg()
115 bAlreadyExist = (j->Search( aStrPlugExtension ) != STRING_NOTFOUND ); in SvxPluginFileDlg()
123 for ( j = aPlugNames.begin(), in SvxPluginFileDlg()
126 j != end && nfound != 0; ) in SvxPluginFileDlg()
128 if ( ( nfound = j->Search( aStrPlugName ) ) == 0 ) in SvxPluginFileDlg()
135 aPlugNames.erase(j++); aPlugExtensions.erase(k++); in SvxPluginFileDlg()
143 ++j; ++k; in SvxPluginFileDlg()
176 for ( j = aPlugNames.begin(), in SvxPluginFileDlg()
179 j != end; ++j, ++k ) in SvxPluginFileDlg()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Dbasic_fat.java211 for (int j = 0; j < entry.SubEntryCount; j++) in executeTest()
213 if (!entry.SubEntries[j].isToTest) in executeTest()
215 Summarizer.summarizeDown(entry.SubEntries[j], in executeTest()
231 entry.SubEntries[j].entryName); in executeTest()
235 ifclog.initialize(entry.SubEntries[j], true); in executeTest()
236 entry.SubEntries[j].UserDefinedParams = param; in executeTest()
237 entry.SubEntries[j].Logger = ifclog; in executeTest()
256 res = ifc.run(entry.SubEntries[j], tEnv, param); in executeTest()
258 sumIt.summarizeUp(entry.SubEntries[j]); in executeTest()
262 sumIfc.initialize(entry.SubEntries[j], true); in executeTest()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java185 for (int j = startDiffNum; j < endDiffNum; j++) { in coreMerge()
189 if (diffs[j].getOrgPosition() > orgTextPosition) { in coreMerge()
204 unChangedTextLength = diffs[j].getOrgPosition() - in coreMerge()
217 if (diffs[j].getOperation() == Difference.DELETE) { in coreMerge()
242 if (lastDiffOperation != diffs[j].getOperation() || in coreMerge()
243 (diffs[j].getOperation() == Difference.CHANGE && in coreMerge()
244 diffs[j].getOrgPosition() != lastDiffPosition + 1) || in coreMerge()
245 (diffs[j].getOperation() == Difference.ADD && in coreMerge()
246 diffs[j].getOrgPosition() != lastDiffPosition)) { in coreMerge()
267 lastDiffOperation = diffs[j].getOperation(); in coreMerge()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dpagecollector.cxx64 sal_Int32 j, nSlideCount = aXIC->getCount(); in CollectCustomShowPages() local
65 for ( j = 0; j < nSlideCount; j++ ) in CollectCustomShowPages()
67 Reference< XDrawPage > xDrawPage( aXIC->getByIndex( j ), UNO_QUERY_THROW ); in CollectCustomShowPages()
99 for ( sal_Int32 j = 0; j < xDrawPages->getCount(); j++ ) in CollectNonCustomShowPages() local
101 Reference< XDrawPage > xDrawPage( xDrawPages->getByIndex( j ), UNO_QUERY_THROW ); in CollectNonCustomShowPages()
154 for ( sal_Int32 j = 0; j < xDrawPages->getCount(); j++ ) in CollectMasterPages() local
156 Reference< XMasterPageTarget > xMasterPageTarget( xDrawPages->getByIndex( j ), UNO_QUERY_THROW ); in CollectMasterPages()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx120 for ( sal_uInt32 j = 0; j < nSmartTagCount && !bCallRecognizer; ++j ) in RecognizeString() local
122 const rtl::OUString aSmartTagName = xRecognizer->getSmartTagName(j); in RecognizeString()
154 for ( sal_uInt32 j = 0; j < nSmartTagCount && !bCallRecognizer; ++j ) in RecognizeTextRange() local
156 const rtl::OUString aSmartTagName = xRecognizer->getSmartTagName(j); in RecognizeTextRange()
181 for ( sal_uInt16 j = 0; j < rSmartTagTypes.getLength(); ++j ) in GetActionSequences() local
183 const rtl::OUString& rSmartTagType = rSmartTagTypes[j]; in GetActionSequences()
200 rActionComponentsSequence[ j ] = aActions; in GetActionSequences()
201 rActionIndicesSequence[ j ] = aIndices; in GetActionSequences()
543 for ( sal_uInt32 j = 0; j < nSmartTagCount; ++j ) in AssociateActionsWithRecognizers() local
545 const rtl::OUString aSmartTagName = xRecognizer->getSmartTagName(j); in AssociateActionsWithRecognizers()

Completed in 163 milliseconds

12345678910>>...42