Lines Matching refs:i

102             for (int i = 0; i < GDPR.length; i++) {  in _getDirectPropertyValuesTolerant()
103 log.println("\t" + GDPR[i].Name); in _getDirectPropertyValuesTolerant()
108 for (int i = 0; i < namesOfDirectProperties.length; i++) { in _getDirectPropertyValuesTolerant()
109 log.println("\t" + namesOfDirectProperties[i]); in _getDirectPropertyValuesTolerant()
112 for (int i = 0; i < GDPR.length; i++) { in _getDirectPropertyValuesTolerant()
113 boolean localres = GDPR[i].Name.equals( in _getDirectPropertyValuesTolerant()
114 namesOfDirectProperties[i]); in _getDirectPropertyValuesTolerant()
118 log.println("\t" + GDPR[i].Name); in _getDirectPropertyValuesTolerant()
120 log.println("\t" + namesOfDirectProperties[i]); in _getDirectPropertyValuesTolerant()
142 for (int i = 0; i < GPR.length; i++) { in _getPropertyValuesTolerant()
145 if (!(GPR[i].Value instanceof com.sun.star.uno.Any)) { in _getPropertyValuesTolerant()
146 localres = ValueComparer.equalValue(GPR[i].Value, in _getPropertyValuesTolerant()
147 valuesOfProperties[i]); in _getPropertyValuesTolerant()
153 namesOfProperties[i]); in _getPropertyValuesTolerant()
154 log.println("\t" + GPR[i].Value); in _getPropertyValuesTolerant()
156 log.println("\t" + valuesOfProperties[i]); in _getPropertyValuesTolerant()
196 for (int i = 0; i < SPTF.length; i++) { in _setPropertyValuesTolerant()
197 … if (SPTF[i].Result == com.sun.star.beans.TolerantPropertySetResultType.PROPERTY_VETO) { in _setPropertyValuesTolerant()
199 log.println("Failed for " + SPTF[i].Name); in _setPropertyValuesTolerant()
200 log.println("\t Result: " + SPTF[i].Result); in _setPropertyValuesTolerant()
204 for (int i = 0; i < SPTF.length; i++) { in _setPropertyValuesTolerant()
209 if ((!(GPR[i].Value instanceof com.sun.star.uno.Any)) && in _setPropertyValuesTolerant()
210 … (SPTF[i].Result == com.sun.star.beans.TolerantPropertySetResultType.SUCCESS)) { in _setPropertyValuesTolerant()
211 localres = ValueComparer.equalValue(GPR[i].Value, in _setPropertyValuesTolerant()
212 valuesOfProperties[i]); in _setPropertyValuesTolerant()
217 namesOfProperties[i]); in _setPropertyValuesTolerant()
218 log.println("\t" + GPR[i].Value); in _setPropertyValuesTolerant()
220 log.println("\t" + valuesOfProperties[i]); in _setPropertyValuesTolerant()
238 for (int i = 0; i < props.length; i++) { in getDirectProperties()
239 String pName = props[i].Name; in getDirectProperties()
257 for (int i = 0; i < obj.length; i++) { in getDirectProperties()
258 ret[i] = (String) obj[i]; in getDirectProperties()
278 for (int i = 0; i < properties.length; i++) { in getProperties()
279 String pName = properties[i].Name; in getProperties()
288 for (int i = 0; i < obj.length; i++) { in getProperties()
289 ret[i] = (String) obj[i]; in getProperties()
301 for (int i = 0; i < propertyNames.length; i++) { in getPropertyValues()
303 values[i] = PS.getPropertyValue(propertyNames[i]); in getPropertyValues()
317 for (int i = 0; i < properties.length; i++) { in getCountOfReadOnlyProperties()
318 Property property = properties[i]; in getCountOfReadOnlyProperties()
332 for (int i = 0; i < oldValues.length; i++) { in getNewValues()
333 if (oldValues[i] instanceof com.sun.star.uno.Any) { in getNewValues()
334 newValues[i] = oldValues[i]; in getNewValues()
336 newValues[i] = ValueChanger.changePValue(oldValues[i]); in getNewValues()