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
dfb73ede
Kaydet (Commit)
dfb73ede
authored
Ock 02, 2016
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: indent cleanup for outfont.hxx
Change-Id: Ia35f2ec1b27373243736172f1d91c03bb2622c64
üst
59cf4500
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
outfont.hxx
vcl/inc/outfont.hxx
+8
-5
No files found.
vcl/inc/outfont.hxx
Dosyayı görüntüle @
dfb73ede
...
...
@@ -168,6 +168,7 @@ public:
public
:
// TODO: change to private
const
PhysicalFontFace
*
mpFontData
;
// a matching PhysicalFontFace object
ImplFontEntry
*
mpFontEntry
;
// pointer to the resulting FontCache entry
void
copyAttributes
(
const
FontSelectPatternAttributes
&
rAttributes
);
};
...
...
@@ -177,6 +178,7 @@ class ImplFontMetricData : public ImplFontAttributes
{
public
:
explicit
ImplFontMetricData
(
const
FontSelectPattern
&
);
void
ImplInitTextLineSize
(
const
OutputDevice
*
pDev
);
void
ImplInitAboveTextLineSize
();
...
...
@@ -246,6 +248,7 @@ public: // TODO: make data members private
FontSelectPattern
maFontSelData
;
// FontSelectionData
ImplFontMetricData
maMetric
;
// Font Metric
const
ConvertChar
*
mpConversion
;
// used e.g. for StarBats->StarSymbol
long
mnLineHeight
;
sal_uLong
mnRefCount
;
sal_uInt16
mnSetFontFlags
;
// Flags returned by SalGraphics::SetFont()
...
...
@@ -296,11 +299,6 @@ public:
class
ImplMultiTextLineInfo
{
private
:
ImplTextLineInfo
**
mpLines
;
sal_Int32
mnLines
;
sal_Int32
mnSize
;
public
:
ImplMultiTextLineInfo
();
~
ImplMultiTextLineInfo
();
...
...
@@ -315,6 +313,11 @@ public:
private
:
ImplMultiTextLineInfo
(
const
ImplMultiTextLineInfo
&
)
=
delete
;
ImplMultiTextLineInfo
&
operator
=
(
const
ImplMultiTextLineInfo
&
)
=
delete
;
ImplTextLineInfo
**
mpLines
;
sal_Int32
mnLines
;
sal_Int32
mnSize
;
};
#endif // INCLUDED_VCL_INC_OUTFONT_HXX
...
...
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