Home
last modified time | relevance | path

Searched refs:j (Results 251 – 275 of 1026) sorted by relevance

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

/trunk/main/svx/source/dialog/
H A D_contdlg.cxx302 for ( sal_uInt16 j = 0, nPolyCount = rContour.Count(); j < nPolyCount; j++ ) in ScaleContour() local
304 Polygon& rPoly = rContour[ j ]; in ScaleContour()
560 for ( sal_uInt16 j = 0, nPolyCount = aPolyPoly.Count(); j < nPolyCount; j++ ) in SetPolyPolygon() local
562 Polygon& rPoly = aPolyPoly[ j ]; in SetPolyPolygon()
597 for ( sal_uInt16 j = 0, nPolyCount = aRetPolyPoly.Count(); j < nPolyCount; j++ ) in GetPolyPolygon() local
599 Polygon& rPoly = aRetPolyPoly[ j ]; in GetPolyPolygon()
H A Dsvxruler.cxx1263 sal_uInt16 j; in UpdateTabs() local
1267 for(j = 0; j < pTabStopItem->Count(); ++j) in UpdateTabs()
1286 for(j = 0; j < nDefTabBuf; ++j) in UpdateTabs()
1291 if(j == 0 ) in UpdateTabs()
1303 for(j = 0; j < nDefTabBuf; ++j) in UpdateTabs()
1305 if( j == 0 ) in UpdateTabs()
2004 for(sal_uInt16 j=0;j<pRuler_Imp->nControlerItems;j++) in SetActive() local
2005 pCtrlItem[j]->UnBind(); in SetActive()
2500 sal_uInt16 j; in ApplyTabs() local
2501 for(j = 0; j < nCoreIdx; ++j) in ApplyTabs()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx429 sal_uInt16 i,j;
437 for (j=0; j<nFound; j++)
439 if ( pTemp[j] == nVal )
441 else if ( pTemp[j] < nVal )
442 nPos = j+1;
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx395 sal_uInt8 n1, n2, j, nMethod, nFlags; in ImplInitBuf() local
398 *mpIStm >> j; in ImplInitBuf()
399 if ( j != gz_magic[ i ] ) in ImplInitBuf()
421 *mpIStm >> j; in ImplInitBuf()
423 while ( j && !mpIStm->IsEof() ); in ImplInitBuf()
430 *mpIStm >> j; in ImplInitBuf()
432 while ( j && !mpIStm->IsEof() ); in ImplInitBuf()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx314 sal_uInt16 j = 1; in FindElementExtern() local
315 const SbxParamInfo* pParam = pInfo->GetParam( j ); in FindElementExtern()
320 if( j >= nParamCount ) in FindElementExtern()
328 pElem = refParams->Get( j ); in FindElementExtern()
332 pParam = pInfo->GetParam( ++j ); in FindElementExtern()
452 sal_uInt16 j = 1; in SetupArgs() local
458 nCurPar = j; in SetupArgs()
461 pParam = pInfo->GetParam( ++j ); in SetupArgs()
1079 short j = i - 1; in StepDCREATE_IMPL() local
1080 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepDCREATE_IMPL()
[all …]
/trunk/main/l10ntools/source/
H A Dtagtest.cxx1420 sal_uLong i=0,j=0; in CheckTags() local
1458 for ( j=0 ; j < aTestee.Count() && !bTagFound ; j++ ) in CheckTags()
1460 if ( aTestee.GetObject( j ).IsDone() ) in CheckTags()
1463 …if ( aReference.GetObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_False, aCompareWarn… in CheckTags()
1466 aTestee.GetObject( j ).SetDone(); in CheckTags()
1499 for ( j=0 ; j < aTestee.Count() && !bTagFound ; j++ ) in CheckTags()
1501 if ( aTestee.GetObject( j ).IsDone() ) in CheckTags()
1504 …if ( aReference.GetObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_True, aCompareWarni… in CheckTags()
1507 aTestee.GetObject( j ).SetDone(); in CheckTags()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx88 for ( sal_uInt16 j = 0; j < rActionComponentsSequence.getLength(); ++j ) in FillMenu() local
90 Reference< container::XStringKeyMap > xSmartTagProperties = rStringKeyMaps[j]; in FillMenu()
93 …uence< Reference< smarttags::XSmartTagAction > >& rActionComponents = rActionComponentsSequence[j]; in FillMenu()
94 const Sequence< sal_Int32 >& rActionIndices = rActionIndicesSequence[j]; in FillMenu()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx410 sal_Int32 i,j,k; in TransferEventScripts() local
420 for (j=0; j<pCurrentArray->getLength(); ++j, ++pCurrentListeners) in TransferEventScripts()
3043 j != rControllerList.end(); in startFiltering()
3044 ++j in startFiltering()
3125 j != rControllerList.end(); ++j) in stopFiltering()
3146 saveFilter(*j); in stopFiltering()
3150 j != rControllerList.end(); ++j) in stopFiltering()
3161 j != rControllers.end(); ++j) in stopFiltering()
3257 ++j in clearFilter()
3260 ::clearFilter(*j); in clearFilter()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx308 for ( sal_Int32 j = 0; j < xPackageList.getLength(); ++j ) in createPackageList() local
310 uno::Reference< deployment::XPackage > xPackage = xPackageList[j]; in createPackageList()
405 for ( int j = 0; j < seqLeafNames.getLength(); j++ ) in supportsOptions() local
407 uno::Any anyLeaf = xLeaves->getByName( seqLeafNames[j] ); in supportsOptions()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1392 for ( sal_uInt16 j = aTempPoly.GetSize(); j--; ) in CreateArc() local
1394 aRetval.append(basegfx::B2DPoint(aTempPoly[ j ].X(), aTempPoly[ j ].Y())); in CreateArc()
1399 for ( sal_uInt16 j = 0; j < aTempPoly.GetSize(); j++ ) in CreateArc() local
1401 aRetval.append(basegfx::B2DPoint(aTempPoly[ j ].X(), aTempPoly[ j ].Y())); in CreateArc()
1557 sal_Int32 j, nCount = pDefCustomShape->nVertices;//==3 in CreateSubPath() local
1561 for ( j = 0; j < nCount; j++ ) in CreateSubPath()
1563 seqCoordinates1[j] = seqCoordinates[ rSrcPt + j]; in CreateSubPath()
1567 for ( j = 0; j < nCount; j++ ) in CreateSubPath()
1569 …pe2d::SetEnhancedCustomShapeParameter( seqCoordinates2[ j ].First, pDefCustomShape->pVertices[ j ]… in CreateSubPath()
1570 …pe2d::SetEnhancedCustomShapeParameter( seqCoordinates2[ j ].Second, pDefCustomShape->pVertices[ j in CreateSubPath()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx591 for ( sal_uIntPtr j = 0; j < pPrj->Count(); j++ ) { in CreateRootDirectory() local
592 CommandData *pData = pPrj->GetObject( j ); in CreateRootDirectory()
665 sal_uIntPtr j = 0; in CreateRecursiveMakefile() local
666 while( j < pSubDirectories->Count()) { in CreateRecursiveMakefile()
668 (( SourceDirectory * ) pSubDirectories->GetObject( j ))-> in CreateRecursiveMakefile()
674 (( SourceDirectory * ) pSubDirectories->GetObject( j ))-> in CreateRecursiveMakefile()
677 j++; in CreateRecursiveMakefile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIElementFactoryRegistration.java55 for(int j=0; j<props[i].length; j++) in _getRegisteredFactories()
56 log.println("Factory: " + props[i][j].Name + " - " + props[i][j].Value); in _getRegisteredFactories()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DDataHandler.java114 for (int j = 0; j < output.length; j++) { in putDataTo()
115 Set keys = output[j].keySet(); in putDataTo()
119 output[j].put(aKey, data.get(aKey)); in putDataTo()
/trunk/main/sc/source/core/data/
H A Ddpshttab.cxx70 for (SCSIZE j = 0; j < nEntryCount; ++j ) in ScSheetDPData() local
72 ScQueryEntry& rEntry = aQuery.GetEntry(j); in ScSheetDPData()
75 pSpecial[j] = false; in ScSheetDPData()
80 pSpecial[j] = true; in ScSheetDPData()
H A Ddocumen4.cxx130 SCCOL j; in InsertMatrixFormula() local
191 for (j = nCol1; j <= nCol2; j++) in InsertMatrixFormula()
195 if (j != nCol1 || k != nRow1) // nicht in der ersten Zelle in InsertMatrixFormula()
199 aPos = ScAddress( j, k, i ); in InsertMatrixFormula()
202 pTab[i]->PutCell(j, k, (ScBaseCell*) pCell); in InsertMatrixFormula()
217 SCCOL j; in InsertTableOp() local
287 for( j = nCol1; j <= nCol2; j++ ) in InsertTableOp()
291 …pTab[i]->PutCell( j, k, aRefCell.CloneWithoutNote( *this, ScAddress( j, k, i ), SC_CLONECELL_START… in InsertTableOp()
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx507 sal_uLong nCount, j; in UpdateNames() local
531 for ( j=0; j < nCount; j++ ) in UpdateNames()
533 const ScRange aRange(ppSortArray[j]->GetRange(0)); in UpdateNames()
537 ppSortArray[j]->GetRange(0).GetVars( nCol1, nRow1, nTab1, in UpdateNames()
578 for ( j=0; j < nCount; j++ ) in UpdateNames()
580 const ScRange aRange(ppSortArray[j]->GetRange(0)); in UpdateNames()
584 ppSortArray[j]->GetRange(0).GetVars( nCol1, nRow1, nTab1, in UpdateNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldObj.java183 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
184 oSheet.getCellByPosition(i, j).setValue(i * (j + 1)); in createTestEnvironment()
185 oSheet2.getCellByPosition(i, j).setValue(i * (j + 2)); in createTestEnvironment()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx954 for (sal_Int32 j = 0; j < parameters.getLength(); ++j) { in getMemberTypes() local
955 if (parameters[j] == types[i]->getName()) { in getMemberTypes()
956 types[i] = m_arguments[j]; in getMemberTypes()
979 sal_Int32 j = i; in getInstantiatedStruct() local
980 for (sal_Int32 level = 0; j != name.getLength(); ++j) { in getInstantiatedStruct()
981 sal_Unicode c = name[j]; in getInstantiatedStruct()
995 if (j != name.getLength()) { in getInstantiatedStruct()
997 getByHierarchicalName(name.copy(i, j - i)), UNO_QUERY); in getInstantiatedStruct()
1005 i = j; in getInstantiatedStruct()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx127 for(sal_Int32 j=0;j < (sal_Int32)m_vColumns.size();++j) in DBG_NAME() local
128 if ( m_vColumns[j].first != COLUMN_POSITION_NOT_FOUND ) in DBG_NAME()
214 for (sal_Int32 j = 1; j <= nCount ; ++j) in ODatabaseExport() local
216 … aNullable.push_back(xResultSetMetaData->isNullable(j) != ColumnValue::NO_NULLS ); in ODatabaseExport()
217 aTypes.push_back(xResultSetMetaData->getColumnType(j)); in ODatabaseExport()
868 for(sal_uInt32 j=0; j < aInsertList.size() ;++i,++j) in createPreparedStatment() local
/trunk/main/solenv/bin/modules/pre2par/
H A Dlanguage.pm144 for ( my $j = 0; $j <= $#{$allreplacestrings}; $j++ )
146 if ( $oneline =~ /\b${$allreplacestrings}[$j]\b/ ) # Not for basic scripts
148 my $oldstring = ${$allreplacestrings}[$j];
/trunk/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx87 for (ExceptionTreeNode::Children::iterator j( in add() local
89 ++j) in add()
91 if (j == node->children.end()) { in add()
95 if ((*j)->name == *i) { in add()
96 node = *j; in add()
/trunk/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx451 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate() local
453 if( aChartTypeSeq[j].is()) in matchesTemplate()
458 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
460 xVolumeChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
462 xCandleStickChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
464 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
/trunk/main/connectivity/source/drivers/evoab2/
H A DEApi.cxx97 for( guint j = 0; j < G_N_ELEMENTS( eBookLibNames ); j++ ) in EApiInit() local
100 ( eBookLibNames[ j ] ).pData, in EApiInit()
104 if ( tryLink( aModule, eBookLibNames[ j ] ) ) in EApiInit()
/trunk/main/registry/source/
H A Dreflwrit.cxx999 sal_uInt16 j; in createBlop() local
1003 for (j = 0; j < m_methods[i].m_paramCount; j++) in createBlop()
1005 if (m_methods[i].m_params[j].m_typeName.getLength()) in createBlop()
1008 pInfo->m_value.aUtf8 = m_methods[i].m_params[j].m_typeName.getStr(); in createBlop()
1017 m_methods[i].m_params[j].m_mode)); in createBlop()
1019 if (m_methods[i].m_params[j].m_name.getLength()) in createBlop()
1022 pInfo->m_value.aUtf8 = m_methods[i].m_params[j].m_name.getStr(); in createBlop()
1031 for (j = 0; j < m_methods[i].m_excCount; j++) in createBlop()
1033 if (m_methods[i].m_excNames[j].getLength()) in createBlop()
1036 pInfo->m_value.aUtf8 = m_methods[i].m_excNames[j].getStr(); in createBlop()
/trunk/main/svtools/source/filter/
H A DSvFilterOptionsDialog.cxx189 sal_Int32 j, nCount = maMediaDescriptor.getLength(); in execute() local
190 for ( j = 0; j < nCount; j++ ) in execute()
192 if ( maMediaDescriptor[ j ].Name.equals( aFilterNameStr ) ) in execute()
195 maMediaDescriptor[ j ].Value >>= aStr; in execute()

Completed in 218 milliseconds

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