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
b572cb94
Kaydet (Commit)
b572cb94
authored
Nis 27, 2015
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mark them as static
Change-Id: I7c62cce3708e52ca9af1731f453bbe8410b6f771
üst
e695f645
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
node.cxx
starmath/source/node.cxx
+2
-2
No files found.
starmath/source/node.cxx
Dosyayı görüntüle @
b572cb94
...
@@ -2960,8 +2960,8 @@ void SmSpecialNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell
...
@@ -2960,8 +2960,8 @@ void SmSpecialNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell
const
OUString
&
rTmp
(
GetText
());
const
OUString
&
rTmp
(
GetText
());
if
(
rTmp
.
isEmpty
())
if
(
rTmp
.
isEmpty
())
{
{
const
sal_Unicode
cUppercaseAlpha
=
0x0391
;
static
const
sal_Unicode
cUppercaseAlpha
=
0x0391
;
const
sal_Unicode
cUppercaseOmega
=
0x03A9
;
static
const
sal_Unicode
cUppercaseOmega
=
0x03A9
;
sal_Unicode
cChar
=
rTmp
[
0
];
sal_Unicode
cChar
=
rTmp
[
0
];
// uppercase letters should be straight and lowercase letters italic
// uppercase letters should be straight and lowercase letters italic
bItalic
=
!
(
cUppercaseAlpha
<=
cChar
&&
cChar
<=
cUppercaseOmega
);
bItalic
=
!
(
cUppercaseAlpha
<=
cChar
&&
cChar
<=
cUppercaseOmega
);
...
...
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