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
27842247
Kaydet (Commit)
27842247
authored
Şub 26, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
editeng: sal_Bool->bool
Change-Id: Iede0a8ea3e28d1a77069e61c5a9b9d5bccc69adb
üst
706fee2f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
svxfont.cxx
editeng/source/items/svxfont.cxx
+1
-1
svxfont.hxx
include/editeng/svxfont.hxx
+5
-5
No files found.
editeng/source/items/svxfont.cxx
Dosyayı görüntüle @
27842247
...
...
@@ -59,7 +59,7 @@ SvxFont::SvxFont( const SvxFont &rFont )
}
void
SvxFont
::
DrawArrow
(
OutputDevice
&
rOut
,
const
Rectangle
&
rRect
,
const
Size
&
rSize
,
const
Color
&
rCol
,
sal_B
ool
bLeft
)
const
Size
&
rSize
,
const
Color
&
rCol
,
b
ool
bLeft
)
{
long
nLeft
=
(
rRect
.
Left
()
+
rRect
.
Right
()
-
rSize
.
Width
()
)
/
2
;
long
nRight
=
nLeft
+
rSize
.
Width
();
...
...
include/editeng/svxfont.hxx
Dosyayı görüntüle @
27842247
...
...
@@ -65,10 +65,10 @@ public:
inline
void
SetCaseMap
(
const
SvxCaseMap
eNew
)
{
eCaseMap
=
eNew
;
}
// Is-Methods:
inline
sal_B
ool
IsCaseMap
()
const
{
return
SVX_CASEMAP_NOT_MAPPED
!=
eCaseMap
;
}
inline
sal_B
ool
IsCapital
()
const
{
return
SVX_CASEMAP_KAPITAELCHEN
==
eCaseMap
;
}
inline
sal_B
ool
IsKern
()
const
{
return
0
!=
nKern
;
}
inline
sal_B
ool
IsEsc
()
const
{
return
0
!=
nEsc
;
}
inline
b
ool
IsCaseMap
()
const
{
return
SVX_CASEMAP_NOT_MAPPED
!=
eCaseMap
;
}
inline
b
ool
IsCapital
()
const
{
return
SVX_CASEMAP_KAPITAELCHEN
==
eCaseMap
;
}
inline
b
ool
IsKern
()
const
{
return
0
!=
nKern
;
}
inline
b
ool
IsEsc
()
const
{
return
0
!=
nEsc
;
}
// Consider Upper case, Lower case letters etc.
OUString
CalcCaseMap
(
const
OUString
&
rTxt
)
const
;
...
...
@@ -103,7 +103,7 @@ public:
const
sal_Int32
nIdx
=
0
,
const
sal_Int32
nLen
=
SAL_MAX_INT32
)
const
;
static
void
DrawArrow
(
OutputDevice
&
rOut
,
const
Rectangle
&
rRect
,
const
Size
&
rSize
,
const
Color
&
rCol
,
sal_B
ool
bLeft
);
const
Size
&
rSize
,
const
Color
&
rCol
,
b
ool
bLeft
);
SvxFont
&
operator
=
(
const
SvxFont
&
rFont
);
SvxFont
&
operator
=
(
const
Font
&
rFont
);
};
...
...
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