Home
last modified time | relevance | path

Searched refs:j (Results 326 – 350 of 1026) sorted by relevance

1...<<11121314151617181920>>...42

/trunk/main/sal/rtl/source/
H A Dmath.cxx518 for (sal_Int32 j = sLen; j >= 0; j--) in doubleToString() local
520 typename T::Char cS = pBuf[j]; in doubleToString()
525 pBuf[j] = ++cS; in doubleToString()
526 j = -1; // break loop in doubleToString()
530 pBuf[j] in doubleToString()
532 if (j == 0) in doubleToString()
547 pBuf[j] = static_cast< in doubleToString()
/trunk/main/tools/source/string/
H A Dstrimp.cxx1039 for( xub_StrLen j = 0; j < mpData->mnLen; ++j ) in EraseAllChars() local
1041 if ( mpData->maStr[j] != c ) in EraseAllChars()
1191 xub_StrLen j = 0; in ConvertLineEnd() local
1200 pNewData->maStr[j] = _CR; in ConvertLineEnd()
1201 pNewData->maStr[j+1] = _LF; in ConvertLineEnd()
1202 j += 2; in ConvertLineEnd()
1207 pNewData->maStr[j] = _CR; in ConvertLineEnd()
1209 pNewData->maStr[j] = _LF; in ConvertLineEnd()
1210 ++j; in ConvertLineEnd()
1219 pNewData->maStr[j] = mpData->maStr[i]; in ConvertLineEnd()
[all …]
/trunk/main/tools/source/stream/
H A Dstream.cxx715 sal_uInt16 j, n; in ReadLine() local
716 for( j = n = 0; j < nLen ; ++j ) in ReadLine()
718 c = buf[j]; in ReadLine()
730 if ( n < j ) in ReadLine()
737 nTotalLen += j; in ReadLine()
792 sal_uInt16 j, n; in ReadUniStringLine() local
793 for( j = n = 0; j < nLen ; ++j ) in ReadUniStringLine()
797 c = buf[j]; in ReadUniStringLine()
809 if ( n < j ) in ReadUniStringLine()
816 nTotalLen += j; in ReadUniStringLine()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableCellProtect.java113 int j=0; in testtableBorderSpacingtoContent() local
114 while(cellName_assert_odt[j] != null) in testtableBorderSpacingtoContent()
116 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_assert_odt[j])); in testtableBorderSpacingtoContent()
118 j++; in testtableBorderSpacingtoContent()
119 if(j==4)break; in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java115 int j=0; in testtableBorderSpacingtoContent() local
116 while(cellName_assert_odt[j] != null) in testtableBorderSpacingtoContent()
118 …Runtime.queryInterface(XPropertySet.class,xTable_Assert_odt.getCellByName(cellName_assert_odt[j])); in testtableBorderSpacingtoContent()
123 j++; in testtableBorderSpacingtoContent()
124 if(j==4)break; in testtableBorderSpacingtoContent()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dassembly.pm325 for ( my $j = 0; $j <= $#{$componenttable}; $j++ )
327 my $oneline = ${$componenttable}[$j];
351 ${$componenttable}[$j] = $oneline;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScIndexEnumeration_DataPilotFieldsEnumeration.java120 for (int j = 1; j < 4; j++) { in createTestEnvironment()
121 oSheet.getCellByPosition(i, j).setValue(i * (j + 1)); in createTestEnvironment()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx242 sal_uInt8 j; in ImplWriteColor() local
249 if ( ( j = (sal_uInt8)( nTmp >> i ) & 0xf ) > 9 ) in ImplWriteColor()
250 j += 'A' - 10; in ImplWriteColor()
252 j += '0'; in ImplWriteColor()
253 *mpOStm << j; in ImplWriteColor()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java107 for( int j = 0; j < Styles.length; j++ ) in main()
109 System.out.println( " " + Styles[ j ] ); in main()
110 Object aStyleObj = xStyles.getByName( Styles[ j ] ); in main()
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx332 for (std::vector< rtl::OUString >::const_reverse_iterator j( in find() local
334 j != paths.rend(); ++j) in find()
336 if (i->second->hasByName(*j)) { in find()
338 bool ok = i->second->getByName(*j) >>= s; in find()
340 loadFromStream(s, *j, bitmap); in find()
/trunk/main/configmgr/source/
H A Ddata.cxx153 sal_Int32 j = path.indexOf(del, i); in parseSegment() local
154 if (j == -1 || j + 1 == path.getLength() || path[j + 1] != ']' || in parseSegment()
155 !decode(path, i, j, name)) in parseSegment()
160 return j + 2; in parseSegment()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java326 for (int j = 0; j < _expectedDNF[i].length; ++j) in impl_testDisjunctiveNormalForm()
328 assertEquals("DNF: wrong content in column " + j + ", row " + i, in impl_testDisjunctiveNormalForm()
329 _expectedDNF[i][j].Name, disjunctiveNormalForm[i][j].Name); in impl_testDisjunctiveNormalForm()
/trunk/main/setup_native/scripts/
H A Dadmin.pl276 for ( my $j = 0; $j <= $#{$includepatharrayref}; $j++ )
278 my $includepath = ${$includepatharrayref}[$j];
1141 for ( my $j = 0; $j <= $#unopkgoutput; $j++ ) { print "$unopkgoutput[$j]"; }
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DStringHelper.java35 int j = str.indexOf(from, i); in replace() local
36 if (j == -1) { in replace()
40 b.append(str.substring(i, j)); in replace()
42 i = j + 1; in replace()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx714 for ( sal_Int32 j = 0; j < aUIElementStreamNames.getLength(); j++ ) in reset() local
716 xSubStorage->removeElement( aUIElementStreamNames[j] ); in reset()
742 for ( sal_Int16 j = 1; j < ::com::sun::star::ui::UIElementType::COUNT; j++ ) in reset() local
744 UIElementType& rDocElementType = m_aUIElements[j]; in reset()
1233 for ( sal_uInt32 j = 0; j < aRemoveNotifyContainer.size(); j++ ) in reload() local
1234 implts_notifyContainerListener( aRemoveNotifyContainer[j], NotifyOp_Remove ); in reload()
/trunk/main/registry/source/
H A Dregimpl.cxx346 for (sal_uInt16 j = 0; j < reader.getMethodParameterCount(i); ++j) in dumpType() local
350 static_cast< unsigned int >(j)); in dumpType()
352 RTParamMode flags = reader.getMethodParameterFlags(i, j); in dumpType()
377 printString(reader.getMethodParameterName(i, j)); in dumpType()
380 printString(reader.getMethodParameterTypeName(i, j)); in dumpType()
386 for (sal_uInt16 j = 0; j < reader.getMethodExceptionCount(i); ++j) in dumpType() local
390 static_cast< unsigned int >(j)); in dumpType()
391 printString(reader.getMethodExceptionTypeName(i, j)); in dumpType()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx878 sal_uInt16 j; in dumpMethods() local
879 for (j=0; j < paramCount; j++) in dumpMethods()
881 paramName = m_reader.getMethodParamName(i, j); in dumpMethods()
882 paramType = m_reader.getMethodParamType(i, j); in dumpMethods()
883 paramMode = m_reader.getMethodParamMode(i, j); in dumpMethods()
905 if (j+1 < paramCount) o << ", "; in dumpMethods()
915 for (j=0; j < excCount; j++) in dumpMethods()
917 excpName = m_reader.getMethodExcType(i, j); in dumpMethods()
/trunk/main/solenv/inc/
H A D_tg_def.mk50 `$(TYPE) /dev/null $(foreach,j,$(SHL1LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
334 `$(TYPE) /dev/null $(foreach,j,$(SHL2LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
618 `$(TYPE) /dev/null $(foreach,j,$(SHL3LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
902 `$(TYPE) /dev/null $(foreach,j,$(SHL4LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
1186 `$(TYPE) /dev/null $(foreach,j,$(SHL5LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
1470 `$(TYPE) /dev/null $(foreach,j,$(SHL6LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
1754 `$(TYPE) /dev/null $(foreach,j,$(SHL7LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
2038 `$(TYPE) /dev/null $(foreach,j,$(SHL8LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
2322 `$(TYPE) /dev/null $(foreach,j,$(SHL9LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
2606 `$(TYPE) /dev/null $(foreach,j,$(SHL10LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)$/$(ROUT)\#g` \
H A D_tg_shl.mk197 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL1LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
737 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL2LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
1277 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL3LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
1817 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL4LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
2357 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL5LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
2897 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL6LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
3437 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL7LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
3977 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL8LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
4517 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL9LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xargs…
5057 …$(COMMAND_ECHO)-$(TYPE) $(foreach,j,$(SHL10LIBS) $j) | $(SED) s\#$(ROUT)\#$(PRJ)/$(ROUT)\#g | xarg…
/trunk/main/svtools/source/uno/wizard/
H A Dwizardshell.cxx88 for ( sal_Int32 j=0; j<rPath.getLength(); ++j ) in WizardShell() local
89 aPath[j] = impl_pageIdToState( rPath[j] ); in WizardShell()
/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java409 for (int j = 0; j < 10; j++) in test6()
477 for (int j = 0; j < 50; j++) in test6a()
573 System.out.println("j: " + j + " i: " + i); in test6a()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx396 for ( size_t j = 0; j < nMembersCount; j++ ) in operator ==() local
398 if ( *( GetDimMemberValues( i )[j] ) == *( r.GetDimMemberValues( i )[j] ) ) in operator ==()
835 for ( long j=1; j <= nPos; j++ ) in ValidQuery() local
837 pPasst[0] = pPasst[0] || pPasst[j]; in ValidQuery()
838 pTest[0] = pTest[0] || pTest[j]; in ValidQuery()
/trunk/main/i18npool/source/textconversion/
H A Dtextconversion_ko.cxx185 sal_Int32 i, j, k, l; in operator +=() local
190 for (j = 0; j < l; j++) in operator +=()
191 if (rSeq1[j] == rSeq2[i]) in operator +=()
193 if (j == l) in operator +=()
/trunk/main/xmlsecurity/source/helper/
H A Dxsecverify.cxx314 int i,j; in collectToVerify() local
323 for (j=0; j<refNum; ++j) in collectToVerify()
325 SignatureReferenceInformation &refInfor = vReferenceInfors[j]; in collectToVerify()
349 isi.vKeeperIds[j] = nKeeperId; in collectToVerify()
/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm723 my $j;
922 my $j;
960 for ($j=0; $j <= $#array; $j++)
962 $queue_size = EnterKey($array[$j], 0, 0);

Completed in 145 milliseconds

1...<<11121314151617181920>>...42