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
b2f377d6
Kaydet (Commit)
b2f377d6
authored
Nis 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused getBlinkTime functions
Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00
üst
4a59cadd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
overlayanimatedbitmapex.hxx
include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
+0
-3
overlayrectangle.hxx
svx/inc/sdr/overlay/overlayrectangle.hxx
+0
-3
No files found.
include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
Dosyayı görüntüle @
b2f377d6
...
@@ -78,9 +78,6 @@ namespace sdr
...
@@ -78,9 +78,6 @@ namespace sdr
sal_uInt16
getCenterX2
()
const
{
return
mnCenterX2
;
}
sal_uInt16
getCenterX2
()
const
{
return
mnCenterX2
;
}
sal_uInt16
getCenterY2
()
const
{
return
mnCenterY2
;
}
sal_uInt16
getCenterY2
()
const
{
return
mnCenterY2
;
}
// #i53216# added CursorBlinkTime (in ms)
sal_uInt32
getBlinkTime
()
const
{
return
mnBlinkTime
;
}
// execute event from base class ::sdr::animation::Event. Default
// execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event.
// implementation does nothing and does not create a new event.
virtual
void
Trigger
(
sal_uInt32
nTime
)
SAL_OVERRIDE
;
virtual
void
Trigger
(
sal_uInt32
nTime
)
SAL_OVERRIDE
;
...
...
svx/inc/sdr/overlay/overlayrectangle.hxx
Dosyayı görüntüle @
b2f377d6
...
@@ -65,9 +65,6 @@ namespace sdr
...
@@ -65,9 +65,6 @@ namespace sdr
double
getDiscreteShrink
()
const
{
return
mfDiscreteShrink
;
}
double
getDiscreteShrink
()
const
{
return
mfDiscreteShrink
;
}
double
getRotation
()
const
{
return
mfRotation
;
}
double
getRotation
()
const
{
return
mfRotation
;
}
// added CursorBlinkTime (in ms)
sal_uInt32
getBlinkTime
()
const
{
return
mnBlinkTime
;
}
// execute event from base class ::sdr::animation::Event. Default
// execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event.
// implementation does nothing and does not create a new event.
virtual
void
Trigger
(
sal_uInt32
nTime
)
SAL_OVERRIDE
;
virtual
void
Trigger
(
sal_uInt32
nTime
)
SAL_OVERRIDE
;
...
...
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