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
cf0be7e6
Kaydet (Commit)
cf0be7e6
authored
Nis 25, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
VCL: Move constructors and destructors in outdev.hxx
Change-Id: I8b01cadcf18f980a16e81d565fd4785e338f90e0
üst
062e69f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
outdev.hxx
include/vcl/outdev.hxx
+9
-5
No files found.
include/vcl/outdev.hxx
Dosyayı görüntüle @
cf0be7e6
...
@@ -348,6 +348,15 @@ private:
...
@@ -348,6 +348,15 @@ private:
/** @name Initialization and accessor functions
/** @name Initialization and accessor functions
*/
*/
///@{
///@{
protected
:
OutputDevice
();
private
:
SAL_DLLPRIVATE
OutputDevice
(
const
OutputDevice
&
rOutDev
);
public
:
virtual
~
OutputDevice
();
public
:
public
:
/** Get the graphic context that the output device uses to draw on.
/** Get the graphic context that the output device uses to draw on.
...
@@ -554,8 +563,6 @@ public:
...
@@ -554,8 +563,6 @@ public:
///@}
///@}
protected
:
protected
:
OutputDevice
();
virtual
void
EmulateDrawTransparent
(
const
PolyPolygon
&
rPolyPoly
,
sal_uInt16
nTransparencePercent
);
virtual
void
EmulateDrawTransparent
(
const
PolyPolygon
&
rPolyPoly
,
sal_uInt16
nTransparencePercent
);
void
DrawInvisiblePolygon
(
const
PolyPolygon
&
rPolyPoly
);
void
DrawInvisiblePolygon
(
const
PolyPolygon
&
rPolyPoly
);
...
@@ -564,7 +571,6 @@ protected:
...
@@ -564,7 +571,6 @@ protected:
private
:
private
:
typedef
void
(
OutputDevice
::*
FontUpdateHandler_t
)(
bool
);
typedef
void
(
OutputDevice
::*
FontUpdateHandler_t
)(
bool
);
SAL_DLLPRIVATE
OutputDevice
(
const
OutputDevice
&
rOutDev
);
SAL_DLLPRIVATE
OutputDevice
&
operator
=
(
const
OutputDevice
&
rOutDev
);
SAL_DLLPRIVATE
OutputDevice
&
operator
=
(
const
OutputDevice
&
rOutDev
);
SAL_DLLPRIVATE
void
ImplClearFontData
(
bool
bNewFontLists
);
SAL_DLLPRIVATE
void
ImplClearFontData
(
bool
bNewFontLists
);
...
@@ -577,8 +583,6 @@ private:
...
@@ -577,8 +583,6 @@ private:
bool
DrawTransparentNatively
(
const
PolyPolygon
&
rPolyPoly
,
sal_uInt16
nTransparencePercent
);
bool
DrawTransparentNatively
(
const
PolyPolygon
&
rPolyPoly
,
sal_uInt16
nTransparencePercent
);
public
:
public
:
virtual
~
OutputDevice
();
OutDevType
GetOutDevType
()
const
{
return
meOutDevType
;
}
OutDevType
GetOutDevType
()
const
{
return
meOutDevType
;
}
/** Query an OutputDevice to see whether it supports a specific operation
/** Query an OutputDevice to see whether it supports a specific operation
...
...
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