| Product | QA |
| Type | new |
| Title | Global Variable to track status of Macro Security |
| Posted by | [EMAIL PROTECTED] |
| Affected | ,qa/qatesttool/global |
| Effective from | CVS 31.01.2006 |
API/ BASIC [ ]
Configuration [ ]
File format change [ ]
Help/ Guide [ ]
Performance test [ ]
Translation [ ]
UI relevant [ ]
Description
To be able to run parts of a test depending on the macro security level,
a global variable is introduced, and the functions that change the level,
update the variable
global variable: gMacroSecurityLevel as integer
New function to change the level:
function fGetSetMacroSecurityUNO (optional iLevel as integer) as integer
' Input : Security level where 0 = low and 3 = very high; empty: just
return current value
' Return : Previous security level, -1 on error
' Changes: If iLevel is given, update global variable
gMacroSecurityLevel to new level
changed files:
qa/qatesttool/global/system/inc/gvariabl.inc
qa/qatesttool/global/system/inc/master.inc
qa/qatesttool/global/tools/inc/t_option2.inc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
