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
a19148ae
Kaydet (Commit)
a19148ae
authored
Haz 14, 2015
tarafından
Henry Castro
Kaydeden (comit)
Tor Lillqvist
Haz 15, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sdr tiled rendering: stop animation timer's task
Change-Id: Ia7281c853454e283150bba3c79aa9579363c7ca3
üst
2424c4f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
animationstate.cxx
svx/source/sdr/animation/animationstate.cxx
+7
-4
No files found.
svx/source/sdr/animation/animationstate.cxx
Dosyayı görüntüle @
a19148ae
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <svx/sdr/contact/viewcontact.hxx>
#include <svx/sdr/contact/viewcontact.hxx>
#include <drawinglayer/primitive2d/animatedprimitive2d.hxx>
#include <drawinglayer/primitive2d/animatedprimitive2d.hxx>
#include <drawinglayer/animation/animationtiming.hxx>
#include <drawinglayer/animation/animationtiming.hxx>
#include <comphelper/lok.hxx>
...
@@ -111,8 +112,9 @@ namespace sdr
...
@@ -111,8 +112,9 @@ namespace sdr
mrVOContact
(
rVOContact
),
mrVOContact
(
rVOContact
),
maAnimatedPrimitives
(
rAnimatedPrimitives
)
maAnimatedPrimitives
(
rAnimatedPrimitives
)
{
{
// setup initially
if
(
!
comphelper
::
LibreOfficeKit
::
isActive
())
prepareNextEvent
();
// setup initially
prepareNextEvent
();
}
}
PrimitiveAnimation
::~
PrimitiveAnimation
()
PrimitiveAnimation
::~
PrimitiveAnimation
()
...
@@ -127,8 +129,9 @@ namespace sdr
...
@@ -127,8 +129,9 @@ namespace sdr
// schedule a repaint of associated object
// schedule a repaint of associated object
mrVOContact
.
ActionChanged
();
mrVOContact
.
ActionChanged
();
// re-setup
if
(
!
comphelper
::
LibreOfficeKit
::
isActive
())
prepareNextEvent
();
// re-setup
prepareNextEvent
();
}
}
}
// end of namespace animation
}
// end of namespace animation
}
// end of namespace sdr
}
// end of namespace sdr
...
...
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