Searched refs:sPropertyNames (Results 1 – 1 of 1) sorted by relevance
103 String[] sPropertyNames = oUnoDialogSample2.getPropertyNames(); in main() local108 …ple2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 5, sPropertyNames); in main()172 String[] sPropertyNames = new String[]{}; in getPropertyNames() local175 sPropertyNames = new String[aProperties.length]; in getPropertyNames()177 sPropertyNames[i] = aProperties[i].Name; in getPropertyNames()183 return sPropertyNames; in getPropertyNames()
Completed in 14 milliseconds