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
f871b281
Kaydet (Commit)
f871b281
authored
Agu 11, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No more FORWARD_DECLARE_INTERFACE in dbaccess.
üst
c6ffe06b
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
93 additions
and
28 deletions
+93
-28
AppController.hxx
dbaccess/source/ui/app/AppController.hxx
+9
-3
UserAdmin.hxx
dbaccess/source/ui/dlg/UserAdmin.hxx
+11
-3
IItemSetHelper.hxx
dbaccess/source/ui/inc/IItemSetHelper.hxx
+12
-4
TablesSingleDlg.hxx
dbaccess/source/ui/inc/TablesSingleDlg.hxx
+11
-3
UserAdminDlg.hxx
dbaccess/source/ui/inc/UserAdminDlg.hxx
+11
-3
dbadmin.hxx
dbaccess/source/ui/inc/dbadmin.hxx
+11
-3
dbwiz.hxx
dbaccess/source/ui/inc/dbwiz.hxx
+11
-3
dbwizsetup.hxx
dbaccess/source/ui/inc/dbwizsetup.hxx
+11
-3
sbagrid.hxx
dbaccess/source/ui/inc/sbagrid.hxx
+6
-3
No files found.
dbaccess/source/ui/app/AppController.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -65,9 +65,15 @@ class TransferableHelper;
class
TransferableClipboardListener
;
class
SfxFilter
;
FORWARD_DECLARE_INTERFACE
(
container
,
XNameContainer
)
FORWARD_DECLARE_INTERFACE
(
container
,
XContainer
)
FORWARD_DECLARE_INTERFACE
(
ucb
,
XContent
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
container
{
class
XNameContainer
;
class
XContainer
;
}
namespace
ucb
{
class
XContent
;
}
}}}
//........................................................................
namespace
dbaui
...
...
dbaccess/source/ui/dlg/UserAdmin.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -38,9 +38,17 @@
#include "adminpages.hxx"
#include <comphelper/uno3.hxx>
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
namespace
dbaui
{
...
...
dbaccess/source/ui/inc/IItemSetHelper.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -33,10 +33,18 @@
#include <comphelper/uno3.hxx>
#include "dsntypes.hxx"
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XDriver
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
class
XDriver
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
class
SfxItemSet
;
namespace
dbaui
...
...
dbaccess/source/ui/inc/TablesSingleDlg.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -36,9 +36,17 @@
#include <memory>
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
//.........................................................................
namespace
dbaui
...
...
dbaccess/source/ui/inc/UserAdminDlg.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -36,9 +36,17 @@
#include "moduledbu.hxx"
#include <memory>
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
//.........................................................................
namespace
dbaui
...
...
dbaccess/source/ui/inc/dbadmin.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -36,9 +36,17 @@
#include <comphelper/uno3.hxx>
#include <memory>
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
//.........................................................................
namespace
dbaui
...
...
dbaccess/source/ui/inc/dbwiz.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -37,9 +37,17 @@
#include "moduledbu.hxx"
#include <memory>
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
namespace
dbaccess
{
...
...
dbaccess/source/ui/inc/dbwizsetup.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -39,9 +39,17 @@
#include <connectivity/dbtools.hxx>
#include "moduledbu.hxx"
FORWARD_DECLARE_INTERFACE
(
beans
,
XPropertySet
)
FORWARD_DECLARE_INTERFACE
(
sdbc
,
XConnection
)
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySet
;
}
namespace
sdbc
{
class
XConnection
;
}
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
//.........................................................................
namespace
dbaui
...
...
dbaccess/source/ui/inc/sbagrid.hxx
Dosyayı görüntüle @
f871b281
...
...
@@ -44,6 +44,12 @@
class
SvNumberFormatter
;
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
class
XMultiServiceFactory
;
}
}}}
namespace
dbaui
{
//------------------------------------------------------------------
...
...
@@ -60,9 +66,6 @@ namespace dbaui
// SbaXGridControl
//==================================================================
// class ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > ;
FORWARD_DECLARE_INTERFACE
(
lang
,
XMultiServiceFactory
)
class
SbaXStatusMultiplexer
;
class
SbaXGridControl
:
public
FmXGridControl
...
...
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