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
bcc3e0e7
Kaydet (Commit)
bcc3e0e7
authored
Nis 25, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: drop unused hasPreferredSize
üst
4efd4196
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
16 deletions
+0
-16
mediawindow.hxx
avmedia/inc/avmedia/mediawindow.hxx
+0
-1
mediawindow.cxx
avmedia/source/viewer/mediawindow.cxx
+0
-7
mediawindowbase_impl.cxx
avmedia/source/viewer/mediawindowbase_impl.cxx
+0
-7
mediawindowbase_impl.hxx
avmedia/source/viewer/mediawindowbase_impl.hxx
+0
-1
No files found.
avmedia/inc/avmedia/mediawindow.hxx
Dosyayı görüntüle @
bcc3e0e7
...
...
@@ -83,7 +83,6 @@ namespace avmedia
const
::
rtl
::
OUString
&
getURL
()
const
;
bool
isValid
()
const
;
bool
hasPreferredSize
()
const
;
Size
getPreferredSize
()
const
;
Window
*
getWindow
()
const
;
...
...
avmedia/source/viewer/mediawindow.cxx
Dosyayı görüntüle @
bcc3e0e7
...
...
@@ -148,13 +148,6 @@ void MediaWindow::StartDrag( sal_Int8 /* nAction */, const Point& /* rPosPixel *
// -------------------------------------------------------------------------
bool
MediaWindow
::
hasPreferredSize
()
const
{
return
(
mpImpl
!=
NULL
&&
mpImpl
->
hasPreferredSize
()
);
}
// -------------------------------------------------------------------------
Size
MediaWindow
::
getPreferredSize
()
const
{
return
mpImpl
->
getPreferredSize
();
...
...
avmedia/source/viewer/mediawindowbase_impl.cxx
Dosyayı görüntüle @
bcc3e0e7
...
...
@@ -217,13 +217,6 @@ void MediaWindowBaseImpl::cleanUp()
// ---------------------------------------------------------------------
bool
MediaWindowBaseImpl
::
hasPreferredSize
()
const
{
return
(
mxPlayerWindow
.
is
()
);
}
// ---------------------------------------------------------------------
Size
MediaWindowBaseImpl
::
getPreferredSize
()
const
{
Size
aRet
;
...
...
avmedia/source/viewer/mediawindowbase_impl.hxx
Dosyayı görüntüle @
bcc3e0e7
...
...
@@ -72,7 +72,6 @@ namespace avmedia
bool
isValid
()
const
;
bool
hasPreferredSize
()
const
;
Size
getPreferredSize
()
const
;
bool
setZoom
(
::
com
::
sun
::
star
::
media
::
ZoomLevel
eLevel
);
...
...
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