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
671bf233
Kaydet (Commit)
671bf233
authored
Ock 28, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
dbaccess: use constructor feature for ORowSet
Change-Id: Iabb04fde096e8d0bb92b3d796310354df5985e9a
üst
d720330c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
RowSet.cxx
dbaccess/source/core/api/RowSet.cxx
+4
-2
services.hxx
dbaccess/source/core/inc/services.hxx
+0
-1
services.cxx
dbaccess/source/core/misc/services.cxx
+0
-1
dba.component
dbaccess/util/dba.component
+2
-1
No files found.
dbaccess/source/core/api/RowSet.cxx
Dosyayı görüntüle @
671bf233
...
...
@@ -96,9 +96,11 @@ using namespace ::com::sun::star::util;
using
namespace
::
cppu
;
using
namespace
::
osl
;
extern
"C"
void
SAL_CALL
createRegistryInfo_ORowSet
()
extern
"C"
SAL_DLLPUBLIC_EXPORT
css
::
uno
::
XInterface
*
SAL_CALL
com_sun_star_comp_dba_ORowSet_get_implementation
(
css
::
uno
::
XComponentContext
*
context
,
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
)
{
static
::
dba
::
OAutoRegistration
<
ORowSet
>
aAutoRegistration
;
return
cppu
::
acquire
(
new
ORowSet
(
context
))
;
}
#define NOTIFY_LISTERNERS_CHECK(_rListeners,T,method) \
...
...
dbaccess/source/core/inc/services.hxx
Dosyayı görüntüle @
671bf233
...
...
@@ -29,7 +29,6 @@ extern "C" void SAL_CALL createRegistryInfo_OCommandDefinition();
extern
"C"
void
SAL_CALL
createRegistryInfo_OComponentDefinition
();
extern
"C"
void
SAL_CALL
createRegistryInfo_ODatabaseDocument
();
extern
"C"
void
SAL_CALL
createRegistryInfo_ODatabaseSource
();
extern
"C"
void
SAL_CALL
createRegistryInfo_ORowSet
();
#endif
...
...
dbaccess/source/core/misc/services.cxx
Dosyayı görüntüle @
671bf233
...
...
@@ -60,7 +60,6 @@ extern "C" void SAL_CALL createRegistryInfo_DBA()
{
createRegistryInfo_OCommandDefinition
();
createRegistryInfo_OComponentDefinition
();
createRegistryInfo_ORowSet
();
createRegistryInfo_ODatabaseDocument
();
createRegistryInfo_ODatabaseSource
();
createRegistryInfo_DataAccessDescriptorFactory
();
...
...
dbaccess/util/dba.component
Dosyayı görüntüle @
671bf233
...
...
@@ -43,7 +43,8 @@
<service
name=
"com.sun.star.sdb.DataSource"
/>
<service
name=
"com.sun.star.sdb.DocumentDataSource"
/>
</implementation>
<implementation
name=
"com.sun.star.comp.dba.ORowSet"
>
<implementation
name=
"com.sun.star.comp.dba.ORowSet"
constructor=
"com_sun_star_comp_dba_ORowSet_get_implementation"
>
<service
name=
"com.sun.star.sdb.ResultSet"
/>
<service
name=
"com.sun.star.sdb.RowSet"
/>
<service
name=
"com.sun.star.sdbc.ResultSet"
/>
...
...
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