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
cf93af5e
Kaydet (Commit)
cf93af5e
authored
Nis 01, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I8b2a3cf7cb3bb85678d45227c884d6a84d5c54a1
üst
caebe972
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SResultSet.cxx
...es/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx
+1
-1
SStatement.cxx
...es/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
+2
-2
No files found.
odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx
Dosyayı görüntüle @
cf93af5e
...
@@ -776,7 +776,7 @@ IPropertyArrayHelper* OResultSet::createArrayHelper( ) const
...
@@ -776,7 +776,7 @@ IPropertyArrayHelper* OResultSet::createArrayHelper( ) const
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHSIZE
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHSIZE
),
PROPERTY_ID_FETCHSIZE
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
PROPERTY_ID_FETCHSIZE
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_ISBOOKMARKABLE
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_ISBOOKMARKABLE
),
PROPERTY_ID_ISBOOKMARKABLE
,
::
getBooleanCppuType
(),
PropertyAttribute
::
READONLY
);
PROPERTY_ID_ISBOOKMARKABLE
,
cppu
::
UnoType
<
bool
>::
get
(),
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETCONCURRENCY
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETCONCURRENCY
),
PROPERTY_ID_RESULTSETCONCURRENCY
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
READONLY
);
PROPERTY_ID_RESULTSETCONCURRENCY
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
READONLY
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETTYPE
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETTYPE
),
...
...
odk/examples/DevelopersGuide/Database/DriverSkeleton/SStatement.cxx
Dosyayı görüntüle @
cf93af5e
...
@@ -272,7 +272,7 @@ void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeExce
...
@@ -272,7 +272,7 @@ void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeExce
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_CURSORNAME
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_CURSORNAME
),
PROPERTY_ID_CURSORNAME
,
::
cppu
::
UnoType
<
rtl
::
OUString
>::
get
(),
0
);
PROPERTY_ID_CURSORNAME
,
::
cppu
::
UnoType
<
rtl
::
OUString
>::
get
(),
0
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_ESCAPEPROCESSING
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_ESCAPEPROCESSING
),
PROPERTY_ID_ESCAPEPROCESSING
,
::
getBooleanCppuType
(),
0
);
PROPERTY_ID_ESCAPEPROCESSING
,
cppu
::
UnoType
<
bool
>::
get
(),
0
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHDIRECTION
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHDIRECTION
),
PROPERTY_ID_FETCHDIRECTION
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
PROPERTY_ID_FETCHDIRECTION
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHSIZE
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_FETCHSIZE
),
...
@@ -288,7 +288,7 @@ void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeExce
...
@@ -288,7 +288,7 @@ void SAL_CALL OStatement_Base::clearWarnings( ) throw(SQLException, RuntimeExce
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETTYPE
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_RESULTSETTYPE
),
PROPERTY_ID_RESULTSETTYPE
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
PROPERTY_ID_RESULTSETTYPE
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
0
);
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_USEBOOKMARKS
),
pProperties
[
nPos
++
]
=
::
com
::
sun
::
star
::
beans
::
Property
(
OPropertyMap
::
getPropMap
().
getNameByIndex
(
PROPERTY_ID_USEBOOKMARKS
),
PROPERTY_ID_USEBOOKMARKS
,
::
getBooleanCppuType
(),
0
);
PROPERTY_ID_USEBOOKMARKS
,
cppu
::
UnoType
<
bool
>::
get
(),
0
);
return
new
::
cppu
::
OPropertyArrayHelper
(
aProps
);
return
new
::
cppu
::
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