Home
last modified time | relevance | path

Searched refs:iCounter (Results 1 – 4 of 4) sorted by relevance

/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java286 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()
/trunk/main/odk/examples/java/Text/
H A DBookmarkInsertion.java69 int iCounter=0; in markList() local
74 for( iCounter = 0; iCounter < mList.length; iCounter++ ) { in markList()
77 xTextDocument, mList[ iCounter ] ); in markList()
86 sPrefix + iCounter); in markList()
H A DStyleInitialization.java189 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()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java228 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 31 milliseconds