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
6d29ad0d
Kaydet (Commit)
6d29ad0d
authored
Agu 12, 2012
tarafından
Philipp Riemer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
align code pieces to surrounding lines/style
Change-Id: I992fd490461ba499cba1007abd57285949d3a488
üst
c47988fc
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
14 deletions
+13
-14
DExport.hxx
dbaccess/source/ui/inc/DExport.hxx
+0
-0
FieldDescControl.hxx
dbaccess/source/ui/inc/FieldDescControl.hxx
+0
-0
HtmlReader.hxx
dbaccess/source/ui/inc/HtmlReader.hxx
+0
-0
JoinExchange.hxx
dbaccess/source/ui/inc/JoinExchange.hxx
+1
-3
JoinTableView.hxx
dbaccess/source/ui/inc/JoinTableView.hxx
+3
-3
RelationTableView.hxx
dbaccess/source/ui/inc/RelationTableView.hxx
+4
-3
TableConnectionData.hxx
dbaccess/source/ui/inc/TableConnectionData.hxx
+3
-1
TableDesignControl.hxx
dbaccess/source/ui/inc/TableDesignControl.hxx
+1
-2
TableDesignHelpBar.hxx
dbaccess/source/ui/inc/TableDesignHelpBar.hxx
+1
-2
No files found.
dbaccess/source/ui/inc/DExport.hxx
Dosyayı görüntüle @
6d29ad0d
dbaccess/source/ui/inc/FieldDescControl.hxx
Dosyayı görüntüle @
6d29ad0d
dbaccess/source/ui/inc/HtmlReader.hxx
Dosyayı görüntüle @
6d29ad0d
dbaccess/source/ui/inc/JoinExchange.hxx
Dosyayı görüntüle @
6d29ad0d
...
@@ -31,9 +31,7 @@ namespace dbaui
...
@@ -31,9 +31,7 @@ namespace dbaui
// OJoinExchObj: Additional data to create Joins in the JoinShell
// OJoinExchObj: Additional data to create Joins in the JoinShell
typedef
::
cppu
::
ImplHelper1
<
::
com
::
sun
::
star
::
lang
::
XUnoTunnel
>
OJoinExchObj_Base
;
typedef
::
cppu
::
ImplHelper1
<
::
com
::
sun
::
star
::
lang
::
XUnoTunnel
>
OJoinExchObj_Base
;
class
OJoinExchObj
class
OJoinExchObj
:
public
TransferableHelper
,
public
OJoinExchObj_Base
:
public
TransferableHelper
,
public
OJoinExchObj_Base
{
{
static
String
m_sJoinFormat
;
static
String
m_sJoinFormat
;
sal_Bool
m_bFirstEntry
;
sal_Bool
m_bFirstEntry
;
...
...
dbaccess/source/ui/inc/JoinTableView.hxx
Dosyayı görüntüle @
6d29ad0d
...
@@ -72,9 +72,9 @@ namespace dbaui
...
@@ -72,9 +72,9 @@ namespace dbaui
};
};
class
OJoinTableView
:
public
Window
class
OJoinTableView
:
public
Window
,
,
public
IDragTransferableListener
public
IDragTransferableListener
,
,
public
DropTargetHelper
public
DropTargetHelper
{
{
friend
class
OJoinMoveTabWinUndoAct
;
friend
class
OJoinMoveTabWinUndoAct
;
...
...
dbaccess/source/ui/inc/RelationTableView.hxx
Dosyayı görüntüle @
6d29ad0d
...
@@ -27,9 +27,10 @@
...
@@ -27,9 +27,10 @@
namespace
dbaui
namespace
dbaui
{
{
class
ORelationDesignView
;
class
ORelationDesignView
;
class
ORelationTableView
:
public
::
cppu
::
BaseMutex
,
public
OJoinTableView
class
ORelationTableView
:
public
::
cppu
::
BaseMutex
,
,
public
::
comphelper
::
OContainerListener
public
OJoinTableView
,
public
::
comphelper
::
OContainerListener
{
{
OTableConnection
*
m_pExistingConnection
;
///< is set when a connection was draged on an existing connection
OTableConnection
*
m_pExistingConnection
;
///< is set when a connection was draged on an existing connection
TTableConnectionData
::
value_type
m_pCurrentlyTabConnData
;
///< set when we creating a connection with more than one keycolumn
TTableConnectionData
::
value_type
m_pCurrentlyTabConnData
;
///< set when we creating a connection with more than one keycolumn
...
...
dbaccess/source/ui/inc/TableConnectionData.hxx
Dosyayı görüntüle @
6d29ad0d
...
@@ -53,7 +53,9 @@ namespace dbaui
...
@@ -53,7 +53,9 @@ namespace dbaui
OTableConnectionData
&
operator
=
(
const
OTableConnectionData
&
rConnData
);
OTableConnectionData
&
operator
=
(
const
OTableConnectionData
&
rConnData
);
public
:
public
:
OTableConnectionData
();
OTableConnectionData
();
OTableConnectionData
(
const
TTableWindowData
::
value_type
&
_pReferencingTable
,
const
TTableWindowData
::
value_type
&
_pReferencedTable
,
const
String
&
rConnName
=
String
()
);
OTableConnectionData
(
const
TTableWindowData
::
value_type
&
_pReferencingTable
,
const
TTableWindowData
::
value_type
&
_pReferencedTable
,
const
String
&
rConnName
=
String
()
);
OTableConnectionData
(
const
OTableConnectionData
&
rConnData
);
OTableConnectionData
(
const
OTableConnectionData
&
rConnData
);
virtual
~
OTableConnectionData
();
virtual
~
OTableConnectionData
();
...
...
dbaccess/source/ui/inc/TableDesignControl.hxx
Dosyayı görüntüle @
6d29ad0d
...
@@ -29,8 +29,7 @@ namespace dbaui
...
@@ -29,8 +29,7 @@ namespace dbaui
{
{
class
OTableDesignView
;
class
OTableDesignView
;
class
OTableRowView
:
public
::
svt
::
EditBrowseBox
class
OTableRowView
:
public
::
svt
::
EditBrowseBox
,
public
IClipboardTest
,
public
IClipboardTest
{
{
friend
class
OTableDesignUndoAct
;
friend
class
OTableDesignUndoAct
;
...
...
dbaccess/source/ui/inc/TableDesignHelpBar.hxx
Dosyayı görüntüle @
6d29ad0d
...
@@ -30,8 +30,7 @@ namespace dbaui
...
@@ -30,8 +30,7 @@ namespace dbaui
{
{
// Deriving from TabPage is a trick to notice changes
// Deriving from TabPage is a trick to notice changes
// of the system colors
// of the system colors
class
OTableDesignHelpBar
:
public
TabPage
class
OTableDesignHelpBar
:
public
TabPage
,
public
IClipboardTest
,
public
IClipboardTest
{
{
private
:
private
:
String
m_sHelpText
;
String
m_sHelpText
;
...
...
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