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
ffb4d56c
Kaydet (Commit)
ffb4d56c
authored
Eyl 15, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused Link field
Change-Id: If79a5031d60bd88fa8a3ad4d0ab1664c18f46a67
üst
192bd905
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
tablecontrol.cxx
svtools/source/table/tablecontrol.cxx
+1
-1
tablecontrol_impl.hxx
svtools/source/table/tablecontrol_impl.hxx
+0
-4
No files found.
svtools/source/table/tablecontrol.cxx
Dosyayı görüntüle @
ffb4d56c
...
...
@@ -651,7 +651,7 @@ namespace svt { namespace table
void
TableControl
::
Select
()
{
ImplCallEventListenersAndHandler
(
VCLEVENT_TABLEROW_SELECT
,
[
this
]
()
{
m_pImpl
->
getSelectHandler
().
Call
(
this
);
}
);
ImplCallEventListenersAndHandler
(
VCLEVENT_TABLEROW_SELECT
,
nullptr
);
if
(
m_pImpl
->
isAccessibleAlive
()
)
{
...
...
svtools/source/table/tablecontrol_impl.hxx
Dosyayı görüntüle @
ffb4d56c
...
...
@@ -134,8 +134,6 @@ namespace svt { namespace table
RowPos
m_nAnchor
;
bool
m_bUpdatingColWidths
;
Link
<>
m_aSelectHdl
;
AccessibleFactoryAccess
m_aFactoryAccess
;
IAccessibleTableControl
*
m_pAccessibleTable
;
...
...
@@ -246,8 +244,6 @@ namespace svt { namespace table
*/
bool
markAllRowsAsSelected
();
Link
<>
const
&
getSelectHandler
()
const
{
return
m_aSelectHdl
;
}
void
commitAccessibleEvent
(
sal_Int16
const
i_eventID
,
const
com
::
sun
::
star
::
uno
::
Any
&
i_newValue
,
const
com
::
sun
::
star
::
uno
::
Any
&
i_oldValue
);
void
commitCellEvent
(
sal_Int16
const
i_eventID
,
const
com
::
sun
::
star
::
uno
::
Any
&
i_newValue
,
const
com
::
sun
::
star
::
uno
::
Any
&
i_oldValue
);
void
commitTableEvent
(
sal_Int16
const
i_eventID
,
const
com
::
sun
::
star
::
uno
::
Any
&
i_newValue
,
const
com
::
sun
::
star
::
uno
::
Any
&
i_oldValue
);
...
...
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