Home
last modified time | relevance | path

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

/AOO41X/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv7 …permssion when run macro is set to never;location=check_perms_file1.sxw;runmacro=never;pathlist=fa…
8 … is set to always, and no warning dialog;location=check_perms_file2.sxw;runmacro=always;pathlist=f…
9 …, warning dialog, and run button pressed;location=check_perms_file3.sxw;runmacro=always;pathlist=f…
10 …ng dialog, and do not run button pressed;location=check_perms_file4.sxw;runmacro=always;pathlist=f…
11 …, no warning dialog, and no confirmation;location=check_perms_file5.sxw;runmacro=pathlist;pathlist…
12 …, no warning dialog, and no confirmation;location=check_perms_file6.sxw;runmacro=pathlist;pathlist…
13 …path, warning dialog, run button pressed;location=check_perms_file7.sxw;runmacro=pathlist;pathlist…
14 …arning dialog, do not run button pressed;location=check_perms_file8.sxw;runmacro=pathlist;pathlist…
15 …checkbox not checked, run button pressed;location=check_perms_file9.sxw;runmacro=pathlist;pathlist…
16 …g, checkbox checked, run button pressed;location=check_perms_file10.sxw;runmacro=pathlist;pathlist…
[all …]
/AOO41X/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java100 String runmacro = testdata.get("runmacro"); in runCheckPermissionTest() local
123 if( runmacro.equals("never") ) in runCheckPermissionTest()
127 else if ( runmacro.equals("pathlist") ) in runCheckPermissionTest()
131 else if ( runmacro.equals("always") ) in runCheckPermissionTest()