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
5cc2997f
Kaydet (Commit)
5cc2997f
authored
Ock 26, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove some unused code
üst
01433009
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
43 deletions
+0
-43
tablecontrol.hxx
svtools/inc/svtools/table/tablecontrol.hxx
+0
-36
tablecontrol.cxx
svtools/source/table/tablecontrol.cxx
+0
-6
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
svtools/inc/svtools/table/tablecontrol.hxx
Dosyayı görüntüle @
5cc2997f
...
@@ -106,42 +106,6 @@ namespace svt { namespace table
...
@@ -106,42 +106,6 @@ namespace svt { namespace table
*/
*/
sal_Int32
GetCurrentColumn
()
const
;
sal_Int32
GetCurrentColumn
()
const
;
/** activates the cell at the given position
@return
<sal_True/> if the move was successful, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the move,
or impossibility to execute the move at all (for instance because
of invalid coordinates).
*/
bool
GoTo
(
ColPos
_nColumnPos
,
RowPos
_nRow
);
/** moves the active cell to the given column, by keeping the active row
@return
<sal_True/> if the move was successful, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the move,
or impossibility to execute the move at all (for instance because
of invalid coordinates).
*/
inline
bool
GoToColumn
(
ColPos
_nColumn
)
{
return
GoTo
(
_nColumn
,
GetCurrentRow
()
);
}
/** moves the active cell to the given row, by keeping the active column
@return
<sal_True/> if the move was successful, <FALSE/> otherwise. Usual
failure conditions include some other instance vetoing the move,
or impossibility to execute the move at all (for instance because
of invalid coordinates).
*/
bool
GoToRow
(
RowPos
_nRow
)
{
return
GoTo
(
GetCurrentColumn
(),
_nRow
);
}
SVT_DLLPRIVATE
virtual
void
Resize
();
SVT_DLLPRIVATE
virtual
void
Resize
();
virtual
void
Select
();
virtual
void
Select
();
...
...
svtools/source/table/tablecontrol.cxx
Dosyayı görüntüle @
5cc2997f
...
@@ -160,12 +160,6 @@ namespace svt { namespace table
...
@@ -160,12 +160,6 @@ namespace svt { namespace table
return
m_pImpl
->
getCurrentColumn
();
return
m_pImpl
->
getCurrentColumn
();
}
}
// -----------------------------------------------------------------------------------------------------------------
bool
TableControl
::
GoTo
(
ColPos
_nColumn
,
RowPos
_nRow
)
{
return
m_pImpl
->
goTo
(
_nColumn
,
_nRow
);
}
// -----------------------------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------
sal_Bool
TableControl
::
GoToCell
(
sal_Int32
_nColPos
,
sal_Int32
_nRowPos
)
sal_Bool
TableControl
::
GoToCell
(
sal_Int32
_nColPos
,
sal_Int32
_nRowPos
)
{
{
...
...
unusedcode.easy
Dosyayı görüntüle @
5cc2997f
...
@@ -1651,7 +1651,6 @@ std::__cxx1998::vector<CntHTTPCookie*, std::allocator<CntHTTPCookie*> >::~vector
...
@@ -1651,7 +1651,6 @@ std::__cxx1998::vector<CntHTTPCookie*, std::allocator<CntHTTPCookie*> >::~vector
std::__cxx1998::vector<OrderedEntry*, std::allocator<OrderedEntry*> >::~vector()
std::__cxx1998::vector<OrderedEntry*, std::allocator<OrderedEntry*> >::~vector()
std::__cxx1998::vector<ServiceInfo*, std::allocator<ServiceInfo*> >::~vector()
std::__cxx1998::vector<ServiceInfo*, std::allocator<ServiceInfo*> >::~vector()
std::__cxx1998::vector<SfxFilter*, std::allocator<SfxFilter*> >::~vector()
std::__cxx1998::vector<SfxFilter*, std::allocator<SfxFilter*> >::~vector()
svt::table::TableControl::GoTo(int, int)
svx::SvxShowCharSetItem::~SvxShowCharSetItem()
svx::SvxShowCharSetItem::~SvxShowCharSetItem()
svxform::DataNavigatorManager::GetChildWindowId()
svxform::DataNavigatorManager::GetChildWindowId()
svxform::FmFilterNavigatorWinMgr::GetChildWindowId()
svxform::FmFilterNavigatorWinMgr::GetChildWindowId()
...
...
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