Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java103 String[] sPropertyNames = oUnoDialogSample2.getPropertyNames(); in main() local
108 …ple2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 5, sPropertyNames); in main()
172 String[] sPropertyNames = new String[]{}; in getPropertyNames() local
175 sPropertyNames = new String[aProperties.length]; in getPropertyNames()
177 sPropertyNames[i] = aProperties[i].Name; in getPropertyNames()
183 return sPropertyNames; in getPropertyNames()

Completed in 11 milliseconds