Home
last modified time | relevance | path

Searched refs:i (Results 151 – 175 of 5510) sorted by relevance

12345678910>>...221

/aoo4110/main/vcl/source/glyphs/
H A Dgraphite_features.cxx85 for (size_t i = pos; i < nFeatEnd; i++) in GrFeatureParser() local
133 for (size_t i = 0; i < lang.length() && i < 3; i++) in setLang() local
136 aLang.rgch[i] = lang[i]; in setLang()
199 for (size_t i = 0; i < length; i++) in isCharId() local
204 if (i==0 && id[offset+i] < 0x41) in isCharId()
215 for (size_t i = 0; i < length; i++) in getCharId() local
217 charId.label[i] = id[offset+i]; in getCharId()
220 for (size_t i = 0; i < length; i++) in getCharId() local
222 charId.label[3-i] = id[offset+i]; in getCharId()
232 for (size_t i = 0; i < length; i++) in getIntValue() local
[all …]
/aoo4110/main/qadevOOo/runner/util/
H A Ddbg.java67 for( int i = 0; i < nLen ; i++ ) { in printInterfaces()
107 for( int i = 0; i < nLen ; i++ ) { in implementsInterface()
126 for (int i=0; i<methods.length; i++) { in printInterfaceInfo()
143 for ( int i=0; i< entries.length;i++ ) { in printArray()
220 for( int i = 0; i < ps.length; i++){ in printProperyValueSequenzePairs()
233 for( int i = 0; i < ps.length; i++){ in printProperyValueSequenzePairs()
260 for( int i=0; i < values.length; i++){ in printProperyValuePairs()
296 for (int i = 0; i < props.length; i++) in printPropertiesNames()
297 System.out.println(i + ". " + props[i].Name); in printPropertiesNames()
310 for (int i=0;i<xSI.getSupportedServiceNames().length;i++) { in getSuppServices()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java204 return m_row.getByte(i); in getByte()
209 return m_row.getShort(i); in getShort()
214 return m_row.getInt(i); in getInt()
219 return m_row.getLong(i); in getLong()
224 return m_row.getFloat(i); in getFloat()
234 return m_row.getBytes(i); in getBytes()
239 return m_row.getDate(i); in getDate()
244 return m_row.getTime(i); in getTime()
269 return m_row.getRef(i); in getRef()
274 return m_row.getBlob(i); in getBlob()
[all …]
/aoo4110/main/connectivity/qa/connectivity/tools/
H A DRowSet.java205 return m_row.getByte(i); in getByte()
210 return m_row.getShort(i); in getShort()
215 return m_row.getInt(i); in getInt()
220 return m_row.getLong(i); in getLong()
225 return m_row.getFloat(i); in getFloat()
235 return m_row.getBytes(i); in getBytes()
240 return m_row.getDate(i); in getDate()
245 return m_row.getTime(i); in getTime()
270 return m_row.getRef(i); in getRef()
275 return m_row.getBlob(i); in getBlob()
[all …]
/aoo4110/main/starmath/source/
H A Dformat.cxx165 for ( sal_uInt16 i = FNT_BEGIN; i <= FNT_END; i++ ) in SmFormat() local
195 for (i = FNT_BEGIN; i <= FNT_END; i++) in operator =()
197 SetFont(i, rFormat.GetFont(i)); in operator =()
200 for (i = SIZ_BEGIN; i <= SIZ_END; i++) in operator =()
201 SetRelSize(i, rFormat.GetRelSize(i)); in operator =()
202 for (i = DIS_BEGIN; i <= DIS_END; i++) in operator =()
203 SetDistance(i, rFormat.GetDistance(i)); in operator =()
218 for (i = 0; i <= SIZ_END && bRes; ++i) in operator ==()
220 if (vSize[i] != rFormat.vSize[i]) in operator ==()
223 for (i = 0; i <= DIS_END && bRes; ++i) in operator ==()
[all …]
/aoo4110/main/sot/qa/complex/olesimplestorage/
H A DTest01.java73 for ( int i = 0; i < pStreamCnt; i++ ) in test()
77 xTempStream[i] = UnoRuntime.queryInterface(XTempFile.class, oStream[i]); in test()
78 xTempStream[i].getOutputStream ().writeBytes (pBytesOut[i]); in test()
79 xTempStream[i].seek (0); in test()
83 xOLESimpleStorage.replaceByName ( sSubStreamPrefix + i, xTempStream[i] ); in test()
87 xOLESimpleStorage.insertByName ( sSubStreamPrefix + i, xTempStream[i] ); in test()
96 for ( int i = 0; i < pStreamCnt; ++i ) in test()
112 for ( int i = 0; i < pStreamCnt; ++i ) in test()
117 xTempStream[i].seek (0); in test()
118 … xTempStream[i].getInputStream ().readBytes (pBytesIn[i], pBytesIn[i][0].length + 1 ); in test()
[all …]
/aoo4110/main/qadevOOo/tests/java/ifc/document/
H A D_XDocumentInfo.java77 for (short i = 0; i < fieldCount; i++) { in _getUserFieldName()
79 oldNames[i] = oObj.getUserFieldName(i); in _getUserFieldName()
80 if (oldNames[i] == null) { in _getUserFieldName()
106 for (short i = 0; i < fieldCount; i++) { in _setUserFieldName()
107 String newName = oldNames[i] + "_new"; in _setUserFieldName()
128 oObj.setUserFieldName(i, oldNames[i]); in _setUserFieldName()
156 for (short i = 0; i < fieldCount; i++) { in _getUserFieldValue()
158 oldValues[i] = oObj.getUserFieldValue(i); in _getUserFieldValue()
159 if (oldValues[i] == null) { in _getUserFieldValue()
185 for (short i = 0; i < fieldCount; i++) { in _setUserFieldValue()
[all …]
/aoo4110/main/configmgr/source/
H A Daccess.cxx171 i != disposeListeners_.end(); ++i) in initDisposeBroadcaster()
218 i != modifiedChildren_.end(); ++i) in initDisposeBroadcaster()
331 for (NodeMap::iterator i(members.begin()); i != members.end(); ++i) { in getAllChildren() local
919 for (sal_Int32 i = 0; i < names.getLength(); ++i) { in supportsService() local
1108 i != children.end(); ++i) in getElementNames()
1202 i != children.end(); ++i) in getProperties()
1538 for (sal_Int32 i = 0; i < aPropertyNames.getLength(); ++i) { in setPropertyValues() local
1560 for (sal_Int32 i = 0; i < aPropertyNames.getLength(); ++i) { in getPropertyValues() local
1623 for (sal_Int32 i = 0; i < events.getLength(); ++i) { in firePropertiesChangeEvent() local
2006 if (i == -1 || (i != path.getLength() && path[i] != '/')) { in getSubChild()
[all …]
/aoo4110/main/vcl/source/fontsubset/
H A Dcff.cxx578 for( int i = 0; i < mnStackIdx; ++i) in updateWidth() local
606 for( int i = 0; i < mnStackIdx; ++i) { in addHints() local
702 for( int i = 0; i < size(); ++i ) { in readDictOp() local
714 for( int i = 0; i < size(); ++i ) { in readDictOp() local
894 for( int i = 0; i < mnStackIdx; ++i) { in popAll2Write() local
943 for( i = 0; i < mnHintSize; i+=2 ) { in convertOneTypeOp()
1010 for( i = 0; i < mnHintSize; i+=2) { in convertOneTypeOp()
1716 for( int i = 0; i < mnFDAryCount; ++i) { in initialCffRead() local
1772 for( int i = 0; i < nLen; ++i) in getString() local
2200 for( int i = 1; (i < nGlyphCount) && (i < 256); ++i) { in emitAsType1() local
[all …]
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java78 i += 4; in WseColorTable()
84 i += 4; in WseColorTable()
152 int i = 2; in getBytes() local
163 b[i++] = (byte)0; in getBytes()
164 b[i++] = (byte)0; in getBytes()
165 b[i++] = (byte)0; in getBytes()
208 for (int i = 0; i < 16; i++) { in findColor()
211 return i; in findColor()
218 for (int i = 0; i < 16; i++) { in findColor()
220 colorArray[i] = c; in findColor()
[all …]
/aoo4110/main/codemaker/source/idlmaker/
H A Didltype.cxx266 for( sal_uInt32 i = 0; i < seqNum; i++ ) in dumpDepIncludes() local
338 for (sal_uInt16 i=0; i < fieldCount; i++) in getMemberCount() local
373 for (sal_uInt16 i=0; i < fieldCount; i++) in checkInheritedMemberCount() local
445 for (i=0; i < seqNum; i++) in dumpType()
813 for (sal_uInt16 i=0; i < fieldCount; i++) in dumpAttributes() local
857 for (sal_Int16 i=0; i < methodCount; i++) in dumpMethods() local
957 for (sal_uInt16 i=0; i < fieldCount; i++) in getMemberCount() local
1119 for (sal_uInt16 i=0; i < fieldCount; i++) in dumpHFile() local
1148 for (sal_uInt16 i=0; i < fieldCount; i++) in hasConstants() local
1278 for (i=0; i < fieldCount; i++) in dumpHFile()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java93 for (int i = 0; i < 4; i++) in SortingComponent()
95 bDoEnable = (i < 2); in SortingComponent()
105 …xSortListBox[i] = CurUnoDialog.insertListBox("lstSort" + Integer.toString(i + 1), SOSORTLST[i], nu… in SortingComponent()
166 for (int i = 0; i < 4; i++) in initialize()
184 toggleSortListBox(i, (i <= _SortFieldNames.length)); in initialize()
191 for (int i = 0; i <= MAXSORTCRITERIAINDEX; i++) in setMaxSortIndex()
217 for (int i = 0; i <= 4; i++) in setReadOnlyUntil()
255 for (int i = 0; i <= MaxSortIndex; i++)
294 for (int i = CurIndex + 1; i <= MAXSORTCRITERIAINDEX; i++)
297 if (i < MaxSortIndex)
[all …]
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java90 private void writeChar(int i) { in writeChar() argument
121 writeChar(i); in writeUShort()
193 for (int i = 0 ; i < len; i++) in writeString()
194 writeChar(chars[i]); in writeString()
206 for (int i = 0; i < len; i++) { in readString()
225 for (int i = 0; i < args.length; i++) { in writeParams()
226 if (args[i] instanceof Short || args[i] instanceof Integer) { in writeParams()
523 for (int i = 0; i < args.length; i++) { in callSlot()
527 i++; in callSlot()
532 } else if (args[i] instanceof Short || args[i] instanceof Integer) { in callSlot()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java122 if (i == -1) in getScale()
149 if (i == -1) in getNullability()
165 if (i == -1) in getNullability()
186 if (i > -1) in isColumnOrderable()
199 if (i > -1) in isNullable()
227 startindex = i + 1; in getDataTypeIndex()
233 …if (nPrecision <= nPrecisionInfos[i] && (nScale >= nMinScaleInfos[i]) && (nScale <= nMinScaleInfos… in getDataTypeIndex()
240 return i; in getDataTypeIndex()
278 for (int i = 0; i < nDataTypeInfos.length; i++) in getDefaultTypeName()
304 if (i > -1) in getDataType()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFieldLinker.java60 if (i == 0) in insertControlGroup()
90 …lstSlaveFields[i] = CurUnoDialog.insertListBox("lstSlaveFieldLink" + (i + 1), SOLINKLST[i], null, … in insertControlGroup()
128 …lstMasterFields[i] = CurUnoDialog.insertListBox("lstMasterFieldLink" + Integer.toString(i + 1), SO… in insertControlGroup()
182 for (int i = 0; i < rowcount; i++) in getMaxSelIndex()
194 if (i < rowcount) in toggleControlRow()
234 for (int i = 0; i < super.rowcount; i++) in initialize()
240 toggleControlRow(i, (i <= _LinkFieldNames.length)); in initialize()
244 toggleControlRow(i, i == 0); in initialize()
264 for (int i = 0; i <= nSelectedIndex; i++) in getLinkFieldNames()
266 LinkFieldNames[0][i] = lstSlaveFields[i].getSelectedItem(); in getLinkFieldNames()
[all …]
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/
H A DSettings.java122 for ( int i=0; i<m_aWikiDocs.size(); i++ ) in getWikiDocList()
147 for ( int i=0; i<m_WikiConnections.size(); i++ ) in getWikiURLs()
159 for( int i=0;i<m_WikiConnections.size();i++ ) in getSettingByUrl()
191 for( int i=0;i<m_aWikiDocs.size();i++ ) in getDocByCompleteUrl()
207 for( int i=0;i<m_WikiConnections.size();i++ ) in removeSettingByUrl()
226 for( int i=0; i<pNames.length; i++ ) in storeConfiguration()
233 for ( int i=0; i< m_WikiConnections.size(); i++ ) in storeConfiguration()
251 for( int i=0; i<pNames2.length; i++ ) in storeConfiguration()
257 for ( int i=0; i< m_aWikiDocs.size(); i++ ) in storeConfiguration()
298 for ( int i=0; i<allCons.length; i++ ) in loadConfiguration()
[all …]
/aoo4110/main/vcl/source/window/
H A Ddlgctrl.cxx207 sal_uInt16 i; in ImplGetDlgWindow() local
241 if ( (i > nFormEnd) || (i < nFormStart) ) in ImplGetDlgWindow()
264 if ( (i > nFormEnd) || (i < nFormStart) ) in ImplGetDlgWindow()
342 if ( !i ) in ImplFindDlgCtrlWindow()
361 rIndex = i; in ImplFindDlgCtrlWindow()
374 if ( !i in ImplFindDlgCtrlWindow()
424 pWindow = ImplGetNextWindow( pParent, i, i, sal_True ); in ImplFindAccelWindow()
555 i = nIndex; in ImplDlgCtrl()
627 if ( (i <= iStart) || (i > nFormEnd) ) in ImplDlgCtrl()
988 if ( !i || (i > nFormEnd) ) in ImplDlgCtrlUpdateDefButton()
[all …]
/aoo4110/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx88 for (sal_Int32 i = 0; i < nDatabaseRangesCount; ++i) in GetEmptyDatabaseRanges() local
132 for (sal_Int16 i = 0; i < nProperties; ++i) in WriteImportDescriptor() local
314 for (sal_Int32 i = 1; i < nTableFilterFields; ++i) in WriteFilterDescriptor() local
324 for (sal_Int32 i = 0; i < nTableFilterFields; ++i) in WriteFilterDescriptor() local
332 for (sal_Int32 i = 0; i < nTableFilterFields; ++i) in WriteFilterDescriptor() local
414 for (i = 0; i < nProperties; ++i) in WriteSortDescriptor()
456 for (i = 1; i < nSortFields; ++i) in WriteSortDescriptor()
478 for (i = 1; i < nSortFields; ++i) in WriteSortDescriptor()
487 for (i = 0; i < nSortFields; ++i) in WriteSortDescriptor()
566 for (sal_Int32 i = 0; i < nSubTotalFields; ++i) in WriteSubTotalDescriptor() local
[all …]
/aoo4110/main/rsc/source/tools/
H A Drsctools.cxx65 size_t i; in rsc_strnicmp() local
67 for( i = 0; ( i < count ) && string1[ i ] && string2[ i ] ; i++ ) in rsc_strnicmp()
69 if( tolower( string1[ i ] ) < tolower( string2[ i ] ) ) in rsc_strnicmp()
76 else if( tolower( string1[ i ] ) < tolower( string2[ i ] ) ) in rsc_strnicmp()
78 else if( tolower( string1[ i ] ) > tolower( string2[ i ] ) ) in rsc_strnicmp()
93 int i; in rsc_stricmp() local
95 for( i = 0; string1[ i ] && string2[ i ]; i++ ){ in rsc_stricmp()
96 if( tolower( string1[ i ] ) < tolower( string2[ i ] ) ) in rsc_stricmp()
101 if( tolower( string1[ i ] ) < tolower( string2[ i ] ) ) in rsc_stricmp()
245 for( i = 1; i < nArgc; i++ ) in ResponseFile()
[all …]
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java149 for (int i = 0; i < items.length; i++) { in collapse()
172 for (int i = 0; i < items.length; i++) { in expand()
194 for (int i = start; i < len; i++) { in select()
212 for (int i = 0; i < len; i++) { in getAllItemsText()
213 ret[i] = getItemText(i); in getAllItemsText()
225 for (int i = 0; i < len; i++) { in hasItem()
251 for (int i = 0; i < len; i++) { in isShowing()
354 for (int i = 0; i < getItemCount(); i++) { in collapseAll()
364 for (int i = 0; i < getItemCount(); i++) { in expandAll()
377 int i = 0; in selectByPath() local
[all …]
/aoo4110/main/sw/source/ui/table/
H A Dswtablerep.cxx82 for(sal_uInt16 i = 0; i < nCount; i++) in DbgTColumn() local
112 for( sal_uInt16 i = 0; i < nAllCols; ++i ) in SwTableRep() local
116 pTColumns[ i ].bVisible = !rTabCol.IsHidden(i); in SwTableRep()
142 sal_uInt16 i; in FillTabCols() local
144 for ( i = 0; i < rTabCols.Count(); ++i ) in FillTabCols()
165 for(i = 0; i < nAllCols - 1; i++) in FillTabCols()
169 pOldTColumns[i].bVisible = !rTabCols.IsHidden(i); in FillTabCols()
185 i = 0; in FillTabCols()
209 i++; in FillTabCols()
217 for ( i = 0; i < nAllCols - 1; ++i ) in FillTabCols()
[all …]
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetCellRangeContainer.java53 for ( short i=0; i<=2; i++ ) { in before()
54 rAddr[i] = new CellRangeAddress(); in before()
55 rAddr[i].Sheet = i; in before()
56 rAddr[i].StartColumn = i; in before()
57 rAddr[i].StartRow = i; in before()
58 rAddr[i].EndColumn = i + 3; in before()
59 rAddr[i].EndRow = i + 3; in before()
85 for (int i=0; i<=oObj.getCount()-1; i++) { in _addRangeAddress()
86 if ( addr[i].Sheet == rAddr[0].Sheet && in _addRangeAddress()
119 for (int i=0; i<=oObj.getCount()-1; i++) { in _removeRangeAddress()
[all …]
/aoo4110/main/registry/source/
H A Dregimpl.cxx75 for (sal_Int32 i = 0; i < s.getLength(); ++i) { in printString() local
215 {for (sal_uInt16 i = 0; i < reader.getFieldCount(); ++i) { in dumpType() local
1245 for (i=0 ; i < reader1.getFieldCount(); i++) in checkTypeReaders()
1250 for (i=0 ; i < reader2.getFieldCount(); i++) in checkTypeReaders()
1283 for (i=0 ; i < reader.getFieldCount(); i++) in mergeModuleValue()
1294 for (i=0 ; i < reader2.getFieldCount(); i++) in mergeModuleValue()
1474 for (int i= 0; i < nSpc; i++) sIndent += " "; in dumpValue() local
1593 for (sal_uInt32 i=0; i < len; i++) in dumpValue() local
1626 for (sal_uInt32 i=0; i < len; i++) in dumpValue() local
1664 for (sal_uInt32 i=0; i < len; i++) in dumpValue() local
[all …]
/aoo4110/main/soltools/support/
H A Dsimstr.cxx455 for (i = 0; i < len; i++) in remove_all()
574 for (i = 0; i < len ? sz[i] != c : false; i++) ; in pos_first()
588 for (; i < len ? sz[i] != c : false; i++) ; in pos_first_after()
600 for (i = len-1; i >= 0 ? sz[i] != c : false; i--) ; in pos_last()
621 int i; in pos_last() local
622 for (i = len-S.len; i >= 0 ; i--) in pos_last()
638 for (int i =0; i < len; i++) in count() local
651 for (i = 0; sz[i] <= 32 && i < len; i++) ; in is_no_text()
690 for (int i=0; i < len; i++) in replace_all() local
716 for (int i = 0; i < len; i++) in to_lower() local
[all …]
/aoo4110/main/io/test/stm/
H A Dmarktest.cxx225 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
234 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
238 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
247 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
277 for( i = 0 ; i < 256 ; i ++ ) in testSimple()
290 for( i = 0 ; i < 10 ; i ++ ) in testSimple()
304 for( i = 0 ; i < 256 ; i ++ ) in testSimple()
315 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
323 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
334 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
[all …]

Completed in 293 milliseconds

12345678910>>...221