Home
last modified time | relevance | path

Searched refs:j (Results 151 – 175 of 1026) sorted by relevance

12345678910>>...42

/trunk/main/svl/qa/complex/passwordcontainer/
H A DTestHelper.java56 int j; in sameLists() local
57 for(j = 0; j < aUserList2.length; j++) { in sameLists()
58 if(!aUserList1[i].UserName.equals(aUserList2[j].UserName)) in sameLists()
62 if(aUserList1[i].Passwords[0].equals(aUserList2[j].Passwords[0])) { in sameLists()
66 if(j == aUserList2.length) { in sameLists()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx566 for ( sal_uInt16 j = 0; bInsert && (j < rToFill.Count()); ++j ) in lcl_SortedTabColInsert() local
568 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
577 rToFill.Insert( nPos, bHidden, j ); in lcl_SortedTabColInsert()
594 for ( sal_uInt16 j = 0; !(bFoundPos && bFoundMax ) && j < rToFill.Count(); ++j ) in lcl_SortedTabColInsert() local
597 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
635 for ( sal_uInt16 j = 0; j < rBoxes.Count(); ++j ) in lcl_ProcessBoxGet() local
652 for ( sal_uInt16 j = 0; j < pBox->GetTabLines().Count(); ++j ) in lcl_ProcessLineGet() local
954 for ( sal_uInt16 j = 0; j < rBoxes.Count(); ++j ) in lcl_ProcessBoxPtr() local
1120 for ( int j = aParm.aBoxArr.Count()-1; j >= 0; --j ) in SetTabCols() local
1408 sal_uInt16 j = nCurr; in NewSetTabCols() local
[all …]
/trunk/main/linguistic/source/
H A Dspelldta.cxx83 for (int j = 0; j < 2; j++) in MergeProposals() local
85 sal_Int32 nCount = j == 0 ? nAltCount1 : nAltCount2; in MergeProposals()
86 const OUString *pAlt = j == 0 ? pAlt1 : pAlt2; in MergeProposals()
222 for (int j = 0; j < 2; j++) in MergeProposalSeqs() local
224 sal_Int32 nCount = j == 0 ? nAltCount1 : nAltCount2; in MergeProposalSeqs()
225 const OUString *pAlt = j == 0 ? pAlt1 : pAlt2; in MergeProposalSeqs()
/trunk/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java129 for( int j=0; j < newsgroup.length; j++ ) in getNewsGroups()
132 if( !listed( newsgroup[j], subscribed ) ) in getNewsGroups()
134 subscribed.addElement( newsgroup[j] ); in getNewsGroups()
247 for( int j=0; j < mailrcFiles.length; j++ ) in findMailrcFiles()
250 allFiles.addElement( mailrcFiles[j] ); in findMailrcFiles()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx95 for ( SCSIZE j = 0; j < nCount; j++ ) in ScSortInfoArray() local
96 ppInfo[j] = new ScSortInfo; in ScSortInfoArray()
105 for ( SCSIZE j = 0; j < nCount; j++ ) in ~ScSortInfoArray() local
106 delete ppInfo[j]; in ~ScSortInfoArray()
1263 for ( long j=1; j <= nPos; j++ ) in ValidQuery() local
1505 for (SCROW j=aParam.nRow1 + nHeader; j<=aParam.nRow2; j++) in Query() local
1556 nOldEnd = j; in Query()
1565 nOldStart = nOldEnd = j; in Query()
1574 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
1906 for ( SCROW j = nRow1; j <= nRow2; ++j ) in GetFilteredFilterEntries() local
[all …]
H A Dglobal.cxx1224 sal_uInt16 i,j; in ScFunctionList() local
1307 for (j = 0; j < nArgs; j++) in ScFunctionList()
1309 pDesc->pDefArgFlags[j].bOptional = false; in ScFunctionList()
1310 pDesc->pDefArgFlags[j].bSuppress = false; in ScFunctionList()
1311 pAddInFuncData->GetParamDesc( aArgName, aArgDesc, j+1 ); in ScFunctionList()
1313 pDesc->ppDefArgNames[j] = new String( aArgName ); in ScFunctionList()
1316 switch (pAddInFuncData->GetParamType(j+1)) in ScFunctionList()
1334 pDesc->ppDefArgNames[j] = new String( aDefArgNameNone ); in ScFunctionList()
1339 pDesc->ppDefArgDescs[j] = new String( aArgDesc ); in ScFunctionList()
1342 switch (pAddInFuncData->GetParamType(j+1)) in ScFunctionList()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx207 for ( int j = 0; j < nReturned; j++ ) in GetPrinterQueueInfo() local
210 if ( (j != i) && in GetPrinterQueueInfo()
351 for ( int j = 0; j < nReturned; j++ ) in GetDefaultPrinter() local
354 if ( (j != i) && in GetDefaultPrinter()
810 USHORT j; in ImplGetCurrentSettings() local
811 for ( j = 0; j < pOs2SalInfoPrinter->mnTrayCount; j++ ) in ImplGetCurrentSettings()
814 (pOs2SalInfoPrinter->mpTrayArray[j]->maName == pElm->szTrayname) ) in ImplGetCurrentSettings()
816 pSetupData->mnPaperBin = j; in ImplGetCurrentSettings()
823 for ( j = 0; j < pOs2SalInfoPrinter->mnTrayCount; j++ ) in ImplGetCurrentSettings()
825 if ( pOs2SalInfoPrinter->mpTrayArray[j]->mnId == pElm->djpttTrayID ) in ImplGetCurrentSettings()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dconfiguration.pm305 for ( my $j = 0; $j <= $#allnodes; $j++ )
307 $nodestring .= $allnodes[$j] . "/";
666 for ( my $j = 0; $j < $counter; $j++ )
848 for ( my $j = 0; $j <= $#{$allfiles}; $j++ )
850 my $onefile = ${$allfiles}[$j];
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCellRangeContainer.java152 for (int j = 0; j < rAddr.length; j++) { in _addRangeAddresses()
155 if ( addr[i].Sheet == rAddr[j].Sheet && in _addRangeAddresses()
156 addr[i].StartColumn == rAddr[j].StartColumn && in _addRangeAddresses()
157 addr[i].StartRow == rAddr[j].StartRow && in _addRangeAddresses()
158 addr[i].EndColumn == rAddr[j].EndColumn && in _addRangeAddresses()
159 addr[i].EndRow == rAddr[j].EndRow ) { in _addRangeAddresses()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx642 for(int j= size; j > 0 + cIter; j--) in bubbleSortVersion() local
644 rtl::Reference<VendorBase>& cur= vec.at(j); in bubbleSortVersion()
645 rtl::Reference<VendorBase>& next= vec.at(j-1); in bubbleSortVersion()
676 vec.at(j-1)= cur; in bubbleSortVersion()
677 vec.at(j)= less; in bubbleSortVersion()
1200 for(int j= 0; j < cCollectDirs; j++) in createJavaInfoDirScan() local
1202 OUString usDir2(usDir1 + arCollectDirs[j]); in createJavaInfoDirScan()
1204 if (g_arSearchPaths[ii].searchImmediateContents || arCollectDirs[j] != OUString()) in createJavaInfoDirScan()
1257 for (int j= 0; j < cJavaNames; j++) in createJavaInfoDirScan() local
1269 OUString usDir3(usDir1 + arNames[j]); in createJavaInfoDirScan()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx227 for (xub_StrLen j = 0; j < aField2.Len(); j++) in impl_fillColumnInfo_nothrow() local
229 const sal_Unicode c = aField2.GetChar(j); in impl_fillColumnInfo_nothrow()
230 if ( j == nSpaceCount && m_cFieldDelimiter != 32 && c == 32 ) in impl_fillColumnInfo_nothrow()
238 !aCharClass.isDigit(aField2,j) && in impl_fillColumnInfo_nothrow()
239 ( j != 0 || (c != '+' && c != '-' ) ) ) in impl_fillColumnInfo_nothrow()
260 for (sal_Int32 j = aValue.Len() - 4; j >= 0; j -= 4) in impl_fillColumnInfo_nothrow() local
262 const sal_Unicode c = aValue.GetChar(static_cast<sal_uInt16>(j)); in impl_fillColumnInfo_nothrow()
264 if (c == cThousandDelimiter && j) in impl_fillColumnInfo_nothrow()
691 for (xub_StrLen j = 0; j < aStr.Len(); ++j) in fetchRow() local
693 const sal_Unicode cChar = aStr.GetChar(j); in fetchRow()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx243 for ( sal_uInt32 j = 0; j < nCount; ++j ) in doLayout() local
1172 for ( sal_Int32 j = 0; j < rTbxSeq.getLength(); j++ ) in implts_createCustomToolBars() local
2072 for ( j = 0; j < sal_Int32( nCount); j++ ) in implts_getDockingAreaElementInfos()
2258 for ( j = 0; j < sal_Int32( nCount); j++ ) in implts_getDockingAreaElementInfoOnSingleRowCol()
2478 for ( sal_uInt32 j = 0; j < nWindowSizesCount; j++ ) in implts_findNextDockingPos() local
2608 for ( sal_uInt32 j = i; j < nCount ; j++ ) in implts_calcWindowPosSizeOnSingleRowColumn() local
2614 for ( sal_uInt32 j = i; j < nCount ; j++ ) in implts_calcWindowPosSizeOnSingleRowColumn() local
2626 for ( sal_uInt32 j = i; j < nCount; j++ ) in implts_calcWindowPosSizeOnSingleRowColumn() local
2632 for ( sal_uInt32 j = i; j < nCount; j++ ) in implts_calcWindowPosSizeOnSingleRowColumn() local
2676 for ( sal_uInt32 j = i; j < nCount; j++ ) in implts_calcWindowPosSizeOnSingleRowColumn() local
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DDocumentMergerImpl.java112 for (int j = 0; j < diffResult.length; j++) { in merge()
113 Debug.log(Debug.INFO, diffResult[j].debug()); in merge()
139 for (int j=0; j < numOfWorkSheet; j++) { in merge()
140 Node workSheet= workSheetList2.item(j); in merge()
/trunk/main/scripting/source/storage/
H A DScriptSecurityManager.cxx228 for( int j = 0; j < length ; j++ ) in isSecureURL() local
231 ::rtl::OUStringToOString( m_secureURL[j], in isSecureURL()
235 if( path.equalsIgnoreAsciiCase( m_secureURL[j] ) ) in isSecureURL()
238 if( path.equals( m_secureURL[j] ) ) in isSecureURL()
460 for( int j = 0; j < length2 ; j++ ) in readConfiguration() local
463 ::rtl::OUStringToOString(m_secureURL[j] , in readConfiguration()
/trunk/main/sc/source/filter/xml/
H A Dxmltabi.cxx384 for (sal_Int32 j = 0; j < nCount; ++j) in EndElement() local
386 …cOutlineEntry* pEntry(pColArray->GetEntry(static_cast<sal_uInt16>(i), static_cast<sal_uInt16>(j))); in EndElement()
388 pColArray->SetVisibleBelow(static_cast<sal_uInt16>(i), static_cast<sal_uInt16>(j), sal_False); in EndElement()
396 for (sal_Int32 j = 0; j < nCount; ++j) in EndElement() local
398 …cOutlineEntry* pEntry(pRowArray->GetEntry(static_cast<sal_uInt16>(i), static_cast<sal_uInt16>(j))); in EndElement()
400 pRowArray->SetVisibleBelow(static_cast<sal_uInt16>(i), static_cast<sal_uInt16>(j), sal_False); in EndElement()
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx849 sal_uInt32 i, j; in openKeys() local
852 for (j=0 ; j < def; j++) in openKeys()
854 if ( localSeq.getConstArray()[i] == defaultSeq.getConstArray()[j] ) in openKeys()
881 for (j=0 ; j < local; j++) in openKeys()
883 if ( retSeq.getConstArray()[j]->getKeyName() in openKeys()
929 sal_uInt32 i, j; in getKeyNames() local
932 for (j=0 ; j < def; j++) in getKeyNames()
934 if ( localSeq.getConstArray()[i] == defaultSeq.getConstArray()[j] ) in getKeyNames()
955 for (j=0 ; j < local; j++) in getKeyNames()
957 if ( retSeq.getConstArray()[j] == defaultSeq.getConstArray()[i] ) in getKeyNames()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx272 long i,j; in ImpSubSort() local
277 j=nR; in ImpSubSort()
282 pJ=rCont.Seek(j); in ImpSubSort()
283 while (pJ!=pX && Compare(pX,pJ)<0) { j--; pJ=rCont.Prev(); } in ImpSubSort()
284 if (i<=j) { in ImpSubSort()
286 rCont.Replace(pI,j); in ImpSubSort()
288 j--; in ImpSubSort()
290 } while (i<=j); in ImpSubSort()
291 if (nL<j) ImpSubSort(nL,j); in ImpSubSort()
1031 for ( sal_uInt16 j = 0; j < SPOTCOUNT; j++ ) in impCalcBackgroundColor() local
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx911 for( sal_uInt16 j=0; j < rBoxes.Count(); ++j ) in GetColCount() local
913 nCount += rBoxes[j]->GetLines().Count() in GetColCount()
914 ? GetColCount(*rBoxes[j]) : 1; in GetColCount()
938 for(sal_uInt16 j=0; j < rBoxes.Count(); ++j) in GetRowCount() local
939 if( rBoxes[j]->GetLines().Count() ) in GetRowCount()
941 nLn = Max(GetRowCount(*rBoxes[j]), nLn); in GetRowCount()
965 for( sal_uInt16 j = 0; j < rBoxes.Count(); ++j ) in FillFlat() local
968 const _FndBox* pBox = rBoxes[ j ]; in FillFlat()
999 FillFlat( *pBox, ( j == rBoxes.Count()-1 ) ); in FillFlat()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx296 for ( sal_Int32 j = 0; j < rSeqToolBars[i].getLength(); j++ ) in fillHashMap() local
298 if ( pProperties[j].Name.equalsAscii( ITEM_DESCRIPTOR_RESOURCEURL) ) in fillHashMap()
299 pProperties[j].Value >>= aResourceURL; in fillHashMap()
300 else if ( pProperties[j].Name.equalsAscii( ITEM_DESCRIPTOR_UINAME) ) in fillHashMap()
301 pProperties[j].Value >>= aUIName; in fillHashMap()
669 for ( sal_Int32 j = 0; j < aWindowState.getLength(); j++ ) in itemSelected() local
671 … if ( aWindowState[j].Name.equalsAscii( WINDOWSTATE_PROPERTY_VISIBLE )) in itemSelected()
673 aWindowState[j].Value >>= bVisible; in itemSelected()
674 nVisibleIndex = j; in itemSelected()
676 … else if ( aWindowState[j].Name.equalsAscii( WINDOWSTATE_PROPERTY_CONTEXT )) in itemSelected()
[all …]
H A Dtogglebuttontoolbarcontroller.cxx176 for ( sal_Int32 j = 0; j < aList.getLength(); j++ ) in executeControlCommand() local
177 m_aDropdownMenuList.push_back( aList[j] ); in executeControlCommand()
285 for ( sal_Int32 j = 0; j < nSize; j++ ) in executeControlCommand() local
287 if ( m_aDropdownMenuList[j] == aText ) in executeControlCommand()
290 aIter += j; in executeControlCommand()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java180 for (int j = 0; j < repeat; j++) { in FileProvider()
181 …meters runner = new TestClassRunnerForParameters(getTestClass().getJavaClass(), t, i * repeat + j); in FileProvider()
264 for (int j = 1; j < filterItem.size(); j++) in filter()
265 data[j] = filterItem.get(j); in filter()
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java178 for (int j = 0; j < aValueList.length; j++) in convertToString()
184 sValues += aValueList[j]; in convertToString()
218 for (int j = 0; j < availablePropNameExtensions.length; j++) in checkInternalListConsistence()
220 final String aSubListName = availablePropNameExtensions[j]; in checkInternalListConsistence()
243 for (int j = 0; j < _aSubList.length; j++) in checkIfNameExistsInList()
245 final String aSubListName = _aSubList[j]; in checkIfNameExistsInList()
/trunk/main/i18npool/source/search/
H A Dlevdis.cxx247 while ( (j < nPatternLen-1) in WLD()
253 j++; in WLD()
254 c = cpPattern[j]; in WLD()
255 if ( bpPatIsWild[j] ) // '*' oder '?' nicht escaped in WLD()
259 if ( c == '*' && bpPatIsWild[j] ) in WLD()
285 LEVDISBALANCE( j, i-1 ); in WLD()
305 npMatrix[i][j+1] = -npDistance[i]; in WLD()
317 LEVDISBALANCE( j, i-1 ); in WLD()
322 npMatrix[nReplacePos][j+1] = npDistance[nReplacePos]; in WLD()
332 if ( npMatrix[r][j+1] >= 0) in WLD()
[all …]
/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java198 for (int j = 0; j < sDocTypeExportFilter.length; j++) in before()
200 FileFilter filter = new FileFilter(sDocTypeExportFilter[j][0]); in before()
202 sDocuments[j] = new String[doc.length]; in before()
207 sDocuments[j][i] = TestDocument.getUrl(doc[i]); in before()
337 for (int j = 0; j < _nCount; j++) in loadAndSaveNTimesDocument()
339 final String sDocumentName = FileHelper.getBasename(_sDocument) + "_" + j + ".pdf"; in loadAndSaveNTimesDocument()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx218 for (sal_Int32 j = 0; j < excs.getLength(); ++j) { in initProperties() local
219 if (excs[j]->getName().equalsAsciiL( in initProperties()
228 for (sal_Int32 j = 0; j < excs.getLength(); ++j) { in initProperties() local
1120 j != i->second.end(); ++j) in dispose()
1122 (*j)->disposing(event); in dispose()
1129 j != i->second.end(); ++j) in dispose()
1131 (*j)->disposing(event); in dispose()
1253 if (j != i->second.end()) { in removePropertyChangeListener()
1254 i->second.erase(j); in removePropertyChangeListener()
1310 if (j != i->second.end()) { in removeVetoableChangeListener()
[all …]

Completed in 225 milliseconds

12345678910>>...42