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
4776da79
Kaydet (Commit)
4776da79
authored
Tem 01, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
avmedia: sal_Bool -> bool
Change-Id: Ief9b2cc517e9c0666e656737cee9a953c676a1d9
üst
4f90623d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
player.hxx
avmedia/source/quicktime/player.hxx
+2
-2
player.mm
avmedia/source/quicktime/player.mm
+1
-1
vlcwindow.cxx
avmedia/source/vlc/vlcwindow.cxx
+1
-1
No files found.
avmedia/source/quicktime/player.hxx
Dosyayı görüntüle @
4776da79
...
...
@@ -76,8 +76,8 @@ private:
float
mnUnmutedVolume
;
double
mnStopTime
;
sal_B
ool
mbMuted
;
sal_B
ool
mbInitialized
;
b
ool
mbMuted
;
b
ool
mbInitialized
;
oslCondition
maSizeCondition
;
};
...
...
avmedia/source/quicktime/player.mm
Dosyayı görüntüle @
4776da79
...
...
@@ -236,7 +236,7 @@ void SAL_CALL Player::setMute( sal_Bool bSet )
OSL_TRACE( "set mute: %d muted: %d unmuted volume: %lf", bSet, mbMuted, mnUnmutedVolume );
// change the volume to 0 or the unmuted volume
if( mpMovie && mbMuted != b
Set
)
if( mpMovie && mbMuted != b
ool(bSet)
)
{
[mpMovie setMuted: bSet ];
mbMuted = bSet;
...
...
avmedia/source/vlc/vlcwindow.cxx
Dosyayı görüntüle @
4776da79
...
...
@@ -34,7 +34,7 @@ void SAL_CALL VLCWindow::update() throw (css::uno::RuntimeException, std::except
sal_Bool
SAL_CALL
VLCWindow
::
setZoomLevel
(
css
::
media
::
ZoomLevel
eZoomLevel
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
sal_B
ool
bRet
=
false
;
b
ool
bRet
=
false
;
if
(
media
::
ZoomLevel_NOT_AVAILABLE
!=
meZoomLevel
&&
media
::
ZoomLevel_NOT_AVAILABLE
!=
eZoomLevel
)
...
...
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