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
02dcdb10
Kaydet (Commit)
02dcdb10
authored
May 21, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Log also the size
Change-Id: I391fbc092b05600b0a4c2107e3934e1fb7334554
üst
e2565690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
font.hxx
include/vcl/font.hxx
+1
-1
metric.hxx
include/vcl/metric.hxx
+1
-1
No files found.
include/vcl/font.hxx
Dosyayı görüntüle @
02dcdb10
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <vcl/dllapi.h>
#include <vcl/dllapi.h>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <tools/color.hxx>
#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <vcl/vclenum.hxx>
#include <vcl/vclenum.hxx>
#include <vcl/fntstyle.hxx>
#include <vcl/fntstyle.hxx>
...
@@ -33,7 +34,6 @@ class SvStream;
...
@@ -33,7 +34,6 @@ class SvStream;
class
Impl_Font
;
class
Impl_Font
;
class
ImplFontAttributes
;
class
ImplFontAttributes
;
class
Size
;
class
VCL_DLLPUBLIC
Font
class
VCL_DLLPUBLIC
Font
{
{
...
...
include/vcl/metric.hxx
Dosyayı görüntüle @
02dcdb10
...
@@ -76,13 +76,13 @@ public:
...
@@ -76,13 +76,13 @@ public:
{
return
!
operator
==
(
rMetric
);
}
{
return
!
operator
==
(
rMetric
);
}
};
};
template
<
typename
charT
,
typename
traits
>
template
<
typename
charT
,
typename
traits
>
inline
std
::
basic_ostream
<
charT
,
traits
>
&
operator
<<
(
inline
std
::
basic_ostream
<
charT
,
traits
>
&
operator
<<
(
std
::
basic_ostream
<
charT
,
traits
>
&
stream
,
const
FontMetric
&
rMetric
)
std
::
basic_ostream
<
charT
,
traits
>
&
stream
,
const
FontMetric
&
rMetric
)
{
{
stream
<<
"{"
stream
<<
"{"
<<
"name="
<<
"
\"
"
<<
rMetric
.
GetName
()
<<
"
\"
"
<<
"name="
<<
"
\"
"
<<
rMetric
.
GetName
()
<<
"
\"
"
<<
",size=("
<<
rMetric
.
GetSize
().
Width
()
<<
","
<<
rMetric
.
GetSize
().
Height
()
<<
")"
<<
",ascent="
<<
rMetric
.
GetAscent
()
<<
",ascent="
<<
rMetric
.
GetAscent
()
<<
",descent="
<<
rMetric
.
GetDescent
()
<<
",descent="
<<
rMetric
.
GetDescent
()
<<
",intLeading="
<<
rMetric
.
GetIntLeading
()
<<
",intLeading="
<<
rMetric
.
GetIntLeading
()
...
...
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