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
442ab9ce
Kaydet (Commit)
442ab9ce
authored
Tem 22, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: noExplicitConstructor
Change-Id: Ib80e7f6d055bead246db3028b4eab6edfabe3d2c
üst
a6c47236
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
23 additions
and
22 deletions
+23
-22
QueryAddTabConnUndoAction.hxx
dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx
+2
-2
QueryDesignFieldUndoAct.hxx
dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
+7
-7
QueryTabWinShowUndoAct.hxx
dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx
+2
-2
SelectionBrowseBox.cxx
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+1
-1
SelectionBrowseBox.hxx
dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
+2
-1
limitboxcontroller.hxx
dbaccess/source/ui/querydesign/limitboxcontroller.hxx
+1
-1
querycontroller.cxx
dbaccess/source/ui/querydesign/querycontroller.cxx
+1
-1
TEditControl.hxx
dbaccess/source/ui/tabledesign/TEditControl.hxx
+1
-1
TableFieldDescWin.hxx
dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx
+1
-1
TableUndo.hxx
dbaccess/source/ui/tabledesign/TableUndo.hxx
+1
-1
AdvancedSettingsDlg.cxx
dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx
+1
-1
ColumnControl.hxx
dbaccess/source/ui/uno/ColumnControl.hxx
+1
-1
ColumnModel.hxx
dbaccess/source/ui/uno/ColumnModel.hxx
+1
-1
DBTypeWizDlg.hxx
dbaccess/source/ui/uno/DBTypeWizDlg.hxx
+1
-1
No files found.
dbaccess/source/ui/querydesign/QueryAddTabConnUndoAction.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -29,7 +29,7 @@ namespace dbaui
...
@@ -29,7 +29,7 @@ namespace dbaui
class
OQueryAddTabConnUndoAction
:
public
OQueryTabConnUndoAction
class
OQueryAddTabConnUndoAction
:
public
OQueryTabConnUndoAction
{
{
public
:
public
:
OQueryAddTabConnUndoAction
(
OQueryTableView
*
pOwner
);
explicit
OQueryAddTabConnUndoAction
(
OQueryTableView
*
pOwner
);
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Redo
()
SAL_OVERRIDE
;
virtual
void
Redo
()
SAL_OVERRIDE
;
...
@@ -40,7 +40,7 @@ namespace dbaui
...
@@ -40,7 +40,7 @@ namespace dbaui
class
OQueryDelTabConnUndoAction
:
public
OQueryTabConnUndoAction
class
OQueryDelTabConnUndoAction
:
public
OQueryTabConnUndoAction
{
{
public
:
public
:
OQueryDelTabConnUndoAction
(
OQueryTableView
*
pOwner
);
explicit
OQueryDelTabConnUndoAction
(
OQueryTableView
*
pOwner
);
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Redo
()
SAL_OVERRIDE
;
virtual
void
Redo
()
SAL_OVERRIDE
;
...
...
dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -57,12 +57,12 @@ namespace dbaui
...
@@ -57,12 +57,12 @@ namespace dbaui
sal_Int32
m_nCellIndex
;
sal_Int32
m_nCellIndex
;
public
:
public
:
OTabFieldCellModifiedUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
explicit
OTabFieldCellModifiedUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OQueryDesignFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_MODIFY_CELL
)
:
OQueryDesignFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_MODIFY_CELL
)
,
m_nCellIndex
(
BROWSER_INVALIDID
){
}
,
m_nCellIndex
(
BROWSER_INVALIDID
){
}
inline
void
SetCellContents
(
const
OUString
&
str
)
{
m_strNextCellContents
=
str
;
}
void
SetCellContents
(
const
OUString
&
str
)
{
m_strNextCellContents
=
str
;
}
inline
void
SetCellIndex
(
sal_Int32
nIndex
)
{
m_nCellIndex
=
nIndex
;
}
void
SetCellIndex
(
sal_Int32
nIndex
)
{
m_nCellIndex
=
nIndex
;
}
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Redo
()
SAL_OVERRIDE
{
Undo
();
}
virtual
void
Redo
()
SAL_OVERRIDE
{
Undo
();
}
...
@@ -76,7 +76,7 @@ namespace dbaui
...
@@ -76,7 +76,7 @@ namespace dbaui
long
m_nNextWidth
;
long
m_nNextWidth
;
public
:
public
:
OTabFieldSizedUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OQueryDesignFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_SIZE_COLUMN
),
m_nNextWidth
(
0
)
{
}
explicit
OTabFieldSizedUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OQueryDesignFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_SIZE_COLUMN
),
m_nNextWidth
(
0
)
{
}
inline
void
SetOriginalWidth
(
long
nWidth
)
{
m_nNextWidth
=
nWidth
;
}
inline
void
SetOriginalWidth
(
long
nWidth
)
{
m_nNextWidth
=
nWidth
;
}
...
@@ -106,7 +106,7 @@ namespace dbaui
...
@@ -106,7 +106,7 @@ namespace dbaui
virtual
void
Redo
()
SAL_OVERRIDE
{
pOwner
->
EnterUndoMode
();
pOwner
->
RemoveColumn
(
pDescr
->
GetColumnId
());
pOwner
->
LeaveUndoMode
();
}
virtual
void
Redo
()
SAL_OVERRIDE
{
pOwner
->
EnterUndoMode
();
pOwner
->
RemoveColumn
(
pDescr
->
GetColumnId
());
pOwner
->
LeaveUndoMode
();
}
public
:
public
:
OTabFieldDelUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OTabFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_TABFIELDDELETE
)
{
}
explicit
OTabFieldDelUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OTabFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_TABFIELDDELETE
)
{
}
};
};
// OTabFieldDelUndoAct - Undo-Klasse fuer Anlegen eines Feldes
// OTabFieldDelUndoAct - Undo-Klasse fuer Anlegen eines Feldes
...
@@ -119,7 +119,7 @@ namespace dbaui
...
@@ -119,7 +119,7 @@ namespace dbaui
virtual
void
Redo
()
SAL_OVERRIDE
{
pOwner
->
EnterUndoMode
();
pOwner
->
InsertColumn
(
pDescr
,
m_nColumnPostion
);
pOwner
->
LeaveUndoMode
();}
virtual
void
Redo
()
SAL_OVERRIDE
{
pOwner
->
EnterUndoMode
();
pOwner
->
InsertColumn
(
pDescr
,
m_nColumnPostion
);
pOwner
->
LeaveUndoMode
();}
public
:
public
:
OTabFieldCreateUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OTabFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_TABFIELDCREATE
)
{
}
explicit
OTabFieldCreateUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OTabFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_TABFIELDCREATE
)
{
}
};
};
// OTabFieldMovedUndoAct - Undo class when a field was moved inside the selection
// OTabFieldMovedUndoAct - Undo class when a field was moved inside the selection
...
@@ -134,7 +134,7 @@ namespace dbaui
...
@@ -134,7 +134,7 @@ namespace dbaui
}
}
public
:
public
:
OTabFieldMovedUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OTabFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_TABFIELDMOVED
)
{
}
explicit
OTabFieldMovedUndoAct
(
OSelectionBrowseBox
*
pSelBrwBox
)
:
OTabFieldUndoAct
(
pSelBrwBox
,
STR_QUERY_UNDO_TABFIELDMOVED
)
{
}
};
};
}
}
#endif // INCLUDED_DBACCESS_SOURCE_UI_QUERYDESIGN_QUERYDESIGNFIELDUNDOACT_HXX
#endif // INCLUDED_DBACCESS_SOURCE_UI_QUERYDESIGN_QUERYDESIGNFIELDUNDOACT_HXX
...
...
dbaccess/source/ui/querydesign/QueryTabWinShowUndoAct.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -29,7 +29,7 @@ namespace dbaui
...
@@ -29,7 +29,7 @@ namespace dbaui
class
OQueryTabWinShowUndoAct
:
public
OQueryTabWinUndoAct
class
OQueryTabWinShowUndoAct
:
public
OQueryTabWinUndoAct
{
{
public
:
public
:
OQueryTabWinShowUndoAct
(
OQueryTableView
*
pOwner
);
explicit
OQueryTabWinShowUndoAct
(
OQueryTableView
*
pOwner
);
virtual
~
OQueryTabWinShowUndoAct
();
virtual
~
OQueryTabWinShowUndoAct
();
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Undo
()
SAL_OVERRIDE
;
...
@@ -41,7 +41,7 @@ namespace dbaui
...
@@ -41,7 +41,7 @@ namespace dbaui
class
OQueryTabWinDelUndoAct
:
public
OQueryTabWinUndoAct
class
OQueryTabWinDelUndoAct
:
public
OQueryTabWinUndoAct
{
{
public
:
public
:
OQueryTabWinDelUndoAct
(
OQueryTableView
*
pOwner
);
explicit
OQueryTabWinDelUndoAct
(
OQueryTableView
*
pOwner
);
virtual
~
OQueryTabWinDelUndoAct
();
virtual
~
OQueryTabWinDelUndoAct
();
virtual
void
Undo
()
SAL_OVERRIDE
;
virtual
void
Undo
()
SAL_OVERRIDE
;
...
...
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
Dosyayı görüntüle @
442ab9ce
...
@@ -250,7 +250,7 @@ namespace
...
@@ -250,7 +250,7 @@ namespace
protected
:
protected
:
virtual
void
Select
()
SAL_OVERRIDE
;
virtual
void
Select
()
SAL_OVERRIDE
;
public
:
public
:
OSelectionBrwBoxHeader
(
OSelectionBrowseBox
*
pParent
);
explicit
OSelectionBrwBoxHeader
(
OSelectionBrowseBox
*
pParent
);
virtual
~
OSelectionBrwBoxHeader
()
{
disposeOnce
();
}
virtual
~
OSelectionBrwBoxHeader
()
{
disposeOnce
();
}
virtual
void
dispose
()
SAL_OVERRIDE
{
m_pBrowseBox
.
clear
();
::
svt
::
EditBrowserHeader
::
dispose
();
}
virtual
void
dispose
()
SAL_OVERRIDE
{
m_pBrowseBox
.
clear
();
::
svt
::
EditBrowserHeader
::
dispose
();
}
};
};
...
...
dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -78,7 +78,8 @@ namespace dbaui
...
@@ -78,7 +78,8 @@ namespace dbaui
bool
m_bInUndoMode
;
bool
m_bInUndoMode
;
DECL_LINK_TYPED
(
OnInvalidateTimer
,
Timer
*
,
void
);
DECL_LINK_TYPED
(
OnInvalidateTimer
,
Timer
*
,
void
);
public
:
OSelectionBrowseBox
(
vcl
::
Window
*
pParent
);
public
:
explicit
OSelectionBrowseBox
(
vcl
::
Window
*
pParent
);
virtual
~
OSelectionBrowseBox
();
virtual
~
OSelectionBrowseBox
();
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
dispose
()
SAL_OVERRIDE
;
...
...
dbaccess/source/ui/querydesign/limitboxcontroller.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -31,7 +31,7 @@ class LimitBoxController: public svt::ToolboxController,
...
@@ -31,7 +31,7 @@ class LimitBoxController: public svt::ToolboxController,
public
::
com
::
sun
::
star
::
lang
::
XServiceInfo
public
::
com
::
sun
::
star
::
lang
::
XServiceInfo
{
{
public
:
public
:
LimitBoxController
(
explicit
LimitBoxController
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
virtual
~
LimitBoxController
();
virtual
~
LimitBoxController
();
...
...
dbaccess/source/ui/querydesign/querycontroller.cxx
Dosyayı görüntüle @
442ab9ce
...
@@ -110,7 +110,7 @@ namespace dbaui
...
@@ -110,7 +110,7 @@ namespace dbaui
}
}
public
:
public
:
OViewController
(
const
Reference
<
XComponentContext
>&
_rM
)
:
OQueryController
(
_rM
){}
explicit
OViewController
(
const
Reference
<
XComponentContext
>&
_rM
)
:
OQueryController
(
_rM
){}
// need by registration
// need by registration
static
OUString
getImplementationName_Static
()
throw
(
RuntimeException
)
static
OUString
getImplementationName_Static
()
throw
(
RuntimeException
)
...
...
dbaccess/source/ui/tabledesign/TEditControl.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -121,7 +121,7 @@ namespace dbaui
...
@@ -121,7 +121,7 @@ namespace dbaui
DECL_LINK
(
ControlPreNotifyHdl
,
NotifyEvent
*
);
DECL_LINK
(
ControlPreNotifyHdl
,
NotifyEvent
*
);
public
:
public
:
OTableEditorCtrl
(
vcl
::
Window
*
pParentWin
);
explicit
OTableEditorCtrl
(
vcl
::
Window
*
pParentWin
);
virtual
~
OTableEditorCtrl
();
virtual
~
OTableEditorCtrl
();
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
bool
CursorMoving
(
long
nNewRow
,
sal_uInt16
nNewCol
)
SAL_OVERRIDE
;
virtual
bool
CursorMoving
(
long
nNewRow
,
sal_uInt16
nNewCol
)
SAL_OVERRIDE
;
...
...
dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -53,7 +53,7 @@ namespace dbaui
...
@@ -53,7 +53,7 @@ namespace dbaui
virtual
void
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
)
SAL_OVERRIDE
;
virtual
void
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
)
SAL_OVERRIDE
;
public
:
public
:
OTableFieldDescWin
(
vcl
::
Window
*
pParent
);
explicit
OTableFieldDescWin
(
vcl
::
Window
*
pParent
);
virtual
~
OTableFieldDescWin
();
virtual
~
OTableFieldDescWin
();
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
dispose
()
SAL_OVERRIDE
;
...
...
dbaccess/source/ui/tabledesign/TableUndo.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -98,7 +98,7 @@ namespace dbaui
...
@@ -98,7 +98,7 @@ namespace dbaui
virtual
void
Redo
()
SAL_OVERRIDE
;
virtual
void
Redo
()
SAL_OVERRIDE
;
public
:
public
:
TYPEINFO_OVERRIDE
();
TYPEINFO_OVERRIDE
();
OTableEditorDelUndoAct
(
OTableEditorCtrl
*
pOwner
);
explicit
OTableEditorDelUndoAct
(
OTableEditorCtrl
*
pOwner
);
virtual
~
OTableEditorDelUndoAct
();
virtual
~
OTableEditorDelUndoAct
();
};
};
...
...
dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx
Dosyayı görüntüle @
442ab9ce
...
@@ -39,7 +39,7 @@ namespace dbaui
...
@@ -39,7 +39,7 @@ namespace dbaui
{
{
protected
:
protected
:
OAdvancedSettingsDialog
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
_rxORB
);
explicit
OAdvancedSettingsDialog
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
_rxORB
);
public
:
public
:
// XTypeProvider
// XTypeProvider
...
...
dbaccess/source/ui/uno/ColumnControl.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -33,7 +33,7 @@ namespace dbaui
...
@@ -33,7 +33,7 @@ namespace dbaui
private
:
private
:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
public
:
public
:
OColumnControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
explicit
OColumnControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
// UnoControl
// UnoControl
virtual
OUString
GetComponentServiceName
()
SAL_OVERRIDE
;
virtual
OUString
GetComponentServiceName
()
SAL_OVERRIDE
;
...
...
dbaccess/source/ui/uno/ColumnModel.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -68,7 +68,7 @@ protected:
...
@@ -68,7 +68,7 @@ protected:
OColumnControlModel
(
const
OColumnControlModel
*
_pSource
OColumnControlModel
(
const
OColumnControlModel
*
_pSource
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxFactory
);
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxFactory
);
public
:
public
:
OColumnControlModel
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxFactory
);
explicit
OColumnControlModel
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxFactory
);
// UNO Anbindung
// UNO Anbindung
DECLARE_XINTERFACE
(
)
DECLARE_XINTERFACE
(
)
...
...
dbaccess/source/ui/uno/DBTypeWizDlg.hxx
Dosyayı görüntüle @
442ab9ce
...
@@ -31,7 +31,7 @@ class ODBTypeWizDialog
...
@@ -31,7 +31,7 @@ class ODBTypeWizDialog
{
{
protected
:
protected
:
ODBTypeWizDialog
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
_rxORB
);
explicit
ODBTypeWizDialog
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
_rxORB
);
public
:
public
:
// XTypeProvider
// XTypeProvider
...
...
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