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
9c2dc8b9
Kaydet (Commit)
9c2dc8b9
authored
Mar 30, 2001
tarafından
Daniel Boelzle
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unoidl => idlc
üst
593d7125
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
27 deletions
+21
-27
makefile.mk
stoc/test/excomp/makefile.mk
+5
-5
makefile.mk
stoc/test/javavm/makefile.mk
+3
-3
language_binding.idl
stoc/test/language_binding.idl
+2
-4
makefile.mk
stoc/test/makefile.mk
+7
-7
testcorefl.idl
stoc/test/testcorefl.idl
+2
-5
testintrosp.idl
stoc/test/testintrosp.idl
+2
-3
No files found.
stoc/test/excomp/makefile.mk
Dosyayı görüntüle @
9c2dc8b9
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
1.1.1
$
# $Revision: 1.
2
$
#
# last change: $Author:
hr $ $Date: 2000-09-18 15:29:36
$
# last change: $Author:
dbo $ $Date: 2001-03-30 11:03:34
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -98,7 +98,7 @@ APP1OBJS= $(OBJ)$/excomp.obj
APP1STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
# ---- objects ----
...
...
@@ -114,7 +114,7 @@ SHL1TARGET= $(TARGET1)
SHL1STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
SHL1DEPN
=
...
...
@@ -133,7 +133,7 @@ SHL2TARGET= $(TARGET2)
SHL2STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
SHL2DEPN
=
...
...
stoc/test/javavm/makefile.mk
Dosyayı görüntüle @
9c2dc8b9
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
1.1.1
$
# $Revision: 1.
2
$
#
# last change: $Author:
hr $ $Date: 2000-09-18 15:29:36
$
# last change: $Author:
dbo $ $Date: 2001-03-30 11:03:34
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -90,7 +90,7 @@ APP6OBJS = $(OBJ)$/testjavavm.obj
APP6STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
\
$(UNOLIB)
...
...
stoc/test/language_binding.idl
Dosyayı görüntüle @
9c2dc8b9
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
language_binding
.
idl
,
v
$
*
*
$
Revision
:
1.
1.1.1
$
*
$
Revision
:
1.
2
$
*
*
last
change
:
$
Author
:
hr
$
$
Date
:
2000
-
09
-
18
15
:
29
:
35
$
*
last
change
:
$
Author
:
dbo
$
$
Date
:
2001
-
03
-
30
11
:
03
:
33
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -118,7 +118,6 @@ typedef TestDataElements TestData;
*
*
@
author
Daniel
Boelzle
*/
[
uik
(
46833373
-
3462
-
11
d3
-
87
A400A0
-
24494732
),
ident
(
"XLBTest"
,
1.0
)
]
interface
XLBTestBase
:
com
::
sun
::
star
::
uno
::
XInterface
{
/**
...
...
@@ -184,7 +183,6 @@ interface XLBTestBase : com::sun::star::uno::XInterface
*
*
@
author
Daniel
Boelzle
*/
[
uik
(
44
C34C20
-
3478
-
11
d3
-
87
A400A0
-
24494732
),
ident
(
"XLanguageBindingTest"
,
1.0
)
]
interface
XLanguageBindingTest
:
test
::
XLBTestBase
{
/**
...
...
stoc/test/makefile.mk
Dosyayı görüntüle @
9c2dc8b9
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1
0
$
# $Revision: 1.1
1
$
#
# last change: $Author:
pluby $ $Date: 2001-03-02 07:17:52
$
# last change: $Author:
dbo $ $Date: 2001-03-30 11:03:33
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -95,7 +95,7 @@ APP1OBJS= $(OBJ)$/testloader.obj
APP1STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
.IF
"$(GUI)"
==
"WNT"
...
...
@@ -110,7 +110,7 @@ APP2OBJS= $(OBJ)$/testregistry.obj
APP2STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
.IF
"$(GUI)"
==
"WNT"
...
...
@@ -125,7 +125,7 @@ APP3OBJS = $(OBJ)$/testsmgr.obj
APP3STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
.IF
"$(GUI)"
==
"UNX"
...
...
@@ -166,7 +166,7 @@ APP6OBJS = $(OBJ)$/testintrosp.obj
APP6STDLIBS
=
\
$(CPPULIB)
\
$(CPPUHELPERLIB)
\
$(
VOS
LIB)
\
$(
SALHELPER
LIB)
\
$(SALLIB)
.IF
"$(GUI)"
==
"WNT"
...
...
@@ -224,7 +224,7 @@ TESTCONV:=com.sun.star.script.XTypeConverter
TESTPROXYFAC
:=
com.sun.star.reflection.XProxyFactory
$(BIN)$/stoctest.rdb
:
$(ALLIDLFILES)
+
unoidl
-I$(PRJ)
-I$(SOLARIDLDIR)
-Burd
-OH
$(BIN)
$?
+
idlc
-I$(PRJ)
-I$(SOLARIDLDIR)
-O
$(BIN)
$?
+regmerge $@ /UCR $(BIN)$/{$(?
:
f:s/.idl/.urd/)}
+regmerge
$@
/
$(SOLARBINDIR)$/udkapi.rdb
touch
$@
...
...
stoc/test/testcorefl.idl
Dosyayı görüntüle @
9c2dc8b9
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
testcorefl
.
idl
,
v
$
*
*
$
Revision
:
1.
1.1.1
$
*
$
Revision
:
1.
2
$
*
*
last
change
:
$
Author
:
hr
$
$
Date
:
2000
-
09
-
18
15
:
29
:
35
$
*
last
change
:
$
Author
:
dbo
$
$
Date
:
2001
-
03
-
30
11
:
03
:
33
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -90,7 +90,6 @@ module ModuleA
StructC
aStructC
;
}
;
[
uik
(
e227a3A1
-
33
d6
-
12
d1
-
aabe02a0
-
249
d5590
),
ident
(
"InterfaceB"
,
1.0
)
]
interface
XInterface1
:
com
::
sun
::
star
::
uno
::
XInterface
{
}
;
...
...
@@ -122,7 +121,6 @@ module ModuleC
const
string
aConstString
=
"test"
;
[
uik
(
e227a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"InterfaceA"
,
1.0
)
]
interface
XInterfaceA
:
com
::
sun
::
star
::
uno
::
XInterface
{
void
methodA
()
;
...
...
@@ -130,7 +128,6 @@ module ModuleC
sequence
<
ModuleA
::
StructB
>
methodC
(
[
in
]
ModuleA
::
StructC
aStructC
,
[
inout
]
ModuleA
::
StructA
aStructA
)
;
}
;
[
uik
(
e227a3A1
-
33
d6
-
11
d1
-
aabe02a0
-
12345678
),
ident
(
"InterfaceB"
,
1.0
)
]
interface
XInterfaceB
:
XInterfaceA
{
[
attribute
]
string
aString
;
...
...
stoc/test/testintrosp.idl
Dosyayı görüntüle @
9c2dc8b9
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
testintrosp
.
idl
,
v
$
*
*
$
Revision
:
1.
1.1.1
$
*
$
Revision
:
1.
2
$
*
*
last
change
:
$
Author
:
hr
$
$
Date
:
2000
-
09
-
18
15
:
29
:
36
$
*
last
change
:
$
Author
:
dbo
$
$
Date
:
2001
-
03
-
30
11
:
03
:
33
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -102,7 +102,6 @@ module ModuleA
@
deprecated
*/
[
uik
(
E227A4AB
-
33
D6
-
11
D1
-
AABE00A0
-
249
D5590
),
ident
(
"XIntroTest"
,
1.0
)
]
interface
XIntroTest
:
com
::
sun
::
star
::
uno
::
XInterface
{
//-------------------------------------------------------------------------
...
...
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