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
fbb3f88d
Kaydet (Commit)
fbb3f88d
authored
Ara 05, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unnecessaryoverride (dtors) in slideshow
Change-Id: I5c4bc26bc51347e453ce69913edc52cf1f1aa821
üst
96918103
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
effectrewinder.cxx
slideshow/source/engine/effectrewinder.cxx
+2
-2
drawinglayeranimation.cxx
slideshow/source/engine/shapes/drawinglayeranimation.cxx
+0
-6
No files found.
slideshow/source/engine/effectrewinder.cxx
Dosyayı görüntüle @
fbb3f88d
...
@@ -43,7 +43,7 @@ class RewinderEventHandler : public EventHandler
...
@@ -43,7 +43,7 @@ class RewinderEventHandler : public EventHandler
public
:
public
:
typedef
::
std
::
function
<
bool
()
>
Action
;
typedef
::
std
::
function
<
bool
()
>
Action
;
explicit
RewinderEventHandler
(
const
Action
&
rAction
)
:
maAction
(
rAction
)
{}
explicit
RewinderEventHandler
(
const
Action
&
rAction
)
:
maAction
(
rAction
)
{}
virtual
~
RewinderEventHandler
()
override
{}
private
:
private
:
const
Action
maAction
;
const
Action
maAction
;
virtual
bool
handleEvent
()
override
{
return
maAction
();
}
virtual
bool
handleEvent
()
override
{
return
maAction
();
}
...
@@ -55,7 +55,7 @@ class RewinderAnimationEventHandler : public AnimationEventHandler
...
@@ -55,7 +55,7 @@ class RewinderAnimationEventHandler : public AnimationEventHandler
public
:
public
:
typedef
::
std
::
function
<
bool
(
const
AnimationNodeSharedPtr
&
rpNode
)
>
Action
;
typedef
::
std
::
function
<
bool
(
const
AnimationNodeSharedPtr
&
rpNode
)
>
Action
;
explicit
RewinderAnimationEventHandler
(
const
Action
&
rAction
)
:
maAction
(
rAction
)
{}
explicit
RewinderAnimationEventHandler
(
const
Action
&
rAction
)
:
maAction
(
rAction
)
{}
virtual
~
RewinderAnimationEventHandler
()
override
{}
private
:
private
:
const
Action
maAction
;
const
Action
maAction
;
virtual
bool
handleAnimationEvent
(
const
AnimationNodeSharedPtr
&
rpNode
)
override
virtual
bool
handleAnimationEvent
(
const
AnimationNodeSharedPtr
&
rpNode
)
override
...
...
slideshow/source/engine/shapes/drawinglayeranimation.cxx
Dosyayı görüntüle @
fbb3f88d
...
@@ -131,8 +131,6 @@ double ScrollTextAnimNode::GetStateAtRelativeTime(
...
@@ -131,8 +131,6 @@ double ScrollTextAnimNode::GetStateAtRelativeTime(
class
ActivityImpl
:
public
Activity
class
ActivityImpl
:
public
Activity
{
{
public
:
public
:
virtual
~
ActivityImpl
()
override
;
ActivityImpl
(
ActivityImpl
(
SlideShowContext
const
&
rContext
,
SlideShowContext
const
&
rContext
,
std
::
shared_ptr
<
WakeupEvent
>
const
&
pWakeupEvent
,
std
::
shared_ptr
<
WakeupEvent
>
const
&
pWakeupEvent
,
...
@@ -849,10 +847,6 @@ bool ActivityImpl::enableAnimations()
...
@@ -849,10 +847,6 @@ bool ActivityImpl::enableAnimations()
return
maContext
.
mrActivitiesQueue
.
addActivity
(
std
::
dynamic_pointer_cast
<
Activity
>
(
shared_from_this
())
);
return
maContext
.
mrActivitiesQueue
.
addActivity
(
std
::
dynamic_pointer_cast
<
Activity
>
(
shared_from_this
())
);
}
}
ActivityImpl
::~
ActivityImpl
()
{
}
void
ActivityImpl
::
dispose
()
void
ActivityImpl
::
dispose
()
{
{
if
(
!
mbIsDisposed
)
if
(
!
mbIsDisposed
)
...
...
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