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
cb045089
Kaydet (Commit)
cb045089
authored
Haz 12, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a default dummy implementation of SalVirtualDevice::SetSizeUsingBuffer()
Change-Id: Ib1d98173f2dd29a59ce49bbe93ff563d5bb913a0
üst
ff719cd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
salvd.hxx
vcl/inc/salvd.hxx
+5
-1
No files found.
vcl/inc/salvd.hxx
Dosyayı görüntüle @
cb045089
...
@@ -54,7 +54,11 @@ public: // public for Sal Implementation
...
@@ -54,7 +54,11 @@ public: // public for Sal Implementation
virtual
sal_Bool
SetSize
(
long
nNewDX
,
long
nNewDY
)
=
0
;
virtual
sal_Bool
SetSize
(
long
nNewDX
,
long
nNewDY
)
=
0
;
// Set new size using a buffer at the given address
// Set new size using a buffer at the given address
virtual
sal_Bool
SetSizeUsingBuffer
(
long
nNewDX
,
long
nNewDY
,
const
basebmp
::
RawMemorySharedArray
&
pBuffer
)
=
0
;
virtual
sal_Bool
SetSizeUsingBuffer
(
long
nNewDX
,
long
nNewDY
,
const
basebmp
::
RawMemorySharedArray
&
/* pBuffer */
)
{
// Only the headless virtual device has an implementation that uses pBuffer.
return
SetSize
(
nNewDX
,
nNewDY
);
}
/// Get actual VDev size in pixel
/// Get actual VDev size in pixel
virtual
void
GetSize
(
long
&
rWidth
,
long
&
rHeight
)
=
0
;
virtual
void
GetSize
(
long
&
rWidth
,
long
&
rHeight
)
=
0
;
...
...
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