Home
last modified time | relevance | path

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

/trunk/test/testgui/source/testlib/gui/
H A DUIMap.java44 import org.openoffice.test.vcl.widgets.VclTreeListBox;
122 public static VclTreeListBox tree(String id) { in tree()
123 return new VclTreeListBox(app, idList.getId(id)); in tree()
225 public static final VclTreeListBox optionsDlgList = tree("CUI_HID_OFADLG_TREELISTBOX");
297 public static final VclTreeListBox scCalcSubTotalForColumns = tree("SC_HID_SC_SUBT_COLS");
369 public static final VclTreeListBox optionsDlgPathTabTree = tree("CUI_HID_OPTPATH_CTL_PATH");
370 public static final VclTreeListBox optionsDlgMicorOfficeTree = tree("CUI_HID_OFAPAGE_MSFLTR2_CLB");
529 public static final VclTreeListBox sdNavigator = tree("SD_HID_SD_NAVIGATOR_TLB");
540 public static final VclTreeListBox runMacroDlgCategories = tree("CUI_HID_SELECTOR_CATEGORIES");
541 public static final VclTreeListBox runMacroDlgCommands = tree("CUI_HID_SELECTOR_COMMANDS");
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java28 public class VclTreeListBox extends VclControl { class
30 public VclTreeListBox(VclApp app, String id) { in VclTreeListBox() method in VclTreeListBox

Completed in 30 milliseconds