Home
last modified time | relevance | path

Searched refs:aAutoFormatName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java724 String aAutoFormatName = "Temp_Example"; in doFormattingSamples() local
725 boolean bExistsAlready = xAutoFormatsNA.hasByName( aAutoFormatName ); in doFormattingSamples()
729 aAutoFormatObj = xAutoFormatsNA.getByName( aAutoFormatName ); in doFormattingSamples()
737 xAutoFormatsNA.insertByName( aAutoFormatName, aAutoFormatObj ); in doFormattingSamples()
775 xAutoForm.autoFormat( aAutoFormatName ); in doFormattingSamples()
779 xAutoFormatsNA.removeByName( aAutoFormatName ); in doFormattingSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs702 String aAutoFormatName = "Temp_Example"; in doFormattingSamples()
703 bool bExistsAlready = xAutoFormatsNA.hasByName( aAutoFormatName ); in doFormattingSamples()
707 aAutoFormatObj = xAutoFormatsNA.getByName( aAutoFormatName ); in doFormattingSamples()
717 xAutoFormatsNA.insertByName( aAutoFormatName, aAutoFormatObj ); in doFormattingSamples()
755 xAutoForm.autoFormat( aAutoFormatName ); in doFormattingSamples()
759 xAutoFormatsNA.removeByName( aAutoFormatName ); in doFormattingSamples()

Completed in 40 milliseconds