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
e1019ecb
Kaydet (Commit)
e1019ecb
authored
Nis 17, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Windows compilation fix in DX canvas.
Change-Id: I835b0d073885a452fc1031892ad2e59d8670cfac
üst
62532bf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
dx_devicehelper.cxx
canvas/source/directx/dx_devicehelper.cxx
+5
-1
dx_devicehelper.hxx
canvas/source/directx/dx_devicehelper.hxx
+2
-1
No files found.
canvas/source/directx/dx_devicehelper.cxx
Dosyayı görüntüle @
e1019ecb
...
...
@@ -52,6 +52,10 @@ namespace dxcanvas
{
}
DeviceHelper
::~
DeviceHelper
()
{
}
void
DeviceHelper
::
init
(
HDC
hdc
,
OutputDevice
*
pOutDev
,
rendering
::
XGraphicDevice
&
rDevice
)
{
...
...
@@ -191,7 +195,7 @@ namespace dxcanvas
uno
::
Any
DeviceHelper
::
getDeviceHandle
()
const
{
return
uno
::
makeAny
(
reinterpret_cast
<
sal_Int64
>
(
mpOutDev
)
);
return
uno
::
makeAny
(
reinterpret_cast
<
sal_Int64
>
(
mpOutDev
.
get
()
)
);
}
uno
::
Any
DeviceHelper
::
getSurfaceHandle
()
const
...
...
canvas/source/directx/dx_devicehelper.hxx
Dosyayı görüntüle @
e1019ecb
...
...
@@ -28,7 +28,7 @@
#include "dx_bitmap.hxx"
#include <canvas/rendering/isurfaceproxymanager.hxx>
#include <vcl/
outdev
.hxx>
#include <vcl/
vclptr
.hxx>
#include <boost/utility.hpp>
class
OutputDevice
;
...
...
@@ -40,6 +40,7 @@ namespace dxcanvas
{
public
:
DeviceHelper
();
~
DeviceHelper
();
/** Init the device helper
...
...
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