Searched refs:iCounter (Results 1 – 4 of 4) sorted by relevance
286 for( int iCounter=1; iCounter < 10; iCounter++ ) { in createExampleData()288 xCell = xSheet.getCellByPosition( 2, 1 + iCounter ); in createExampleData()289 xCell.setValue( (double) iCounter * 2 ); in createExampleData()290 xCellRange = xSheet.getCellRangeByPosition( 2, 1 + iCounter, in createExampleData()291 2, 1 + iCounter ); in createExampleData()
69 int iCounter=0; in markList() local74 for( iCounter = 0; iCounter < mList.length; iCounter++ ) { in markList()77 xTextDocument, mList[ iCounter ] ); in markList()86 sPrefix + iCounter); in markList()
189 for( int iCounter = 0; iCounter < iElementCount; iCounter++ ) { in main()194 xParaStyleCollection.getByName( sElementNames[iCounter] )); in main()212 … xPropertySet.setPropertyValue("ParaStyleName", new String( sElementNames[iCounter] ) ); in main()213 System.out.println( "Apply the paragraph style : " + sElementNames[iCounter] ); in main()
228 for( int iCounter=1; iCounter < 10; iCounter++ ) in initSpreadsheet()230 XCell aCell = maSheet.getCellByPosition( 1, 1 + iCounter ); in initSpreadsheet()231 aCell.setValue( (double) iCounter ); in initSpreadsheet()
Completed in 22 milliseconds