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
37caac0a
Kaydet (Commit)
37caac0a
authored
Tem 03, 2007
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i79029# test fix for i79029
üst
6f37db7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
2 deletions
+28
-2
types.idl
cli_ure/qa/climaker/types.idl
+28
-2
No files found.
cli_ure/qa/climaker/types.idl
Dosyayı görüntüle @
37caac0a
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
*
$
RCSfile
:
types
.
idl
,
v
$
*
$
RCSfile
:
types
.
idl
,
v
$
*
*
*
$
Revision
:
1.
4
$
*
$
Revision
:
1.
5
$
*
*
*
last
change
:
$
Author
:
rt
$
$
Date
:
2006
-
03
-
09
10
:
50
:
2
5
$
*
last
change
:
$
Author
:
hr
$
$
Date
:
2007
-
07
-
03
09
:
32
:
3
5
$
*
*
*
The
Contents
of
this
file
are
made
available
subject
to
*
The
Contents
of
this
file
are
made
available
subject
to
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
*
the
terms
of
GNU
Lesser
General
Public
License
Version
2.1
.
...
@@ -292,6 +292,32 @@ struct Struct2 {
...
@@ -292,6 +292,32 @@ struct Struct2 {
sequence
<
SequenceXNamingService
>
at18
;
sequence
<
SequenceXNamingService
>
at18
;
}
;
}
;
struct
Struct3
{
XTest
iTest
;
}
;
struct
Struct4
:
Struct3
{
long
n
;
}
;
struct
Struct5
{
Struct3
m
;
Struct4
n
;
}
;
struct
Struct6
{
Struct4
m
;
}
;
struct
Struct7
{
sequence
<
sequence
<
Struct6
>
>
seqseqStruct6
;
}
;
service
S1
:
XTest
{
service
S1
:
XTest
{
create1
()
;
create1
()
;
...
...
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