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
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
34 additions
and
35 deletions
+34
-35
DExport.hxx
dbaccess/source/ui/inc/DExport.hxx
+13
-13
FieldDescControl.hxx
dbaccess/source/ui/inc/FieldDescControl.hxx
+1
-1
HtmlReader.hxx
dbaccess/source/ui/inc/HtmlReader.hxx
+1
-1
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
+2
-3
TableFieldDescription.hxx
dbaccess/source/ui/inc/TableFieldDescription.hxx
+5
-5
No files found.
dbaccess/source/ui/inc/DExport.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -104,18 +104,18 @@ namespace dbaui
bool
m_bAppendFirstLine
;
virtual
sal_Bool
CreateTable
(
int
nToken
)
=
0
;
virtual
sal_Bool
CreateTable
(
int
nToken
)
=
0
;
virtual
TypeSelectionPageFactory
getTypeSelectionPageFactory
()
=
0
;
getTypeSelectionPageFactory
()
=
0
;
void
CreateDefaultColumn
(
const
::
rtl
::
OUString
&
_rColumnName
);
sal_Int16
CheckString
(
const
String
&
aToken
,
sal_Int16
_nOldNumberFormat
);
void
adjustFormat
();
void
eraseTokens
();
void
insertValueIntoColumn
();
sal_Bool
createRowSet
();
void
showErrorDialog
(
const
::
com
::
sun
::
star
::
sdbc
::
SQLException
&
e
);
void
ensureFormatter
();
void
CreateDefaultColumn
(
const
::
rtl
::
OUString
&
_rColumnName
);
sal_Int16
CheckString
(
const
String
&
aToken
,
sal_Int16
_nOldNumberFormat
);
void
adjustFormat
();
void
eraseTokens
();
void
insertValueIntoColumn
();
sal_Bool
createRowSet
();
void
showErrorDialog
(
const
::
com
::
sun
::
star
::
sdbc
::
SQLException
&
e
);
void
ensureFormatter
();
/** executeWizard calls a wizard to create/append data
...
...
@@ -125,9 +125,9 @@ namespace dbaui
@return true when an error occurs
*/
sal_Bool
executeWizard
(
const
::
rtl
::
OUString
&
_sTableName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
_aTextColor
,
const
::
com
::
sun
::
star
::
awt
::
FontDescriptor
&
_rFont
);
sal_Bool
executeWizard
(
const
::
rtl
::
OUString
&
_sTableName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
_aTextColor
,
const
::
com
::
sun
::
star
::
awt
::
FontDescriptor
&
_rFont
);
virtual
~
ODatabaseExport
();
...
...
dbaccess/source/ui/inc/FieldDescControl.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -101,7 +101,7 @@ namespace dbaui
ScrollBar
*
m_pHorzScroll
;
TOTypeInfoSP
m_pPreviousType
;
sal_uInt16
nCurChildId
;
sal_uInt16
nCurChildId
;
short
m_nPos
;
XubString
aYes
;
XubString
aNo
;
...
...
dbaccess/source/ui/inc/HtmlReader.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -40,7 +40,7 @@ namespace dbaui
virtual
void
NextToken
(
int
nToken
);
// base class
virtual
sal_Bool
CreateTable
(
int
nToken
);
virtual
TypeSelectionPageFactory
getTypeSelectionPageFactory
();
getTypeSelectionPageFactory
();
void
TableDataOn
(
SvxCellHorJustify
&
eVal
);
void
TableFontOn
(
::
com
::
sun
::
star
::
awt
::
FontDescriptor
&
_rFont
,
sal_Int32
&
_rTextColor
);
...
...
dbaccess/source/ui/inc/JoinExchange.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -31,9 +31,7 @@ namespace dbaui
// OJoinExchObj: Additional data to create Joins in the JoinShell
typedef
::
cppu
::
ImplHelper1
<
::
com
::
sun
::
star
::
lang
::
XUnoTunnel
>
OJoinExchObj_Base
;
class
OJoinExchObj
:
public
TransferableHelper
,
public
OJoinExchObj_Base
class
OJoinExchObj
:
public
TransferableHelper
,
public
OJoinExchObj_Base
{
static
String
m_sJoinFormat
;
sal_Bool
m_bFirstEntry
;
...
...
dbaccess/source/ui/inc/JoinTableView.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -72,9 +72,9 @@ namespace dbaui
};
class
OJoinTableView
:
public
Window
,
public
IDragTransferableListener
,
public
DropTargetHelper
class
OJoinTableView
:
public
Window
,
public
IDragTransferableListener
,
public
DropTargetHelper
{
friend
class
OJoinMoveTabWinUndoAct
;
...
...
dbaccess/source/ui/inc/RelationTableView.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -27,9 +27,10 @@
namespace
dbaui
{
class
ORelationDesignView
;
class
ORelationTableView
:
public
::
cppu
::
BaseMutex
,
public
OJoinTableView
,
public
::
comphelper
::
OContainerListener
class
ORelationTableView
:
public
::
cppu
::
BaseMutex
,
public
OJoinTableView
,
public
::
comphelper
::
OContainerListener
{
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
...
...
dbaccess/source/ui/inc/TableConnectionData.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -53,7 +53,9 @@ namespace dbaui
OTableConnectionData
&
operator
=
(
const
OTableConnectionData
&
rConnData
);
public
:
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
);
virtual
~
OTableConnectionData
();
...
...
dbaccess/source/ui/inc/TableDesignControl.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -29,8 +29,7 @@ namespace dbaui
{
class
OTableDesignView
;
class
OTableRowView
:
public
::
svt
::
EditBrowseBox
,
public
IClipboardTest
class
OTableRowView
:
public
::
svt
::
EditBrowseBox
,
public
IClipboardTest
{
friend
class
OTableDesignUndoAct
;
...
...
dbaccess/source/ui/inc/TableDesignHelpBar.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -30,13 +30,12 @@ namespace dbaui
{
// Deriving from TabPage is a trick to notice changes
// of the system colors
class
OTableDesignHelpBar
:
public
TabPage
,
public
IClipboardTest
class
OTableDesignHelpBar
:
public
TabPage
,
public
IClipboardTest
{
private
:
String
m_sHelpText
;
MultiLineEdit
*
m_pTextWin
;
sal_uInt16
m_nDummy
;
sal_uInt16
m_nDummy
;
protected
:
virtual
void
Resize
();
...
...
dbaccess/source/ui/inc/TableFieldDescription.hxx
Dosyayı görüntüle @
6d29ad0d
...
...
@@ -135,11 +135,11 @@ namespace dbaui
inline
sal_Bool
OTableFieldDesc
::
IsEmpty
()
const
{
sal_Bool
bEmpty
=
(
m_aTableName
.
isEmpty
()
&&
m_aAliasName
.
isEmpty
()
&&
m_aFieldName
.
isEmpty
()
&&
m_aFieldAlias
.
isEmpty
()
&&
m_aFunctionName
.
isEmpty
()
&&
sal_Bool
bEmpty
=
(
m_aTableName
.
isEmpty
()
&&
m_aAliasName
.
isEmpty
()
&&
m_aFieldName
.
isEmpty
()
&&
m_aFieldAlias
.
isEmpty
()
&&
m_aFunctionName
.
isEmpty
()
&&
!
HasCriteria
());
return
bEmpty
;
}
...
...
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