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
65d4e59f
Kaydet (Commit)
65d4e59f
authored
Kas 05, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46808: Adapt macab driver to recent commit
Change-Id: Ie6e9c58cc4762a0159680a71ce2e03340dac6f7f
üst
9e434730
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
MacabDriver.hxx
connectivity/source/drivers/macab/MacabDriver.hxx
+3
-2
MacabStatement.cxx
connectivity/source/drivers/macab/MacabStatement.cxx
+1
-1
No files found.
connectivity/source/drivers/macab/MacabDriver.hxx
Dosyayı görüntüle @
65d4e59f
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/frame/XTerminateListener.hpp>
#include <com/sun/star/frame/XTerminateListener.hpp>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/compbase3.hxx>
#include <cppuhelper/compbase3.hxx>
#include <osl/module.h>
#include <osl/module.h>
...
@@ -134,8 +135,8 @@ namespace connectivity
...
@@ -134,8 +135,8 @@ namespace connectivity
static
::
rtl
::
OUString
getImplementationName_Static
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
static
::
rtl
::
OUString
getImplementationName_Static
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
getSupportedServiceNames_Static
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
rtl
::
OUString
>
getSupportedServiceNames_Static
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
getMSFactory
()
const
{
return
m_xMSFactory
;
}
getComponentContext
()
const
{
return
comphelper
::
getComponentContext
(
m_xMSFactory
)
;
}
/** returns the driver's implementation name (being pure ASCII) for reference in various places
/** returns the driver's implementation name (being pure ASCII) for reference in various places
*/
*/
...
...
connectivity/source/drivers/macab/MacabStatement.cxx
Dosyayı görüntüle @
65d4e59f
...
@@ -65,7 +65,7 @@ IMPLEMENT_SERVICE_INFO(MacabStatement, "com.sun.star.sdbc.drivers.MacabStatement
...
@@ -65,7 +65,7 @@ IMPLEMENT_SERVICE_INFO(MacabStatement, "com.sun.star.sdbc.drivers.MacabStatement
MacabCommonStatement
::
MacabCommonStatement
(
MacabConnection
*
_pConnection
)
MacabCommonStatement
::
MacabCommonStatement
(
MacabConnection
*
_pConnection
)
:
MacabCommonStatement_BASE
(
m_aMutex
),
:
MacabCommonStatement_BASE
(
m_aMutex
),
OPropertySetHelper
(
MacabCommonStatement_BASE
::
rBHelper
),
OPropertySetHelper
(
MacabCommonStatement_BASE
::
rBHelper
),
m_aParser
(
_pConnection
->
getDriver
()
->
get
MSFactory
()),
m_aParser
(
_pConnection
->
getDriver
()
->
get
ComponentContext
()),
m_aSQLIterator
(
_pConnection
,
_pConnection
->
createCatalog
()
->
getTables
(),
m_aParser
,
NULL
),
m_aSQLIterator
(
_pConnection
,
_pConnection
->
createCatalog
()
->
getTables
(),
m_aParser
,
NULL
),
m_pParseTree
(
NULL
),
m_pParseTree
(
NULL
),
m_pConnection
(
_pConnection
),
m_pConnection
(
_pConnection
),
...
...
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