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
71746834
Kaydet (Commit)
71746834
authored
Şub 18, 2012
tarafından
elbarto
Kaydeden (comit)
Michael Meeks
Şub 18, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused code from avmedia.
üst
1994b8c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
30 deletions
+0
-30
mediawindowbase_impl.cxx
avmedia/source/viewer/mediawindowbase_impl.cxx
+0
-23
mediawindowbase_impl.hxx
avmedia/source/viewer/mediawindowbase_impl.hxx
+0
-4
unusedcode.easy
unusedcode.easy
+0
-3
No files found.
avmedia/source/viewer/mediawindowbase_impl.cxx
Dosyayı görüntüle @
71746834
...
@@ -299,29 +299,6 @@ double MediaWindowBaseImpl::getMediaTime() const
...
@@ -299,29 +299,6 @@ double MediaWindowBaseImpl::getMediaTime() const
// ---------------------------------------------------------------------
// ---------------------------------------------------------------------
void
MediaWindowBaseImpl
::
setStopTime
(
double
fTime
)
{
if
(
mxPlayer
.
is
()
)
mxPlayer
->
setStopTime
(
fTime
);
}
// ---------------------------------------------------------------------
double
MediaWindowBaseImpl
::
getStopTime
()
const
{
return
(
mxPlayer
.
is
()
?
mxPlayer
->
getStopTime
()
:
0.0
);
}
// ---------------------------------------------------------------------
void
MediaWindowBaseImpl
::
setRate
(
double
fRate
)
{
if
(
mxPlayer
.
is
()
)
mxPlayer
->
setRate
(
fRate
);
}
// ---------------------------------------------------------------------
double
MediaWindowBaseImpl
::
getRate
()
const
double
MediaWindowBaseImpl
::
getRate
()
const
{
{
return
(
mxPlayer
.
is
()
?
mxPlayer
->
getRate
()
:
0.0
);
return
(
mxPlayer
.
is
()
?
mxPlayer
->
getRate
()
:
0.0
);
...
...
avmedia/source/viewer/mediawindowbase_impl.hxx
Dosyayı görüntüle @
71746834
...
@@ -88,10 +88,6 @@ namespace avmedia
...
@@ -88,10 +88,6 @@ namespace avmedia
void
setMediaTime
(
double
fTime
);
void
setMediaTime
(
double
fTime
);
double
getMediaTime
()
const
;
double
getMediaTime
()
const
;
void
setStopTime
(
double
fTime
);
double
getStopTime
()
const
;
void
setRate
(
double
fRate
);
double
getRate
()
const
;
double
getRate
()
const
;
void
setPlaybackLoop
(
bool
bSet
);
void
setPlaybackLoop
(
bool
bSet
);
...
...
unusedcode.easy
Dosyayı görüntüle @
71746834
...
@@ -630,9 +630,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
...
@@ -630,9 +630,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*)
avmedia::priv::MediaWindowBaseImpl::getStopTime() const
avmedia::priv::MediaWindowBaseImpl::setRate(double)
avmedia::priv::MediaWindowBaseImpl::setStopTime(double)
basebmp::BitmapDevice::setDamageTracker(boost::shared_ptr<basebmp::IBitmapDeviceDamageTracker> const&)
basebmp::BitmapDevice::setDamageTracker(boost::shared_ptr<basebmp::IBitmapDeviceDamageTracker> const&)
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
basegfx::computeSetDifference(std::__debug::vector<basegfx::B2IBox, std::allocator<basegfx::B2IBox> >&, basegfx::B2IBox const&, basegfx::B2IBox const&)
basegfx::computeSetDifference(std::__debug::vector<basegfx::B2IBox, std::allocator<basegfx::B2IBox> >&, basegfx::B2IBox const&, basegfx::B2IBox const&)
...
...
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