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
98c94047
Kaydet (Commit)
98c94047
authored
Şub 03, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
all the related methods are redirected to *Table() methods
Change-Id: I9a45b7b023d7b01d8b5c35dab0cde07d7b5fc3a3
üst
8f028bc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
20 deletions
+5
-20
simptabl.hxx
include/svtools/simptabl.hxx
+5
-20
No files found.
include/svtools/simptabl.hxx
Dosyayı görüntüle @
98c94047
...
@@ -99,33 +99,18 @@ public:
...
@@ -99,33 +99,18 @@ public:
void
ClearHeader
();
void
ClearHeader
();
// to be removed all calls of the related methods are redirected to *Table() methods
using
Window
::
Show
;
using
Window
::
Hide
;
using
Window
::
Enable
;
using
Window
::
Disable
;
using
Window
::
ToTop
;
void
Show
();
void
Hide
();
void
Enable
();
void
Disable
();
void
ToTop
();
// remove until this line
void
ShowTable
();
void
ShowTable
();
void
HideTable
();
void
HideTable
();
sal_Bool
IsVisible
()
const
;
sal_Bool
IsVisible
()
const
;
void
EnableTable
();
void
EnableTable
();
void
DisableTable
();
void
DisableTable
();
sal_Bool
IsEnabled
()
const
;
sal_Bool
IsEnabled
()
const
;
sal_uInt16
GetSelectedCol
();
sal_uInt16
GetSelectedCol
();
void
SortByCol
(
sal_uInt16
,
sal_Bool
bDir
=
sal_True
);
void
SortByCol
(
sal_uInt16
,
sal_Bool
bDir
=
sal_True
);
sal_Bool
GetSortDirection
(){
return
bSortDirection
;}
sal_Bool
GetSortDirection
(){
return
bSortDirection
;}
sal_uInt16
GetSortedCol
(){
return
nSortCol
;}
sal_uInt16
GetSortedCol
(){
return
nSortCol
;}
SvLBoxItem
*
GetEntryAtPos
(
SvTreeListEntry
*
pEntry
,
sal_uInt16
nPos
)
const
;
SvLBoxItem
*
GetEntryAtPos
(
SvTreeListEntry
*
pEntry
,
sal_uInt16
nPos
)
const
;
CommandEvent
GetCommandEvent
()
const
;
CommandEvent
GetCommandEvent
()
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