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
9c8d3789
Kaydet (Commit)
9c8d3789
authored
Eki 27, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove ItalicMatrix into delivered header
üst
3b74ade0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
+16
-17
outfont.hxx
vcl/inc/outfont.hxx
+0
-16
fontmanager.hxx
vcl/inc/vcl/fontmanager.hxx
+0
-1
vclenum.hxx
vcl/inc/vcl/vclenum.hxx
+16
-0
No files found.
vcl/inc/outfont.hxx
Dosyayı görüntüle @
9c8d3789
...
@@ -156,22 +156,6 @@ friend class ImplDevFontListData;
...
@@ -156,22 +156,6 @@ friend class ImplDevFontListData;
// - ImplFontSelectData -
// - ImplFontSelectData -
// ----------------------
// ----------------------
struct
ItalicMatrix
{
double
xx
,
xy
,
yx
,
yy
;
ItalicMatrix
()
:
xx
(
1
),
xy
(
0
),
yx
(
0
),
yy
(
1
)
{}
};
inline
bool
operator
==
(
const
ItalicMatrix
&
a
,
const
ItalicMatrix
&
b
)
{
return
a
.
xx
==
b
.
xx
&&
a
.
xy
==
b
.
xy
&&
a
.
yx
==
b
.
yx
&&
a
.
yy
==
b
.
yy
;
}
inline
bool
operator
!=
(
const
ItalicMatrix
&
a
,
const
ItalicMatrix
&
b
)
{
return
a
.
xx
!=
b
.
xx
||
a
.
xy
!=
b
.
xy
||
a
.
yx
!=
b
.
yx
||
a
.
yy
!=
b
.
yy
;
}
class
ImplFontSelectData
:
public
ImplFontAttributes
class
ImplFontSelectData
:
public
ImplFontAttributes
{
{
public
:
public
:
...
...
vcl/inc/vcl/fontmanager.hxx
Dosyayı görüntüle @
9c8d3789
...
@@ -37,7 +37,6 @@
...
@@ -37,7 +37,6 @@
#include "vcl/dllapi.h"
#include "vcl/dllapi.h"
#include "vcl/helper.hxx"
#include "vcl/helper.hxx"
#include "vcl/vclenum.hxx"
#include "vcl/vclenum.hxx"
#include "outfont.hxx"
#include "com/sun/star/lang/Locale.hpp"
#include "com/sun/star/lang/Locale.hpp"
#include <vector>
#include <vector>
...
...
vcl/inc/vcl/vclenum.hxx
Dosyayı görüntüle @
9c8d3789
...
@@ -190,6 +190,22 @@ enum OutDevSupportType { OutDevSupport_TransparentRect, OutDevSupport_B2DClip, O
...
@@ -190,6 +190,22 @@ enum OutDevSupportType { OutDevSupport_TransparentRect, OutDevSupport_B2DClip, O
#endif
#endif
struct
ItalicMatrix
{
double
xx
,
xy
,
yx
,
yy
;
ItalicMatrix
()
:
xx
(
1
),
xy
(
0
),
yx
(
0
),
yy
(
1
)
{}
};
inline
bool
operator
==
(
const
ItalicMatrix
&
a
,
const
ItalicMatrix
&
b
)
{
return
a
.
xx
==
b
.
xx
&&
a
.
xy
==
b
.
xy
&&
a
.
yx
==
b
.
yx
&&
a
.
yy
==
b
.
yy
;
}
inline
bool
operator
!=
(
const
ItalicMatrix
&
a
,
const
ItalicMatrix
&
b
)
{
return
a
.
xx
!=
b
.
xx
||
a
.
xy
!=
b
.
xy
||
a
.
yx
!=
b
.
yx
||
a
.
yy
!=
b
.
yy
;
}
#endif // _VCL_VCLENUM_HXX
#endif // _VCL_VCLENUM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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