Kaydet (Commit) 15791d35 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qadev16 (1.2.46); FILE MERGED

2004/01/14 20:15:20 cn 1.2.46.1: #i24408# added global variable 'multiSelection'
üst b34ab451
......@@ -7,9 +7,9 @@
'*
'* $RCSfile: svx_SvxGraphCtrlAccessibleContext.xba,v $
'*
'* $Revision: 1.2 $
'* $Revision: 1.3 $
'*
'* last change:$Date: 2003-05-27 12:19:28 $
'* last change:$Date: 2004-03-19 14:32:32 $
'*
'* The Contents of this file are made available subject to the terms of
'* either of the following licenses
......@@ -74,7 +74,7 @@ option explicit
' REQUIRED VARIABLES for interface/service tests:
Global xController As Object
Global oShape As Object
Global multiSelection As Boolean
Sub CreateObj()
......@@ -119,6 +119,7 @@ On Error Goto ErrHndl
xRoot = utils.at_getAccessibleObject(oWin)
oObj = utils.at_getAccessibleObjectForRole(xRoot, com.sun.star.accessibility.AccessibleRole.PANEL)
Out.Log("Implementation name: "+oObj.getImplementationName())
multiSelection = true
else
Out.Log("QueryDispatch FAILED. Cannot open ImageMapDialog...")
End If
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment