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
7e1eb03a
Kaydet (Commit)
7e1eb03a
authored
Şub 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove some more recently discovered unused methods
Change-Id: Ib01e444b24ad9288970066a47f3fcf3dbee1fc49
üst
cf726ae8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
43 deletions
+0
-43
TableController.hxx
dbaccess/source/ui/inc/TableController.hxx
+0
-4
TEditControl.cxx
dbaccess/source/ui/tabledesign/TEditControl.cxx
+0
-20
TEditControl.hxx
dbaccess/source/ui/tabledesign/TEditControl.hxx
+0
-3
TableController.cxx
dbaccess/source/ui/tabledesign/TableController.cxx
+0
-11
unusedcode.easy
unusedcode.easy
+0
-5
No files found.
dbaccess/source/ui/inc/TableController.hxx
Dosyayı görüntüle @
7e1eb03a
...
@@ -133,10 +133,6 @@ namespace dbaui
...
@@ -133,10 +133,6 @@ namespace dbaui
static
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
static
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
Create
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
);
SAL_CALL
Create
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
);
void
Load
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XObjectInputStream
>&
_rxIn
);
void
Save
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XObjectOutputStream
>&
_rxOut
);
protected
:
protected
:
void
startTableListening
();
void
startTableListening
();
void
stopTableListening
();
void
stopTableListening
();
...
...
dbaccess/source/ui/tabledesign/TEditControl.cxx
Dosyayı görüntüle @
7e1eb03a
...
@@ -129,15 +129,6 @@ void OTableEditorCtrl::Init()
...
@@ -129,15 +129,6 @@ void OTableEditorCtrl::Init()
RowInserted
(
0
,
m_pRowList
->
size
(),
true
);
RowInserted
(
0
,
m_pRowList
->
size
(),
true
);
}
}
void
OTableEditorCtrl
::
UpdateAll
()
{
RowRemoved
(
0
,
GetRowCount
(),
false
);
m_nDataPos
=
0
;
InvalidateFeatures
();
Invalidate
();
}
OTableEditorCtrl
::
OTableEditorCtrl
(
vcl
::
Window
*
pWindow
)
OTableEditorCtrl
::
OTableEditorCtrl
(
vcl
::
Window
*
pWindow
)
:
OTableRowView
(
pWindow
)
:
OTableRowView
(
pWindow
)
,
pNameCell
(
NULL
)
,
pNameCell
(
NULL
)
...
@@ -716,17 +707,6 @@ void OTableEditorCtrl::InvalidateFeatures()
...
@@ -716,17 +707,6 @@ void OTableEditorCtrl::InvalidateFeatures()
GetView
()
->
getController
().
InvalidateFeature
(
SID_SAVEDOC
);
GetView
()
->
getController
().
InvalidateFeature
(
SID_SAVEDOC
);
}
}
void
OTableEditorCtrl
::
Undo
()
{
InvalidateFeatures
();
}
void
OTableEditorCtrl
::
Redo
()
{
InvalidateFeatures
();
}
void
OTableEditorCtrl
::
CopyRows
()
void
OTableEditorCtrl
::
CopyRows
()
{
{
// set to the right row and save it
// set to the right row and save it
...
...
dbaccess/source/ui/tabledesign/TEditControl.hxx
Dosyayı görüntüle @
7e1eb03a
...
@@ -100,8 +100,6 @@ namespace dbaui
...
@@ -100,8 +100,6 @@ namespace dbaui
virtual
void
CellModified
()
SAL_OVERRIDE
;
virtual
void
CellModified
()
SAL_OVERRIDE
;
virtual
bool
SaveModified
()
SAL_OVERRIDE
;
// is called before changing a cell (false prevents change)
virtual
bool
SaveModified
()
SAL_OVERRIDE
;
// is called before changing a cell (false prevents change)
void
Undo
();
void
Redo
();
virtual
OUString
GetCellText
(
long
nRow
,
sal_uInt16
nColId
)
const
SAL_OVERRIDE
;
virtual
OUString
GetCellText
(
long
nRow
,
sal_uInt16
nColId
)
const
SAL_OVERRIDE
;
virtual
sal_uInt32
GetTotalCellWidth
(
long
nRow
,
sal_uInt16
nColId
)
SAL_OVERRIDE
;
virtual
sal_uInt32
GetTotalCellWidth
(
long
nRow
,
sal_uInt16
nColId
)
SAL_OVERRIDE
;
...
@@ -125,7 +123,6 @@ namespace dbaui
...
@@ -125,7 +123,6 @@ namespace dbaui
OTableEditorCtrl
(
vcl
::
Window
*
pParentWin
);
OTableEditorCtrl
(
vcl
::
Window
*
pParentWin
);
virtual
~
OTableEditorCtrl
();
virtual
~
OTableEditorCtrl
();
virtual
bool
CursorMoving
(
long
nNewRow
,
sal_uInt16
nNewCol
)
SAL_OVERRIDE
;
virtual
bool
CursorMoving
(
long
nNewRow
,
sal_uInt16
nNewCol
)
SAL_OVERRIDE
;
void
UpdateAll
();
SfxUndoManager
&
GetUndoManager
()
const
;
SfxUndoManager
&
GetUndoManager
()
const
;
void
SetDescrWin
(
OTableFieldDescWin
*
pWin
)
void
SetDescrWin
(
OTableFieldDescWin
*
pWin
)
...
...
dbaccess/source/ui/tabledesign/TableController.cxx
Dosyayı görüntüle @
7e1eb03a
...
@@ -643,17 +643,6 @@ void SAL_CALL OTableController::disposing( const EventObject& _rSource ) throw(R
...
@@ -643,17 +643,6 @@ void SAL_CALL OTableController::disposing( const EventObject& _rSource ) throw(R
OTableController_BASE
::
disposing
(
_rSource
);
OTableController_BASE
::
disposing
(
_rSource
);
}
}
void
OTableController
::
Save
(
const
Reference
<
XObjectOutputStream
>&
_rxOut
)
{
OStreamSection
aSection
(
_rxOut
.
get
());
}
void
OTableController
::
Load
(
const
Reference
<
XObjectInputStream
>&
_rxIn
)
{
OStreamSection
aSection
(
_rxIn
.
get
());
}
void
OTableController
::
losingConnection
(
)
void
OTableController
::
losingConnection
(
)
{
{
// let the base class do it's reconnect
// let the base class do it's reconnect
...
...
unusedcode.easy
Dosyayı görüntüle @
7e1eb03a
...
@@ -206,11 +206,6 @@ dbaui::OPropEditCtrl::SetSpecialReadOnly(bool)
...
@@ -206,11 +206,6 @@ dbaui::OPropEditCtrl::SetSpecialReadOnly(bool)
dbaui::OPropListBoxCtrl::SetSpecialReadOnly(bool)
dbaui::OPropListBoxCtrl::SetSpecialReadOnly(bool)
dbaui::OQueryViewSwitch::resizeDocumentView(Rectangle&)
dbaui::OQueryViewSwitch::resizeDocumentView(Rectangle&)
dbaui::OQueryViewSwitch::setReadOnly(bool)
dbaui::OQueryViewSwitch::setReadOnly(bool)
dbaui::OTableController::Load(com::sun::star::uno::Reference<com::sun::star::io::XObjectInputStream> const&)
dbaui::OTableController::Save(com::sun::star::uno::Reference<com::sun::star::io::XObjectOutputStream> const&)
dbaui::OTableEditorCtrl::Redo()
dbaui::OTableEditorCtrl::Undo()
dbaui::OTableEditorCtrl::UpdateAll()
dbaui::OTableRowView::SetUpdatable(bool)
dbaui::OTableRowView::SetUpdatable(bool)
dbaui::OTableWindowAccess::isEditable() const
dbaui::OTableWindowAccess::isEditable() const
dbtools::FormattedColumnValue::getColumnUpdate() const
dbtools::FormattedColumnValue::getColumnUpdate() const
...
...
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