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
03d4d4b3
Kaydet (Commit)
03d4d4b3
authored
Haz 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun
Change-Id: I2afc1cd5ed813f768f06ad0db651fb9e8e81d844
üst
6bd609d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
graphite_layout.cxx
vcl/source/glyphs/graphite_layout.cxx
+0
-10
No files found.
vcl/source/glyphs/graphite_layout.cxx
Dosyayı görüntüle @
03d4d4b3
...
@@ -95,16 +95,6 @@ namespace
...
@@ -95,16 +95,6 @@ namespace
return
!
(
b
>
i
)
&&
i
<
e
;
return
!
(
b
>
i
)
&&
i
<
e
;
}
}
template
<
typename
T
>
inline
bool
is_subrange
(
const
T
sb
,
const
T
se
,
const
T
b
,
const
T
e
)
{
return
!
(
b
>
sb
||
se
>
e
);
}
template
<
typename
T
>
inline
bool
is_subrange
(
const
std
::
pair
<
T
,
T
>
&
s
,
const
T
b
,
const
T
e
)
{
return
is_subrange
(
s
.
first
,
s
.
second
,
b
,
e
);
}
int
findSameDirLimit
(
const
sal_Unicode
*
buffer
,
int
charCount
,
bool
rtl
)
int
findSameDirLimit
(
const
sal_Unicode
*
buffer
,
int
charCount
,
bool
rtl
)
{
{
UErrorCode
status
=
U_ZERO_ERROR
;
UErrorCode
status
=
U_ZERO_ERROR
;
...
...
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