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
682f9431
Kaydet (Commit)
682f9431
authored
Ock 05, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These extern "C" functions are in the global namespace
Change-Id: I75bdb9ac71a3d36eeaf0b846e25d22a0aa923895
üst
f569c419
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Any.hxx
include/com/sun/star/uno/Any.hxx
+4
-5
Reference.hxx
include/com/sun/star/uno/Reference.hxx
+7
-6
No files found.
include/com/sun/star/uno/Any.hxx
Dosyayı görüntüle @
682f9431
...
...
@@ -35,6 +35,10 @@
#include <cppu/cppudllapi.h>
#include <cppu/unotype.hxx>
extern
"C"
CPPU_DLLPUBLIC
rtl_uString
*
SAL_CALL
cppu_Any_extraction_failure_msg
(
uno_Any
const
*
pAny
,
typelib_TypeDescriptionReference
*
pType
)
SAL_THROW_EXTERN_C
();
namespace
com
{
namespace
sun
...
...
@@ -577,11 +581,6 @@ inline bool SAL_CALL operator != ( const Any & rAny, const C & value )
return
(
!
operator
==
(
rAny
,
value
));
}
extern
"C"
CPPU_DLLPUBLIC
rtl_uString
*
SAL_CALL
cppu_Any_extraction_failure_msg
(
uno_Any
const
*
pAny
,
typelib_TypeDescriptionReference
*
pType
)
SAL_THROW_EXTERN_C
();
template
<
typename
T
>
T
Any
::
get
()
const
{
...
...
include/com/sun/star/uno/Reference.hxx
Dosyayı görüntüle @
682f9431
...
...
@@ -25,6 +25,13 @@
#include <com/sun/star/uno/Any.hxx>
#include <cppu/cppudllapi.h>
extern
"C"
CPPU_DLLPUBLIC
rtl_uString
*
SAL_CALL
cppu_unsatisfied_iquery_msg
(
typelib_TypeDescriptionReference
*
pType
)
SAL_THROW_EXTERN_C
();
extern
"C"
CPPU_DLLPUBLIC
rtl_uString
*
SAL_CALL
cppu_unsatisfied_iset_msg
(
typelib_TypeDescriptionReference
*
pType
)
SAL_THROW_EXTERN_C
();
namespace
com
{
namespace
sun
...
...
@@ -57,12 +64,6 @@ inline XInterface * Reference< interface_type >::iquery(
{
return
BaseReference
::
iquery
(
pInterface
,
interface_type
::
static_type
());
}
extern
"C"
CPPU_DLLPUBLIC
rtl_uString
*
SAL_CALL
cppu_unsatisfied_iquery_msg
(
typelib_TypeDescriptionReference
*
pType
)
SAL_THROW_EXTERN_C
();
extern
"C"
CPPU_DLLPUBLIC
rtl_uString
*
SAL_CALL
cppu_unsatisfied_iset_msg
(
typelib_TypeDescriptionReference
*
pType
)
SAL_THROW_EXTERN_C
();
inline
XInterface
*
BaseReference
::
iquery_throw
(
XInterface
*
pInterface
,
const
Type
&
rType
)
...
...
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