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
d5af3968
Kaydet (Commit)
d5af3968
authored
Tem 24, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert XubString to OUString
Change-Id: I55e676ea50c661aca0e0b33b6a32d513f9e6b0ac
üst
1543cf5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
hangulhanjadlg.cxx
cui/source/dialogs/hangulhanjadlg.cxx
+3
-3
hangulhanjadlg.hxx
cui/source/inc/hangulhanjadlg.hxx
+3
-3
No files found.
cui/source/dialogs/hangulhanjadlg.cxx
Dosyayı görüntüle @
d5af3968
...
@@ -464,7 +464,7 @@ namespace svx
...
@@ -464,7 +464,7 @@ namespace svx
m_aListBox
.
Clear
();
m_aListBox
.
Clear
();
m_aValueSet
.
Clear
();
m_aValueSet
.
Clear
();
}
}
void
SuggestionDisplay
::
InsertEntry
(
const
Xub
String
&
rStr
)
void
SuggestionDisplay
::
InsertEntry
(
const
OU
String
&
rStr
)
{
{
sal_uInt16
nItemId
=
m_aListBox
.
InsertEntry
(
rStr
)
+
1
;
//itemid == pos+1 (id 0 has special meaning)
sal_uInt16
nItemId
=
m_aListBox
.
InsertEntry
(
rStr
)
+
1
;
//itemid == pos+1 (id 0 has special meaning)
m_aValueSet
.
InsertItem
(
nItemId
);
m_aValueSet
.
InsertItem
(
nItemId
);
...
@@ -480,11 +480,11 @@ namespace svx
...
@@ -480,11 +480,11 @@ namespace svx
{
{
return
m_aListBox
.
GetEntryCount
();
return
m_aListBox
.
GetEntryCount
();
}
}
Xub
String
SuggestionDisplay
::
GetEntry
(
sal_uInt16
nPos
)
const
OU
String
SuggestionDisplay
::
GetEntry
(
sal_uInt16
nPos
)
const
{
{
return
m_aListBox
.
GetEntry
(
nPos
);
return
m_aListBox
.
GetEntry
(
nPos
);
}
}
Xub
String
SuggestionDisplay
::
GetSelectEntry
()
const
OU
String
SuggestionDisplay
::
GetSelectEntry
()
const
{
{
return
m_aListBox
.
GetSelectEntry
();
return
m_aListBox
.
GetSelectEntry
();
}
}
...
...
cui/source/inc/hangulhanjadlg.hxx
Dosyayı görüntüle @
d5af3968
...
@@ -66,13 +66,13 @@ namespace svx
...
@@ -66,13 +66,13 @@ namespace svx
void
SetSelectHdl
(
const
Link
&
rLink
);
void
SetSelectHdl
(
const
Link
&
rLink
);
void
Clear
();
void
Clear
();
void
InsertEntry
(
const
Xub
String
&
rStr
);
void
InsertEntry
(
const
OU
String
&
rStr
);
void
SelectEntryPos
(
sal_uInt16
nPos
);
void
SelectEntryPos
(
sal_uInt16
nPos
);
sal_uInt16
GetEntryCount
()
const
;
sal_uInt16
GetEntryCount
()
const
;
Xub
String
GetEntry
(
sal_uInt16
nPos
)
const
;
OU
String
GetEntry
(
sal_uInt16
nPos
)
const
;
Xub
String
GetSelectEntry
()
const
;
OU
String
GetSelectEntry
()
const
;
virtual
void
StateChanged
(
StateChangedType
nStateChange
);
virtual
void
StateChanged
(
StateChangedType
nStateChange
);
...
...
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