Issue 26659 - API: basctl.AccessibleShape
Summary: API: basctl.AccessibleShape
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
: 50799 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-03-18 10:41 UTC by stephan.wunderlich
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description stephan.wunderlich 2004-03-18 10:41:20 UTC
There exits no testcase. With the fix of the internal issue 111160, the
following should open the dialog window of the basic IDE.

Sub Main

Dim oDesktop As Object
Dim oDocument As Object
Dim oDispatcher As Object
Dim NoArgs()
Dim aArgs(3) As New com.sun.star.beans.PropertyValue

oDocument = ThisComponent.CurrentController.Frame
oDispatcher = CreateUnoService( "com.sun.star.frame.DispatchHelper" )
aArgs(0).Name = "LibName"
aArgs(0).Value = "Standard"
aArgs(1).Name = "Name"
aArgs(1).Value = "Dialog1"
aArgs(2).Name = "Type"
aArgs(2).Value = "Dialog"
oDispatcher.executeDispatch( oDocument, ".uno:BasicIDEAppear", "", 0, aArgs() )

End Sub
Comment 1 stephan.wunderlich 2005-06-07 09:02:52 UTC
changed target
Comment 2 stephan.wunderlich 2006-03-29 09:07:31 UTC
fixed in qadev26
Comment 3 stephan.wunderlich 2006-03-29 09:08:35 UTC
sw->cn: please verify in qadev26 ... there is a new testdocument called
"basicDialog.odt" for this testcase.

re-open issue and reassign to cn@openoffice.org
Comment 4 stephan.wunderlich 2006-03-29 09:08:38 UTC
reassign to cn@openoffice.org
Comment 5 stephan.wunderlich 2006-03-29 09:08:42 UTC
reset resolution to FIXED
Comment 6 chne 2006-05-08 14:09:35 UTC
cn->sw: the test document could not be laoded. Maybe not checked in as binary?
Comment 7 chne 2006-05-08 14:10:10 UTC
for you
Comment 8 stephan.wunderlich 2006-05-09 13:30:39 UTC
Ooops indeed forgot to set the -kb switch :-(
Comment 9 stephan.wunderlich 2006-05-09 13:31:45 UTC
sw->cn: please verify

re-open issue and reassign to cn@openoffice.org
Comment 10 stephan.wunderlich 2006-05-09 13:31:49 UTC
reassign to cn@openoffice.org
Comment 11 stephan.wunderlich 2006-05-09 13:31:52 UTC
reset resolution to FIXED
Comment 12 chne 2006-05-10 10:34:11 UTC
*** Issue 50799 has been marked as a duplicate of this issue. ***
Comment 13 chne 2006-05-10 15:16:58 UTC
ok in qadev26
Comment 14 chne 2006-06-26 17:48:56 UTC
ok in src680_m173 -> close