Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleAddIn.java24 class ExampleAddInResult implements com.sun.star.sheet.XVolatileResult class
30 public ExampleAddInResult( String aNewName ) in ExampleAddInResult() method in ExampleAddInResult
93 ((ExampleAddInResult)aEnum.nextElement()).incrementValue(); in run()
173 ExampleAddInResult aResult = (ExampleAddInResult) aResults.get(aName); in getCounter()
176 aResult = new ExampleAddInResult(aName); in getCounter()

Completed in 12 milliseconds