office-gobmx/extensions/source/activex/main
2008-12-09 13:39:30 +00:00
..
com_uno_helper.h
example.html
makefile.mk INTEGRATION: CWS fwk91 (1.22.42); FILE MERGED 2008-07-08 08:46:22 +00:00
README.txt
resource.h
so_activex.cpp CWS-TOOLING: integrate CWS c24v001_DEV300 2008-12-09 13:39:30 +00:00
so_activex.def
so_activex.rc INTEGRATION: CWS obo21 (1.1.974); FILE MERGED 2008-01-15 12:27:26 +00:00
SOActionsApproval.cpp INTEGRATION: CWS wae4extensions (1.2.304); FILE MERGED 2008-01-14 13:35:32 +00:00
SOActionsApproval.h CWS-TOOLING: integrate CWS wae4extensions02 2008-11-11 09:00:41 +00:00
SOActionsApproval.rgs
SOActiveX.cpp CWS-TOOLING: integrate CWS c24v001_DEV300 2008-12-09 13:39:30 +00:00
SOActiveX.h CWS-TOOLING: integrate CWS c24v001_DEV300 2008-12-09 13:39:30 +00:00
SOActiveX.rgs
SOComWindowPeer.cpp
SOComWindowPeer.h CWS-TOOLING: integrate CWS wae4extensions02 2008-11-11 09:00:41 +00:00
SOComWindowPeer.rgs
SODispatchInterceptor.cpp INTEGRATION: CWS wae4extensions (1.5.850); FILE MERGED 2008-01-14 13:36:22 +00:00
SODispatchInterceptor.h INTEGRATION: CWS wae4extensions (1.3.878); FILE MERGED 2008-01-14 13:36:35 +00:00
SODispatchInterceptor.rgs
StdAfx2.cpp INTEGRATION: CWS mingwport03 (1.2.680); FILE MERGED 2007-03-26 12:05:24 +00:00
StdAfx2.h INTEGRATION: CWS wae4extensions (1.3.868); FILE MERGED 2008-01-14 13:36:47 +00:00

						Description.

The StarOffice ActiveX control shows an example of access to UNO through COM technology.
It requires a properly installed StarOffice version 6.0/6.1 or OpenOffice 1.0.
This is a Lite ActiveX control so it can be used only in containers that
allows to use such controls. 

Pressing to any link to staroffice document should activate the control.
So the document will be opened in ReadOnly mode.

Also it can be activated with an <OBJECT> tag from a html-page. 
Without any parameters for an object tag a new writer document will be
opened for editing. Possible parameters are
    src      - full URL to the file that should be edited/viewed;
               it can contain "private:factory/..." URLs to open new documents
			   for edit, for example "private:factory/swriter"
    readonly - the default value is "true", in case it is set to any other
               value the document is opened for editing
              
As any ActiveX control this one should be registered.
To let MSIE register it itself the "CODEBASE" parameter
for the "OBJECT" tag should be specified 
with an URL to the library "so_activex.dll".
The example of registration with "OBJECT" tag is in example.html.

Also it can be done using regsvr32 application.
To do it please write
<Path to Windows installation>\System32\regsvr32 so_activex.dll

To unregister the control please use /u option:
<Path to Windows installation>\system32\regsvr32 so_activex.dll /u