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
b2c4a000
Kaydet (Commit)
b2c4a000
authored
Ara 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: -Werror=switch
Change-Id: Id98fd0522403ebc5e175c3fdb2a6ce9e8f6ca4d7
üst
462df89d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
checklistmenu.cxx
sc/source/ui/cctrl/checklistmenu.cxx
+7
-11
No files found.
sc/source/ui/cctrl/checklistmenu.cxx
Dosyayı görüntüle @
b2c4a000
...
@@ -1169,20 +1169,16 @@ void ScCheckListMenuWindow::MouseMove(const MouseEvent& rMEvt)
...
@@ -1169,20 +1169,16 @@ void ScCheckListMenuWindow::MouseMove(const MouseEvent& rMEvt)
bool
ScCheckListMenuWindow
::
Notify
(
NotifyEvent
&
rNEvt
)
bool
ScCheckListMenuWindow
::
Notify
(
NotifyEvent
&
rNEvt
)
{
{
switch
(
rNEvt
.
GetType
()
)
if
(
rNEvt
.
GetType
()
==
MouseNotifyEvent
::
KEYUP
)
{
{
case
MouseNotifyEvent
:
:
KEYUP
:
const
KeyEvent
*
pKeyEvent
=
rNEvt
.
GetKeyEvent
();
const
vcl
::
KeyCode
&
rCode
=
pKeyEvent
->
GetKeyCode
();
bool
bShift
=
rCode
.
IsShift
();
if
(
rCode
.
GetCode
()
==
KEY_TAB
)
{
{
const
KeyEvent
*
pKeyEvent
=
rNEvt
.
GetKeyEvent
();
cycleFocus
(
bShift
);
const
vcl
::
KeyCode
&
rCode
=
pKeyEvent
->
GetKeyCode
();
return
true
;
bool
bShift
=
rCode
.
IsShift
();
if
(
rCode
.
GetCode
()
==
KEY_TAB
)
{
cycleFocus
(
bShift
);
return
true
;
}
}
}
break
;
}
}
return
ScMenuFloatingWindow
::
Notify
(
rNEvt
);
return
ScMenuFloatingWindow
::
Notify
(
rNEvt
);
}
}
...
...
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