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
67deb9f8
Kaydet (Commit)
67deb9f8
authored
Ock 11, 2015
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: reident ServerFontLayout class definition
Change-Id: I02c84b1cb6e38e93e268bb388aecca1594917400
üst
d3ec347c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
glyphcache.hxx
vcl/inc/generic/glyphcache.hxx
+18
-12
No files found.
vcl/inc/generic/glyphcache.hxx
Dosyayı görüntüle @
67deb9f8
...
@@ -49,6 +49,7 @@ class RawBitmap;
...
@@ -49,6 +49,7 @@ class RawBitmap;
class
ServerFont
;
class
ServerFont
;
class
ServerFontLayout
;
class
ServerFontLayout
;
class
ServerFontLayoutEngine
;
class
ServerFontLayoutEngine
;
namespace
basegfx
{
class
B2DPolyPolygon
;
}
namespace
basegfx
{
class
B2DPolyPolygon
;
}
namespace
vcl
{
struct
FontCapabilities
;
}
namespace
vcl
{
struct
FontCapabilities
;
}
...
@@ -286,23 +287,28 @@ private:
...
@@ -286,23 +287,28 @@ private:
class
VCL_DLLPUBLIC
ServerFontLayout
:
public
GenericSalLayout
class
VCL_DLLPUBLIC
ServerFontLayout
:
public
GenericSalLayout
{
{
public
:
ServerFontLayout
(
ServerFont
&
);
virtual
bool
LayoutText
(
ImplLayoutArgs
&
)
SAL_OVERRIDE
;
virtual
void
AdjustLayout
(
ImplLayoutArgs
&
)
SAL_OVERRIDE
;
virtual
void
DrawText
(
SalGraphics
&
)
const
SAL_OVERRIDE
;
void
setNeedFallback
(
ImplLayoutArgs
&
rArgs
,
sal_Int32
nIndex
,
bool
bRightToLeft
);
ServerFont
&
GetServerFont
()
const
{
return
mrServerFont
;
}
private
:
private
:
ServerFont
&
mrServerFont
;
ServerFont
&
mrServerFont
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
i18n
::
XBreakIterator
>
mxBreak
;
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
i18n
::
XBreakIterator
>
mxBreak
;
// enforce proper copy semantic
// enforce proper copy semantic
SAL_DLLPRIVATE
ServerFontLayout
(
const
ServerFontLayout
&
);
SAL_DLLPRIVATE
ServerFontLayout
(
const
ServerFontLayout
&
);
SAL_DLLPRIVATE
ServerFontLayout
&
operator
=
(
const
ServerFontLayout
&
);
SAL_DLLPRIVATE
ServerFontLayout
&
operator
=
(
const
ServerFontLayout
&
);
public
:
ServerFontLayout
(
ServerFont
&
);
virtual
bool
LayoutText
(
ImplLayoutArgs
&
)
SAL_OVERRIDE
;
virtual
void
AdjustLayout
(
ImplLayoutArgs
&
)
SAL_OVERRIDE
;
virtual
void
DrawText
(
SalGraphics
&
)
const
SAL_OVERRIDE
;
void
setNeedFallback
(
ImplLayoutArgs
&
rArgs
,
sal_Int32
nIndex
,
bool
bRightToLeft
);
ServerFont
&
GetServerFont
()
const
{
return
mrServerFont
;
}
};
};
class
ServerFontLayoutEngine
class
ServerFontLayoutEngine
...
...
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