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
2e06478b
Kaydet (Commit)
2e06478b
authored
Agu 30, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/ucsubset.hxx from String to OUString
Change-Id: I753ad5392cc558d3451abf9b0798591caf093ade
üst
4ff10059
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ucsubset.hxx
include/svx/ucsubset.hxx
+3
-3
No files found.
include/svx/ucsubset.hxx
Dosyayı görüntüle @
2e06478b
...
@@ -36,7 +36,7 @@ class FontCharMap;
...
@@ -36,7 +36,7 @@ class FontCharMap;
class
Subset
class
Subset
{
{
public
:
public
:
Subset
(
sal_UCS4
nMin
,
sal_UCS4
nMax
,
const
String
&
aName
)
Subset
(
sal_UCS4
nMin
,
sal_UCS4
nMax
,
const
OU
String
&
aName
)
:
mnRangeMin
(
nMin
),
mnRangeMax
(
nMax
),
maRangeName
(
aName
)
:
mnRangeMin
(
nMin
),
mnRangeMax
(
nMax
),
maRangeName
(
aName
)
{}
{}
...
@@ -44,12 +44,12 @@ public:
...
@@ -44,12 +44,12 @@ public:
sal_UCS4
GetRangeMin
()
const
{
return
mnRangeMin
;}
sal_UCS4
GetRangeMin
()
const
{
return
mnRangeMin
;}
sal_UCS4
GetRangeMax
()
const
{
return
mnRangeMax
;}
sal_UCS4
GetRangeMax
()
const
{
return
mnRangeMax
;}
const
String
GetName
()
const
{
return
maRangeName
;}
const
OUString
GetName
()
const
{
return
maRangeName
;}
private
:
private
:
sal_UCS4
mnRangeMin
;
sal_UCS4
mnRangeMin
;
sal_UCS4
mnRangeMax
;
sal_UCS4
mnRangeMax
;
String
maRangeName
;
OUString
maRangeName
;
};
};
inline
bool
operator
<
(
const
Subset
&
rLHS
,
const
Subset
&
rRHS
)
inline
bool
operator
<
(
const
Subset
&
rLHS
,
const
Subset
&
rRHS
)
...
...
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