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
8ecb4e4a
Kaydet (Commit)
8ecb4e4a
authored
May 12, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Kill DECL_PROP1IMPL and related (macab part)
Change-Id: I7d4fb32f1240125a87b1ced311dec20bb9d44452
üst
5e7e4edb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
MacabResultSet.cxx
connectivity/source/drivers/macab/MacabResultSet.cxx
+17
-6
No files found.
connectivity/source/drivers/macab/MacabResultSet.cxx
Dosyayı görüntüle @
8ecb4e4a
...
@@ -979,12 +979,23 @@ IPropertyArrayHelper* MacabResultSet::createArrayHelper() const
...
@@ -979,12 +979,23 @@ IPropertyArrayHelper* MacabResultSet::createArrayHelper() const
Sequence
<
Property
>
aProps
(
6
);
Sequence
<
Property
>
aProps
(
6
);
Property
*
pProperties
=
aProps
.
getArray
();
Property
*
pProperties
=
aProps
.
getArray
();
sal_Int32
nPos
=
0
;
sal_Int32
nPos
=
0
;
DECL_PROP1IMPL
(
CURSORNAME
,
OUString
)
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
::
connectivity
::
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_CURSORNAME
),
DECL_PROP0
(
FETCHDIRECTION
,
sal_Int32
);
PROPERTY_ID_CURSORNAME
,
cppu
::
UnoType
<
OUString
>::
get
(),
PropertyAttribute
::
READONLY
);
DECL_PROP0
(
FETCHSIZE
,
sal_Int32
);
DECL_BOOL_PROP1IMPL
(
ISBOOKMARKABLE
)
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
::
connectivity
::
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHDIRECTION
),
DECL_PROP1IMPL
(
RESULTSETCONCURRENCY
,
sal_Int32
)
PropertyAttribute
::
READONLY
);
PROPERTY_ID_FETCHDIRECTION
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
DECL_PROP1IMPL
(
RESULTSETTYPE
,
sal_Int32
)
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
::
connectivity
::
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHSIZE
),
PROPERTY_ID_FETCHSIZE
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
::
connectivity
::
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_ISBOOKMARKABLE
),
PROPERTY_ID_ISBOOKMARKABLE
,
::
getBooleanCppuType
(),
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
::
connectivity
::
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETCONCURRENCY
),
PROPERTY_ID_RESULTSETCONCURRENCY
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
::
connectivity
::
OMetaConnection
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETTYPE
),
PROPERTY_ID_RESULTSETTYPE
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
READONLY
);
return
new
OPropertyArrayHelper
(
aProps
);
return
new
OPropertyArrayHelper
(
aProps
);
}
}
...
...
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