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
aa2444c6
Kaydet (Commit)
aa2444c6
authored
Eyl 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
avmedia: sal_False/True -> false/true
Change-Id: I0ecd9e016ab0faa75a58796568d19fe91f6dccee
üst
b0bac593
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
mediaitem.cxx
avmedia/source/framework/mediaitem.cxx
+1
-1
player.mm
avmedia/source/quicktime/player.mm
+1
-1
mediawindow.cxx
avmedia/source/viewer/mediawindow.cxx
+2
-2
player.cxx
avmedia/source/win/player.cxx
+2
-2
No files found.
avmedia/source/framework/mediaitem.cxx
Dosyayı görüntüle @
aa2444c6
...
@@ -393,7 +393,7 @@ CreateStream(uno::Reference<embed::XStorage> const& xStorage,
...
@@ -393,7 +393,7 @@ CreateStream(uno::Reference<embed::XStorage> const& xStorage,
//but currently xmloff has this one hardcoded anyway...
//but currently xmloff has this one hardcoded anyway...
"application/vnd.sun.star.media"
)));
"application/vnd.sun.star.media"
)));
xStreamProps
->
setPropertyValue
(
// turn off compression
xStreamProps
->
setPropertyValue
(
// turn off compression
"Compressed"
,
uno
::
makeAny
(
sal_F
alse
));
"Compressed"
,
uno
::
makeAny
(
f
alse
));
}
}
return
xStream
;
return
xStream
;
}
}
...
...
avmedia/source/quicktime/player.mm
Dosyayı görüntüle @
aa2444c6
...
@@ -35,7 +35,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
...
@@ -35,7 +35,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
mxMgr( rxMgr ),
mxMgr( rxMgr ),
mpMovie( nil ),
mpMovie( nil ),
/* GST
/* GST
mbFakeVideo (
sal_F
alse ),
mbFakeVideo (
f
alse ),
*/
*/
mnUnmutedVolume( 0 ),
mnUnmutedVolume( 0 ),
mnStopTime( DBL_MAX ), //max double
mnStopTime( DBL_MAX ), //max double
...
...
avmedia/source/viewer/mediawindow.cxx
Dosyayı görüntüle @
aa2444c6
...
@@ -294,11 +294,11 @@ bool MediaWindow::executeMediaURLDialog(Window* /* pParent */,
...
@@ -294,11 +294,11 @@ bool MediaWindow::executeMediaURLDialog(Window* /* pParent */,
// for video link should be the default
// for video link should be the default
xCtrlAcc
->
setValue
(
xCtrlAcc
->
setValue
(
ui
::
dialogs
::
ExtendedFilePickerElementIds
::
CHECKBOX_LINK
,
0
,
ui
::
dialogs
::
ExtendedFilePickerElementIds
::
CHECKBOX_LINK
,
0
,
uno
::
makeAny
(
sal_T
rue
)
);
uno
::
makeAny
(
t
rue
)
);
// disabled for now: TODO: preview?
// disabled for now: TODO: preview?
xCtrlAcc
->
enableControl
(
xCtrlAcc
->
enableControl
(
ui
::
dialogs
::
ExtendedFilePickerElementIds
::
CHECKBOX_PREVIEW
,
ui
::
dialogs
::
ExtendedFilePickerElementIds
::
CHECKBOX_PREVIEW
,
sal_F
alse
);
f
alse
);
}
}
if
(
aDlg
.
Execute
()
==
ERRCODE_NONE
)
if
(
aDlg
.
Execute
()
==
ERRCODE_NONE
)
...
...
avmedia/source/win/player.cxx
Dosyayı görüntüle @
aa2444c6
...
@@ -97,7 +97,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
...
@@ -97,7 +97,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
mnFrameWnd
(
0
),
mnFrameWnd
(
0
),
mbMuted
(
false
),
mbMuted
(
false
),
mbLooping
(
false
),
mbLooping
(
false
),
mbAddWindow
(
sal_T
rue
)
mbAddWindow
(
t
rue
)
{
{
::
CoInitialize
(
NULL
);
::
CoInitialize
(
NULL
);
}
}
...
@@ -201,7 +201,7 @@ const IVideoWindow* Player::getVideoWindow() const
...
@@ -201,7 +201,7 @@ const IVideoWindow* Player::getVideoWindow() const
void
Player
::
setNotifyWnd
(
int
nNotifyWnd
)
void
Player
::
setNotifyWnd
(
int
nNotifyWnd
)
{
{
mbAddWindow
=
sal_F
alse
;
mbAddWindow
=
f
alse
;
if
(
mpME
)
if
(
mpME
)
mpME
->
SetNotifyWindow
(
(
OAHWND
)
nNotifyWnd
,
WM_GRAPHNOTIFY
,
reinterpret_cast
<
LONG_PTR
>
(
this
)
);
mpME
->
SetNotifyWindow
(
(
OAHWND
)
nNotifyWnd
,
WM_GRAPHNOTIFY
,
reinterpret_cast
<
LONG_PTR
>
(
this
)
);
}
}
...
...
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