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
c3da6e38
Kaydet (Commit)
c3da6e38
authored
Kas 25, 2016
tarafından
Jan-Marek Glogowski
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
KAB loplugin:datamembershadow
Change-Id: I1962ab1d131cf714f8bd540b589e793c4389cfb2
üst
0b0e43d2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
KCatalog.cxx
connectivity/source/drivers/kab/KCatalog.cxx
+1
-2
KCatalog.hxx
connectivity/source/drivers/kab/KCatalog.hxx
+0
-1
KStatement.cxx
connectivity/source/drivers/kab/KStatement.cxx
+1
-2
KStatement.hxx
connectivity/source/drivers/kab/KStatement.hxx
+1
-1
No files found.
connectivity/source/drivers/kab/KCatalog.cxx
Dosyayı görüntüle @
c3da6e38
...
@@ -34,8 +34,7 @@ using namespace ::cppu;
...
@@ -34,8 +34,7 @@ using namespace ::cppu;
KabCatalog
::
KabCatalog
(
KabConnection
*
_pCon
)
KabCatalog
::
KabCatalog
(
KabConnection
*
_pCon
)
:
connectivity
::
sdbcx
::
OCatalog
(
_pCon
),
:
connectivity
::
sdbcx
::
OCatalog
(
_pCon
),
m_pConnection
(
_pCon
),
m_pConnection
(
_pCon
)
m_xMetaData
(
m_pConnection
->
getMetaData
())
{
{
}
}
...
...
connectivity/source/drivers/kab/KCatalog.hxx
Dosyayı görüntüle @
c3da6e38
...
@@ -31,7 +31,6 @@ namespace connectivity
...
@@ -31,7 +31,6 @@ namespace connectivity
class
KabCatalog
:
public
connectivity
::
sdbcx
::
OCatalog
class
KabCatalog
:
public
connectivity
::
sdbcx
::
OCatalog
{
{
KabConnection
*
m_pConnection
;
// used to get the metadata
KabConnection
*
m_pConnection
;
// used to get the metadata
css
::
uno
::
Reference
<
css
::
sdbc
::
XDatabaseMetaData
>
m_xMetaData
;
// just to make things easier
public
:
public
:
explicit
KabCatalog
(
KabConnection
*
_pCon
);
explicit
KabCatalog
(
KabConnection
*
_pCon
);
...
...
connectivity/source/drivers/kab/KStatement.cxx
Dosyayı görüntüle @
c3da6e38
...
@@ -66,8 +66,7 @@ KabCommonStatement::KabCommonStatement(KabConnection* _pConnection )
...
@@ -66,8 +66,7 @@ KabCommonStatement::KabCommonStatement(KabConnection* _pConnection )
m_aParser
(
_pConnection
->
getComponentContext
()),
m_aParser
(
_pConnection
->
getComponentContext
()),
m_aSQLIterator
(
_pConnection
,
_pConnection
->
createCatalog
()
->
getTables
(),
m_aParser
),
m_aSQLIterator
(
_pConnection
,
_pConnection
->
createCatalog
()
->
getTables
(),
m_aParser
),
m_pParseTree
(
nullptr
),
m_pParseTree
(
nullptr
),
m_pConnection
(
_pConnection
),
m_pConnection
(
_pConnection
)
rBHelper
(
KabCommonStatement_BASE
::
rBHelper
)
{
{
m_pConnection
->
acquire
();
m_pConnection
->
acquire
();
}
}
...
...
connectivity/source/drivers/kab/KStatement.hxx
Dosyayı görüntüle @
c3da6e38
...
@@ -91,7 +91,7 @@ namespace connectivity
...
@@ -91,7 +91,7 @@ namespace connectivity
virtual
~
KabCommonStatement
()
override
;
virtual
~
KabCommonStatement
()
override
;
public
:
public
:
::
cppu
::
OBroadcastHelper
&
rBHelper
;
using
KabCommonStatement_BASE
::
rBHelper
;
explicit
KabCommonStatement
(
KabConnection
*
_pConnection
);
explicit
KabCommonStatement
(
KabConnection
*
_pConnection
);
using
KabCommonStatement_BASE
::
operator
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
;
using
KabCommonStatement_BASE
::
operator
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
;
...
...
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