Lines Matching refs:i

80             for (int i = 0; i < _xTreepathProvider.getPathCount(); i++){  in addSourceCodeOfUnoObject()
81 XUnoNode oUnoNode = _xTreepathProvider.getPathComponent(i); in addSourceCodeOfUnoObject()
82 if (i == 0){ in addSourceCodeOfUnoObject()
90 …inition oUnoReturnObjectDefinition = getUnoObjectDefinition(_xTreepathProvider, oUnoMethodNode, i); in addSourceCodeOfUnoObject()
206 for (int i=0; i< ncount; i++){ in convertAllUnoObjects()
207 …dSourceCodeOfUnoObject((XTreePathProvider) aTreepathProviders.get(i), false, (i==0), (i == (ncount… in convertAllUnoObjects()
333 for (int i = 0; i > xIdlClasses.length; i++){ in addExceptions()
355 for (int i = 0; i < sHeaderStatementArray.length; i++){ in getHeaderSourceCode()
356 sHeaderSourcecode += sHeaderStatementArray[i]; in getHeaderSourceCode()
367 for (int i = 0; i < this.size(); i++){ in contains()
368 String sElement = (String) this.get(i); in contains()
839 for (int i = 0; i < _oParamObjects.length; i++){ in getMethodParameterValueDescription()
840 TypeClass aTypeClass = aParamInfos[i].aType.getTypeClass(); in getMethodParameterValueDescription()
842 sParamSourceCode += aParamInfos[i].aName + "="; in getMethodParameterValueDescription()
844 String sParamDescription = getStringValueOfObject(_oParamObjects[i], aTypeClass); in getMethodParameterValueDescription()
848 if (i < _oParamObjects.length - 1){ in getMethodParameterValueDescription()
1036 for (int i = 0; i < sExceptions.size(); i++){ in getMethodTerminationSourceCode()
1037 String sCurException = (String) sExceptions.get(i); in getMethodTerminationSourceCode()
1189 for (int i = 0; i< sDeclarations.length;i++){ in getArrayDeclaration()
1190 sReturn += sDeclarations[i]; in getArrayDeclaration()
1191 if (i == 0){ in getArrayDeclaration()
1194 if (i < (sDeclarations.length -1)){ in getArrayDeclaration()
1393 for (int i = 0; i< sDeclarations.length;i++){ in getArrayDeclaration()
1394 sReturn += sDeclarations[i]; in getArrayDeclaration()
1395 if (i == 0){ in getArrayDeclaration()
1398 if (i < (sDeclarations.length -1)){ in getArrayDeclaration()
1499 for (int i = 0; i < sExceptions.size(); i++){ in getMainMethodSignatureSourceCode()
1500 String sCurException = (String) sExceptions.get(i); in getMainMethodSignatureSourceCode()