Home
last modified time | relevance | path

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

/aoo4110/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv7 …run macro is set to never;location=check_perms_file1.sxw;runmacro=never;pathlist=false;confirm=fal…
8 …s, and no warning dialog;location=check_perms_file2.sxw;runmacro=always;pathlist=false;confirm=fal…
9 …, and run button pressed;location=check_perms_file3.sxw;runmacro=always;pathlist=false;confirm=fal…
11 …dialog, and no confirmation;location=check_perms_file5.sxw;runmacro=pathlist;pathlist=true;confirm…
12 …dialog, and no confirmation;location=check_perms_file6.sxw;runmacro=pathlist;pathlist=false;confir…
13 … dialog, run button pressed;location=check_perms_file7.sxw;runmacro=pathlist;pathlist=true;confirm…
14 …, do not run button pressed;location=check_perms_file8.sxw;runmacro=pathlist;pathlist=true;confirm…
15 …checked, run button pressed;location=check_perms_file9.sxw;runmacro=pathlist;pathlist=false;confir…
16 …hecked, run button pressed;location=check_perms_file10.sxw;runmacro=pathlist;pathlist=true;confirm…
17 … do not run button pressed;location=check_perms_file11.sxw;runmacro=pathlist;pathlist=false;confir…
[all …]
/aoo4110/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java178 private void addExpandedPaths(JTree tree, TreePath path, ArrayList pathlist) { in addExpandedPaths() argument
182 pathlist.add(tp); in addExpandedPaths()
183 addExpandedPaths(tree, tp, pathlist); in addExpandedPaths()
188 public void expandPaths(JTree tree, ArrayList pathlist) { in expandPaths() argument
189 for(int i = 0; i < pathlist.size(); i++) { in expandPaths()
190 tree.expandPath((TreePath)pathlist.get(i)); in expandPaths()
/aoo4110/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java103 String pathlist = testdata.get("pathlist"); in runCheckPermissionTest() local
138 if( pathlist.equals("true") ) in runCheckPermissionTest()

Completed in 22 milliseconds