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
4a33ba2b
Kaydet (Commit)
4a33ba2b
authored
Ock 31, 2005
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2004/06/30 09:10:25 jsc 1.3.124.1: #i29308# use of new UNO features
üst
7b7e9109
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
16 deletions
+14
-16
some.idl
...examples/DevelopersGuide/Components/CppComponent/some.idl
+14
-16
No files found.
odk/examples/DevelopersGuide/Components/CppComponent/some.idl
Dosyayı görüntüle @
4a33ba2b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
*
$
RCSfile
:
some
.
idl
,
v
$
*
$
RCSfile
:
some
.
idl
,
v
$
*
*
*
$
Revision
:
1.
3
$
*
$
Revision
:
1.
4
$
*
*
*
last
change
:
$
Author
:
hr
$
$
Date
:
2003
-
06
-
30
15
:
13
:
32
$
*
last
change
:
$
Author
:
rt
$
$
Date
:
2005
-
01
-
31
16
:
14
:
05
$
*
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
the
BSD
license
.
*
the
BSD
license
.
...
@@ -39,24 +39,22 @@
...
@@ -39,24 +39,22 @@
*************************************************************************/
*************************************************************************/
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
include
<
com
/
sun
/
star
/
uno
/
XInterface
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
XInitializa
tion
.
idl>
#
include
<
com
/
sun
/
star
/
lang
/
IllegalArgumentExcep
tion
.
idl>
module
my_module
module
my_module
{
{
interface
XSomething
:
com
::
sun
::
star
::
uno
::
XInterface
interface
XSomething
{
{
string
methodOne
(
[
in
]
string
val
)
;
string
methodOne
(
[
in
]
string
val
)
;
}
;
string
methodTwo
()
;
}
;
service
MyService1
service
MyService1
:
XSomething
;
{
interface
XSomething
;
}
;
service
MyService2
{
interface
XSomething
;
interface
com
::
sun
::
star
::
lang
::
XInitialization
;
}
;
service
MyService2
:
XSomething
{
create
(
[
in
]
string
sArgument
)
raises
(::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
)
;
}
;
}
;
}
;
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