Home
last modified time | relevance | path

Searched refs:j (Results 176 – 200 of 1026) sorted by relevance

12345678910>>...42

/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunversion.cxx379 int j = 0; in SelfTest() local
388 for (j = 0; j < numOrdered; j++) in SelfTest()
390 SunVersion compVer(orderedVer[j]); in SelfTest()
391 if (i < j) in SelfTest()
399 else if ( i == j) in SelfTest()
409 else if (i > j) in SelfTest()
/trunk/main/binaryurp/source/
H A Dproxy.cxx220 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in do_dispatch_throw() local
221 if (mtd->pParams[j].bOut) { in do_dispatch_throw()
222 css::uno::TypeDescription pt(mtd->pParams[j].pTypeRef); in do_dispatch_throw()
223 if (mtd->pParams[j].bIn) { in do_dispatch_throw()
225 arguments[j], pt.get(), i++->getValue(pt), in do_dispatch_throw()
229 arguments[j], i++->getValue(pt), pt.get(), 0); in do_dispatch_throw()
H A Dbridgefactory.cxx193 for (BridgeList::iterator j(unnamed_.begin()); j != unnamed_.end(); ++j) { in getExistingBridges() local
194 s[i++] = *j; in getExistingBridges()
196 for (BridgeMap::iterator j(named_.begin()); j != named_.end(); ++j) { in getExistingBridges() local
197 s[i++] = j->second; in getExistingBridges()
H A Dwriter.cxx337 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in sendRequest() local
338 if (mtd->pParams[j].bIn) { in sendRequest()
341 css::uno::TypeDescription(mtd->pParams[j].pTypeRef), in sendRequest()
402 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in sendReply() local
403 if (mtd->pParams[j].bOut) { in sendReply()
406 css::uno::TypeDescription(mtd->pParams[j].pTypeRef), in sendReply()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1061 for ( xub_StrLen j = 1; j < rInf.GetLen(); ++j ) in DrawText() local
1063 long nScr = pKernArray[ j ] - pKernArray[ j - 1 ]; in DrawText()
1212 rInf.GetIdx() + j, i - j ); in DrawText()
1220 rInf.GetIdx() +j , i - j ); in DrawText()
1413 xub_StrLen j = 0; in DrawText() local
1422 rInf.GetIdx() + j, i - j ); in DrawText()
1430 if( j < i ) in DrawText()
1432 rInf.GetIdx() + j, i - j ); in DrawText()
2250 for(xub_StrLen j = 0; j < rInf.GetLen(); j++) in GetCrsrOfst() local
2252 long nScr = pKernArray[ j ] + ( nSpaceAdd + nGridWidthAdd ) * ( j + 1 ); in GetCrsrOfst()
[all …]
H A Dndhints.cxx389 for ( sal_uInt16 j = 0; j < Count(); ++j ) in Check() local
391 SwTxtAttr const * const pOther( m_HintStarts[j] ); in Check()
392 if ( pOther->IsNesting() && (i != j) ) in Check()
407 for ( sal_uInt16 j = 0; j < i; ++j ) in Check() local
409 SwTxtAttr const * const pOther( m_HintStarts[j] ); in Check()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx79 for (sal_Int32 j = 0; j < 3; ++j) in ScMyTableData() local
80 nRealRows[j] = j; in ScMyTableData()
367 …for (sal_Int32 j = 0; j < GetRealCellPos().Column - aTableVec[nTableCount - 1]->GetColumn() - 1; +… in InsertRow() local
369 if (IsMerged(xCurrentCellRange, j, nRow - 1, aCellAddress)) in InsertRow()
383 j += aCellAddress.EndColumn - aCellAddress.StartColumn; in InsertRow()
432 for (sal_Int32 j = 0; j <= GetRealCellPos().Row - aTableVec[nTableCount - 1]->GetRow() - 1; ++j) in InsertColumn() local
435 if (IsMerged(xCurrentCellRange, nCol - 1, j, aCellAddress)) in InsertColumn()
463 j += aCellAddress.EndRow - aCellAddress.StartRow; in InsertColumn()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx650 for (unsigned int j=1; j < nPoints;) in DrawPolyPolygonBezier() local
654 if ( ! pFlgAry[i] || pFlgAry[i][j] != POLY_CONTROL) in DrawPolyPolygonBezier()
656 … snprintf(pString, nBezString, "%li %li lineto\n", pPtAry[i][j].X(), pPtAry[i][j].Y()); in DrawPolyPolygonBezier()
658 j++; in DrawPolyPolygonBezier()
662 if (j+2 >= nPoints) in DrawPolyPolygonBezier()
664 …if ((pFlgAry[i][j] == POLY_CONTROL) && (pFlgAry[i][j+1] == POLY_CONTROL) && (pFlgAry[i][j+2] != PO… in DrawPolyPolygonBezier()
667 pPtAry[i][j].X(), pPtAry[i][j].Y(), in DrawPolyPolygonBezier()
668 pPtAry[i][j+1].X(), pPtAry[i][j+1].Y(), in DrawPolyPolygonBezier()
669 pPtAry[i][j+2].X(), pPtAry[i][j+2].Y()); in DrawPolyPolygonBezier()
676 j+=3; in DrawPolyPolygonBezier()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx165 for( sal_uInt16 j=0; j<nPolyCount; j++ ) in HasContour() local
167 Polygon& rPoly = (*pContour)[j]; in HasContour()
233 for( sal_uInt16 j=0; j<nPolyCount; j++ ) in GetContourAPI() local
236 Polygon& rPoly = rContour[j]; in GetContourAPI()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx401 for (sal_Int32 j = 0; j < seqDownloadURLs.getLength(); j++) in downloadExtensions() local
405 OSL_ENSURE(seqDownloadURLs[j].getLength() > 0, "Download URL is empty!"); in downloadExtensions()
406 download(seqDownloadURLs[j], curData); in downloadExtensions()
412 vecExceptions.push_back( ::std::make_pair(seqDownloadURLs[j], e)); in downloadExtensions()
430 for (CIT j = vecExceptions.begin(); j != vecExceptions.end(); j++) in downloadExtensions() local
432 if (j != vecExceptions.begin()) in downloadExtensions()
435 buf.append(j->first); in downloadExtensions()
437 buf.append(j->second.Message); in downloadExtensions()
/trunk/main/basic/source/sbx/
H A Dsbxform.cxx794 for( short j=nMaxDigit; j>nDigitPos; j-- ) in ScanFormatString() local
798 AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPosScan( j,bFoundFirstDigit ) ); in ScanFormatString()
800 … AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,j,dNumber,bFoundFirstDigit ) ); in ScanFormatString()
807 … if( bGenerateThousandSeparator && ( c=='0' || nMaxDigit>=nDigitPos ) && j>0 && (j % 3 == 0) ) in ScanFormatString()
856 for( short j=nMaxExponentDigit; j>nExponentPos; j-- ) in ScanFormatString() local
859 AppendDigit( sReturnStrg,GetDigitAtPosExpScan( dExponent,j,bFoundFirstDigit ) ); in ScanFormatString()
861 AppendDigit( sReturnStrg,GetDigitAtPos( dExponent,j,dExponent,bFoundFirstDigit ) ); in ScanFormatString()
/trunk/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx784 for (std::size_t j = 0; j < parameterCount; ++j) { in TEST_F() local
785 if (data[i].parameters[j].key != 0) { in TEST_F()
789 + static_cast< double >(j) / 10.0, in TEST_F()
791 data[i].parameters[j].value != 0, in TEST_F()
794 data[i].parameters[j].key))); in TEST_F()
798 + static_cast< double >(j) / 10.0, in TEST_F()
801 data[i].parameters[j].value), in TEST_F()
804 data[i].parameters[j].key))); in TEST_F()
810 data[i].parameters[j].key)) ) { in TEST_F()
813 data[i].parameters[j].key), in TEST_F()
[all …]
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx315 for (size_t j = 0; j < fileB.length(); ++j) in addBookmark() local
316 dataB[i++] = fileB[j]; in addBookmark()
320 for (size_t j = 0; j < anchorB.length(); ++j) in addBookmark() local
321 dataB[i++] = anchorB[j]; in addBookmark()
324 for (size_t j = 0; j < jarfileB.length(); ++j) in addBookmark() local
325 dataB[i++] = jarfileB[j]; in addBookmark()
328 for (size_t j = 0; j < titleB.length(); ++j) in addBookmark() local
329 dataB[i++] = titleB[j]; in addBookmark()
/trunk/main/sc/source/core/data/
H A Ddpoutput.cxx299 for (long j=0; j+i+1<nFieldCount; j++) in lcl_SortFields() local
300 if ( pFields[j+1] < pFields[j] ) in lcl_SortFields()
301 pFields[j].Swap( pFields[j+1] ); in lcl_SortFields()
1522 for( sal_Int32 j=0; j < nSize; j++ ) in lcl_FilterInclude() local
1524 sheet::MemberResult aResultEntry = pArray[j]; in lcl_FilterInclude()
1536 if ( j >= nSize - nGrandTotals ) in lcl_FilterInclude()
1541 rSubtotal[j] = nSize - nGrandTotals; in lcl_FilterInclude()
1572 if ( rResult[j] ) in lcl_FilterInclude()
1612 rResult[j] = sal_False; in lcl_FilterInclude()
1621 if( rResult[j] ) in lcl_FilterInclude()
[all …]
/trunk/main/sot/qa/complex/olesimplestorage/
H A DTest01.java119 for ( int j = 0; j < pBytesCnt; ++j ) in test()
121 if ( pBytesIn[i][0][j] != pBytesOut[i][j] ) in test()
123 … m_aTestHelper.Error ( "Stream " + i + " byte " + j + ": INCORRECT DATA!"); in test()
128 m_aTestHelper.Message ( "Stream " + i + " byte " + j + ": CORRECT." ); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_BaseIndex.java183 for (int j = 0; j < val.length; j++) { in printLevelFormatProperty()
184 log.println(" " + j + " level :"); in printLevelFormatProperty()
186 for (int k = 0; k < val[j].length; k++) { in printLevelFormatProperty()
187 log.println(" " + val[j][k].Name + "=" + in printLevelFormatProperty()
188 val[j][k].Value); in printLevelFormatProperty()
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx284 for (sal_Int16 j = 0; j < shift; j++, count++) { in NativeToAscii_numberMaker() local
617 for (sal_Int16 j = 0; j < 10; j++) in getNativeNumberChar() local
618 if (inChar == NumberChar[i][j]) in getNativeNumberChar()
619 return j; in getNativeNumberChar()
846 for (sal_Int32 j = 0; num > 0 && j < nbOfHebrewNumberChar; j++) { in makeHebrewNumber() local
847 if (num - HebrewNumberCharArray[j].value >= 0) { in makeHebrewNumber()
850 j++; in makeHebrewNumber()
851 num = sal::static_int_cast<sal_Int16>( num - HebrewNumberCharArray[j].value ); in makeHebrewNumber()
852 output.append(HebrewNumberCharArray[j].code); in makeHebrewNumber()
/trunk/main/configmgr/source/
H A Dcomponents.cxx274 for (Path::iterator j(path.begin()); j != path.end(); ++j) { in initGlobalBroadcaster() local
276 mods->children.find(*j)); in initGlobalBroadcaster()
378 for (Path::const_iterator j(i->begin()); j != i->end(); ++j) { in removeExtensionXcuFile() local
380 node = Data::findNode(Data::NO_LAYER, *map, *j); in removeExtensionXcuFile()
437 ExternalServices::iterator j(externalServices_.find(name)); in getExternalValue() local
438 if (j == externalServices_.end()) { in getExternalValue()
461 j = externalServices_.insert( in getExternalValue()
465 if (j->second.is()) { in getExternalValue()
467 if (!(j->second->getPropertyValue(descriptor.copy(i + 1)) >>= in getExternalValue()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx366 sal_uLong j, x, y; in ImplWriteBody() local
426 j = 1; in ImplWriteBody()
432 j <<= 1; in ImplWriteBody()
433 j |= ( ( ~mpAcc->GetPixelIndex( y, x ) ) & 1 ); in ImplWriteBody()
434 if ( j & 0x100 ) in ImplWriteBody()
436 Compress( (sal_uInt8)j ); in ImplWriteBody()
437 j = 1; in ImplWriteBody()
440 if ( j != 1 ) in ImplWriteBody()
442 Compress( (sal_uInt8)(j << ( ( ( x & 7) ^ 7 ) + 1 ) ) ); in ImplWriteBody()
443 j = 1; in ImplWriteBody()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1390 for( SCTAB j = i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in InsertCells() local
1640 for( SCTAB j=i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in InsertCells() local
1704 for( SCTAB j = i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in InsertCells() local
1808 for( SCTAB j = i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in DeleteCells() local
2025 for( SCTAB j = i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in DeleteCells() local
2102 for( SCTAB j=i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in DeleteCells() local
2193 for( SCTAB j = i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in DeleteCells() local
2213 for( SCTAB j = i+1; j<nTabCount && pDoc->IsScenario(j); j++ ) in DeleteCells() local
4620 for (j=nContY1; j<=nContY2; j++) in CreateNames()
4626 for (j=nContY1; j<=nContY2; j++) in CreateNames()
[all …]
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx209 for (sal_Int32 j = 0; j < i->second.count; ++j) { in ~VtableFactory() local
210 freeBlock(i->second.blocks[j]); in ~VtableFactory()
233 for (sal_Int32 j = 0; j < vtables.count; ++j) { in getVtables() local
234 vtables.blocks[j] = blocks[j]; in getVtables()
/trunk/main/toolkit/test/accessibility/
H A DAccTreeNode.java289 for(int j = 0; j < aHandlerActions.length; j++ ) in getActions()
291 aActions.add( aHandlerActions[j] ); in getActions()
364 for (int j=0; j<nChildCount; j++) in updateChildren()
365 aChildIndices.add(new Integer(j+nOffset)); in updateChildren()
/trunk/main/uui/source/
H A Diahndl-cookies.cxx163 for (sal_Int32 j = 0; j < rRequest.Cookies.getLength(); ++j) in handleCookiesRequest_() local
164 if (rRequest.Cookies[j].Policy in handleCookiesRequest_()
167 GetObject(j))-> in handleCookiesRequest_()
172 setSpecificPolicy(rRequest.Cookies[j], true); in handleCookiesRequest_()
177 setSpecificPolicy(rRequest.Cookies[j], false); in handleCookiesRequest_()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabGroup.cxx43 sal_Int32 i, j, nAllRecordsSize; in MacabGroup() local
76 for(j = 0; j < nAllRecordsSize; j++) in MacabGroup()
78 xRecordField = _allRecords->getField(j,CFStringToOUString(kABUIDProperty)); in MacabGroup()
84 insertRecord(_allRecords->getRecord(j)); in MacabGroup()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx544 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in methodSequence() local
545 value= rseq2.getConstArray()[j]; in methodSequence()
559 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in methodSequence2() local
589 for( int j= 0; j < seqInner.getLength(); j++) in methodXEventListenersMul() local
591 listener= seqInner[j]; in methodXEventListenersMul()
721 for ( sal_Int32 j=0; j < seq.getLength(); j++) in setAttrSequence() local
723 x= seq[j]; in setAttrSequence()
963 for (sal_Int16 j= 0; j < rseq2.getLength(); j++){ in testout_methodSequence2() local
964 rseq2.getArray()[j]= j; in testout_methodSequence2()
1221 for ( sal_Int32 j=0; j < seq.getLength(); j++) in testinout_methodSequence2() local
[all …]

Completed in 147 milliseconds

12345678910>>...42