Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java371 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandName() local
372 if (sCommandname.startsWith(this.sTablePrefix)) in getSelectedCommandName()
374 return sCommandname.substring(sTablePrefix.length()); in getSelectedCommandName()
376 else if ((sCommandname.startsWith(this.sQueryPrefix))) in getSelectedCommandName()
378 return sCommandname.substring(sQueryPrefix.length()); in getSelectedCommandName()
382 return sCommandname; in getSelectedCommandName()
388 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandType() local
389 if (sCommandname.startsWith(this.sTablePrefix)) in getSelectedCommandType()