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
6ead5e32
Kaydet (Commit)
6ead5e32
authored
Nis 07, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708138 VisualState::SetMouseOverState sets things that noone reads
Change-Id: Ifc78a7c656520b779559362e309f6971ecb1f573
üst
867fdeaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
SlsVisualState.hxx
sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx
+0
-4
SlsVisualState.cxx
sd/source/ui/slidesorter/model/SlsVisualState.cxx
+0
-10
No files found.
sd/source/ui/slidesorter/inc/model/SlsVisualState.hxx
Dosyayı görüntüle @
6ead5e32
...
...
@@ -49,8 +49,6 @@ public:
void
UpdateVisualState
(
const
PageDescriptor
&
rDescriptor
);
void
SetMouseOverState
(
const
bool
bIsMouseOver
);
Point
GetLocationOffset
(
void
)
const
;
bool
SetLocationOffset
(
const
Point
&
rPoint
);
...
...
@@ -60,8 +58,6 @@ private:
State
meCurrentVisualState
;
State
meOldVisualState
;
sal_Int32
mnStateAnimationId
;
bool
mbOldMouseOverState
;
bool
mbCurrentMouseOverState
;
Point
maLocationOffset
;
sal_Int32
mnLocationAnimationId
;
...
...
sd/source/ui/slidesorter/model/SlsVisualState.cxx
Dosyayı görüntüle @
6ead5e32
...
...
@@ -62,18 +62,8 @@ void VisualState::UpdateVisualState (const PageDescriptor& rDescriptor)
SetVisualState
(
VS_Selected
);
else
SetVisualState
(
VS_None
);
SetMouseOverState
(
rDescriptor
.
HasState
(
PageDescriptor
::
ST_MouseOver
));
}
void
VisualState
::
SetMouseOverState
(
const
bool
bIsMouseOver
)
{
mbOldMouseOverState
=
mbCurrentMouseOverState
;
mbCurrentMouseOverState
=
bIsMouseOver
;
}
Point
VisualState
::
GetLocationOffset
(
void
)
const
{
return
maLocationOffset
;
...
...
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