Searched refs:sMethodNames (Results 1 – 1 of 1) sorted by relevance
102 String[] sMethodNames = oUnoDialogSample2.getMethodNames(); in main() local107 …ample2.insertListBox(nControlPosX, nControlMargin, nListBoxHeight, nControlWidth, 4, sMethodNames); in main()144 String[] sMethodNames = new String[]{}; in getMethodNames() local147 sMethodNames = new String[xIdlMethods.length]; in getMethodNames()149 sMethodNames[i] = xIdlMethods[i].getName(); in getMethodNames()155 return sMethodNames; in getMethodNames()
Completed in 13 milliseconds