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
3b6d6fc6
Kaydet (Commit)
3b6d6fc6
authored
Mar 21, 2001
tarafından
Daniel Boelzle
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use idlc
üst
cd470164
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
helpertest.idl
cppuhelper/test/helpertest.idl
+2
-10
makefile.mk
cppuhelper/test/makefile.mk
+3
-3
No files found.
cppuhelper/test/helpertest.idl
Dosyayı görüntüle @
3b6d6fc6
...
...
@@ -2,9 +2,9 @@
*
*
$
RCSfile
:
helpertest
.
idl
,
v
$
*
*
$
Revision
:
1.
1.1.1
$
*
$
Revision
:
1.
2
$
*
*
last
change
:
$
Author
:
hr
$
$
Date
:
2000
-
09
-
18
15
:
26
:
10
$
*
last
change
:
$
Author
:
dbo
$
$
Date
:
2001
-
03
-
21
13
:
51
:
25
$
*
*
The
Contents
of
this
file
are
made
available
subject
to
the
terms
of
*
either
of
the
following
licenses
...
...
@@ -68,44 +68,36 @@
module
test
{
[
uik
(
a6121273
-
3462
-
11
d3
-
87
A400A0
-
24494732
),
ident
(
"A"
,
1.0
)
]
interface
A
:
com
::
sun
::
star
::
uno
::
XInterface
{
string
a
()
;
}
;
[
uik
(
b227a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"BA"
,
1.0
)
]
interface
BA
:
A
{
string
ba
()
;
}
;
[
uik
(
ca27a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"CA"
,
1.0
)
]
interface
CA
:
A
{
string
ca
()
;
}
;
[
uik
(
dba7a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"DBA"
,
1.0
)
]
interface
DBA
:
BA
{
string
dba
()
;
}
;
[
uik
(
e227a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"E"
,
1.0
)
]
interface
E
:
com
::
sun
::
star
::
uno
::
XInterface
{
string
e
()
;
}
;
[
uik
(
fe27a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"FE"
,
1.0
)
]
interface
FE
:
E
{
string
fe
()
;
}
;
[
uik
(
0227
a3A0
-
33
d6
-
11
d1
-
aabe02a0
-
249
d5590
),
ident
(
"G"
,
1.0
)
]
interface
G
:
com
::
sun
::
star
::
uno
::
XInterface
{
string
g
()
;
...
...
cppuhelper/test/makefile.mk
Dosyayı görüntüle @
3b6d6fc6
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
7
$
# $Revision: 1.
8
$
#
# last change: $Author:
pluby $ $Date: 2001-03-02 07:14:1
5 $
# last change: $Author:
dbo $ $Date: 2001-03-21 13:51:2
5 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -124,7 +124,7 @@ HELPERTYPES:=com.sun.star.uno.XReference;com.sun.star.uno.XAdapter;com.sun.star.
FACTORYTYPES
:=
com.sun.star.lang.XComponent
;
com.sun.star.registry.XSimpleRegistry
;
com.sun.star.lang.XInitialization
;
com.sun.star.lang.XMultiServiceFactory
;
com.sun.star.loader.XImplementationLoader
;
com.sun.star.registry.XImplementationRegistration
;
com.sun.star.container.XSet
;
com.sun.star.lang.XSingleServiceFactory
$(BIN)$/cpputest.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
$@
/
$(UNOUCRRDB)
touch
$@
...
...
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