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
bc4c7b52
Kaydet (Commit)
bc4c7b52
authored
Ara 19, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
get this to build under msvc 2008
üst
b68640c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
sequence.cxx
cppu/source/uno/sequence.cxx
+8
-8
No files found.
cppu/source/uno/sequence.cxx
Dosyayı görüntüle @
bc4c7b52
...
...
@@ -766,7 +766,7 @@ extern "C"
{
//##############################################################################
CPPU_DLLPUBLIC
sal_Bool
SAL_CALL
uno_type_sequence_construct
(
sal_Bool
SAL_CALL
uno_type_sequence_construct
(
uno_Sequence
**
ppSequence
,
typelib_TypeDescriptionReference
*
pType
,
void
*
pElements
,
sal_Int32
len
,
uno_AcquireFunc
acquire
)
...
...
@@ -810,7 +810,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_type_sequence_construct(
}
//##############################################################################
CPPU_DLLPUBLIC
sal_Bool
SAL_CALL
uno_sequence_construct
(
sal_Bool
SAL_CALL
uno_sequence_construct
(
uno_Sequence
**
ppSequence
,
typelib_TypeDescription
*
pTypeDescr
,
void
*
pElements
,
sal_Int32
len
,
uno_AcquireFunc
acquire
)
...
...
@@ -849,7 +849,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_sequence_construct(
}
//##############################################################################
CPPU_DLLPUBLIC
sal_Bool
SAL_CALL
uno_type_sequence_realloc
(
sal_Bool
SAL_CALL
uno_type_sequence_realloc
(
uno_Sequence
**
ppSequence
,
typelib_TypeDescriptionReference
*
pType
,
sal_Int32
nSize
,
uno_AcquireFunc
acquire
,
uno_ReleaseFunc
release
)
SAL_THROW_EXTERN_C
()
...
...
@@ -871,7 +871,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_type_sequence_realloc(
}
//##############################################################################
CPPU_DLLPUBLIC
sal_Bool
SAL_CALL
uno_sequence_realloc
(
sal_Bool
SAL_CALL
uno_sequence_realloc
(
uno_Sequence
**
ppSequence
,
typelib_TypeDescription
*
pTypeDescr
,
sal_Int32
nSize
,
uno_AcquireFunc
acquire
,
uno_ReleaseFunc
release
)
SAL_THROW_EXTERN_C
()
...
...
@@ -890,7 +890,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_sequence_realloc(
}
//##############################################################################
CPPU_DLLPUBLIC
sal_Bool
SAL_CALL
uno_type_sequence_reference2One
(
sal_Bool
SAL_CALL
uno_type_sequence_reference2One
(
uno_Sequence
**
ppSequence
,
typelib_TypeDescriptionReference
*
pType
,
uno_AcquireFunc
acquire
,
uno_ReleaseFunc
release
)
...
...
@@ -937,7 +937,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_type_sequence_reference2One(
}
//##############################################################################
CPPU_DLLPUBLIC
sal_Bool
SAL_CALL
uno_sequence_reference2One
(
sal_Bool
SAL_CALL
uno_sequence_reference2One
(
uno_Sequence
**
ppSequence
,
typelib_TypeDescription
*
pTypeDescr
,
uno_AcquireFunc
acquire
,
uno_ReleaseFunc
release
)
...
...
@@ -981,7 +981,7 @@ CPPU_DLLPUBLIC sal_Bool SAL_CALL uno_sequence_reference2One(
}
//##############################################################################
CPPU_DLLPUBLIC
void
SAL_CALL
uno_sequence_assign
(
void
SAL_CALL
uno_sequence_assign
(
uno_Sequence
**
ppDest
,
uno_Sequence
*
pSource
,
typelib_TypeDescription
*
pTypeDescr
,
...
...
@@ -997,7 +997,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_sequence_assign(
}
//##############################################################################
CPPU_DLLPUBLIC
void
SAL_CALL
uno_type_sequence_assign
(
void
SAL_CALL
uno_type_sequence_assign
(
uno_Sequence
**
ppDest
,
uno_Sequence
*
pSource
,
typelib_TypeDescriptionReference
*
pType
,
...
...
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