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
b8d627b6
Kaydet (Commit)
b8d627b6
authored
Agu 14, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
maSelectionChangingHdl is unused
Change-Id: I90ad94d4500a3921359574b8238d3832ac4efe43
üst
8d54e965
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
calendar.hxx
include/svtools/calendar.hxx
+0
-2
calendar.cxx
svtools/source/control/calendar.cxx
+0
-10
No files found.
include/svtools/calendar.hxx
Dosyayı görüntüle @
b8d627b6
...
...
@@ -216,7 +216,6 @@ private:
mbSelLeft
:
1
,
mbAllSel
:
1
,
mbDropPos
:
1
;
Link
<>
maSelectionChangingHdl
;
Link
<>
maDateRangeChangedHdl
;
Link
<>
maRequestDateInfoHdl
;
Link
<>
maDoubleClickHdl
;
...
...
@@ -277,7 +276,6 @@ public:
virtual
void
StateChanged
(
StateChangedType
nStateChange
)
SAL_OVERRIDE
;
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
void
SelectionChanging
();
void
DateRangeChanged
();
void
RequestDateInfo
();
void
DoubleClick
();
...
...
svtools/source/control/calendar.cxx
Dosyayı görüntüle @
b8d627b6
...
...
@@ -1154,8 +1154,6 @@ void Calendar::ImplMouseSelect( const Date& rDate, sal_uInt16 nHitTest,
{
if
(
bNewSel
)
{
mbInSelChange
=
true
;
SelectionChanging
();
mbInSelChange
=
false
;
}
HideFocus
();
...
...
@@ -1512,7 +1510,6 @@ void Calendar::KeyInput( const KeyEvent& rKEvt )
bool
bDateSel
=
IsDateSelected
(
maCurDate
);
SelectDate
(
maCurDate
,
!
bDateSel
);
mbSelLeft
=
false
;
SelectionChanging
();
mbTravelSelect
=
true
;
Select
();
mbTravelSelect
=
false
;
...
...
@@ -1552,8 +1549,6 @@ void Calendar::KeyInput( const KeyEvent& rKEvt )
SetCurDate
(
aNewDate
);
mbDirect
=
false
;
maAnchorDate
=
aOldAnchorDate
;
mbInSelChange
=
true
;
SelectionChanging
();
mbInSelChange
=
false
;
ImplUpdateSelection
(
pOldSel
.
get
()
);
}
...
...
@@ -1711,11 +1706,6 @@ void Calendar::DataChanged( const DataChangedEvent& rDCEvt )
}
}
void
Calendar
::
SelectionChanging
()
{
maSelectionChangingHdl
.
Call
(
this
);
}
void
Calendar
::
DateRangeChanged
()
{
maDateRangeChangedHdl
.
Call
(
this
);
...
...
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