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
0686cd56
Kaydet (Commit)
0686cd56
authored
Kas 15, 2000
tarafından
Daniel Boelzle
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
proxy factory moved from util to reflection
üst
3674ddbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
makefile.mk
stoc/test/makefile.mk
+3
-3
testproxyfac.cxx
stoc/test/testproxyfac.cxx
+5
-5
No files found.
stoc/test/makefile.mk
Dosyayı görüntüle @
0686cd56
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
3
$
# $Revision: 1.
4
$
#
# last change: $Author: dbo $ $Date: 2000-11-1
3 10:50:34
$
# last change: $Author: dbo $ $Date: 2000-11-1
5 17:54:31
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -221,7 +221,7 @@ TESTCOREFL:=ModuleC;ModuleC.XInterfaceA;ModuleC.XInterfaceB;ModuleA.XInterface1;
TESTIADAPTER
:=
com.sun.star.beans.XIntrospection
;
com.sun.star.beans.MethodConcept
;
com.sun.star.beans.XExactName
;
com.sun.star.lang.XTypeProvider
;
com.sun.star.uno.XAggregation
;
com.sun.star.script.XInvocationAdapterFactory
;
com.sun.star.script.XInvocation
;
com.sun.star.lang.XMultiServiceFactory
;
com.sun.star.registry.XSimpleRegistry
;
com.sun.star.lang.XInitialization
;
test.XLanguageBindingTest
TESTINTROSP
:=
ModuleA
;
ModuleA.XIntroTest
;
com.sun.star.beans.XPropertySet
;
com.sun.star.container.XIndexAccess
;
com.sun.star.container.XNameAccess
;
com.sun.star.beans.PropertyAttribute
;
com.sun.star.beans.PropertyConcept
TESTCONV
:=
com.sun.star.script.XTypeConverter
TESTPROXYFAC
:=
com.sun.star.
util
.XProxyFactory
TESTPROXYFAC
:=
com.sun.star.
reflection
.XProxyFactory
$(BIN)$/stoctest.rdb
:
$(ALLIDLFILES)
+unoidl
-I$(PRJ)
-I$(SOLARIDLDIR)
-Burd
-OH$(BIN)
$?
...
...
stoc/test/testproxyfac.cxx
Dosyayı görüntüle @
0686cd56
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: testproxyfac.cxx,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: 2000-11-15 17:54:31
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -72,7 +72,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/registry/XSimpleRegistry.hpp>
#include <com/sun/star/registry/XImplementationRegistration.hpp>
#include <com/sun/star/
util
/XProxyFactory.hpp>
#include <com/sun/star/
reflection
/XProxyFactory.hpp>
#include <rtl/ustrbuf.hxx>
...
...
@@ -83,7 +83,7 @@ using namespace rtl;
using
namespace
cppu
;
using
namespace
osl
;
using
namespace
com
::
sun
::
star
::
uno
;
using
namespace
com
::
sun
::
star
::
util
;
using
namespace
com
::
sun
::
star
::
reflection
;
using
namespace
com
::
sun
::
star
::
lang
;
using
namespace
com
::
sun
::
star
::
registry
;
...
...
@@ -222,7 +222,7 @@ int __cdecl main( int argc, char * argv[] )
xImplReg
->
registerImplementation
(
OUString
::
createFromAscii
(
"com.sun.star.loader.SharedLibrary"
),
aLibName
,
Reference
<
XSimpleRegistry
>
()
);
Reference
<
XProxyFactory
>
xProxyFac
(
xMgr
->
createInstance
(
OUString
::
createFromAscii
(
"com.sun.star.
util
.ProxyFactory"
)
),
UNO_QUERY
);
Reference
<
XProxyFactory
>
xProxyFac
(
xMgr
->
createInstance
(
OUString
::
createFromAscii
(
"com.sun.star.
reflection
.ProxyFactory"
)
),
UNO_QUERY
);
OSL_ENSHURE
(
xProxyFac
.
is
(),
"### no proxy factory!"
);
bSucc
=
test_proxyfac
(
xProxyFac
);
...
...
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