Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2c9182e2
Kaydet (Commit)
2c9182e2
authored
Agu 09, 2013
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
odk doc cleanup.
Change-Id: Ibc5998e665b0f81cdf805e128065e253c46594ab
üst
f30cde45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
README.txt
odk/examples/OLE/activex/README.txt
+11
-10
No files found.
odk/examples/OLE/activex/README.txt
Dosyayı görüntüle @
2c9182e2
Compile.
* Compile.
Warning: Before the control can be built user has to add path to MS ATL headers
Warning: Before the control can be built user has to add path to MS ATL headers
into Makefile.
into Makefile.
If you use the build environment of the SDK you have to check which MS compiler
If you use the build environment of the SDK you have to check which MS compiler
do you use. It you use the MS Visual Studio .NET compiler everything should work
do you use. It you use the MS Visual Studio .NET compiler everything should work
fine with the SDK. If you use an older MS compiler please edit the Makefile and
fine with the SDK. If you use an older MS compiler please edit the Makefile and
uncomment or remove the line 'CL_NEW_LIB=atls.lib'.
uncomment or remove the line 'CL_NEW_LIB=atls.lib'.
Description.
*
Description.
The
Star
Office ActiveX control shows an example of access to UNO through COM technology.
The
Libre
Office 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.
It requires a properly installed
LibreOffice version 4.0 or later
This is a Lite ActiveX control so it can be used only in containers that
This is a Lite ActiveX control so it can be used only in containers that
allows to use such controls. It can be activated with an <OBJECT> tag from
allows to use such controls. It can be activated with an <OBJECT> tag from
a html-page to embed a document. Without any parameters a new writer document will be
a html-page to embed a document. Without any parameters a new writer document will be
opened for editing. Possible parameters are
opened for editing. Possible parameters are
src - full URL to the file that should be edited/viewed;
src - full URL to the file that should be edited/viewed;
...
@@ -20,13 +21,13 @@ opened for editing. Possible parameters are
...
@@ -20,13 +21,13 @@ opened for editing. Possible parameters are
for edit, for example "private:factory/swriter"
for edit, for example "private:factory/swriter"
readonly - if it is set to "true" the document will be opened readonly,
readonly - if it is set to "true" the document will be opened readonly,
otherwise the document will be opened for editing.
otherwise the document will be opened for editing.
The control can be extended easily, for example it can be changed
The control can be extended easily, for example it can be changed
to allow scripting to load different documents.
to allow scripting to load different documents.
As any ActiveX control this one should be registered.
As any ActiveX control this one should be registered.
To let MSIE register it itself the "CODEBASE" parameter
To let MSIE register it itself the "CODEBASE" parameter
for the "OBJECT" tag should be specified
for the "OBJECT" tag should be specified
with an URL to the library "so_activex.dll".
with an URL to the library "so_activex.dll".
Also it can be done using regsvr32 application.
Also it can be done using regsvr32 application.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment