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
10cbf483
Kaydet (Commit)
10cbf483
authored
Eyl 03, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/checklbx.hxx from String to OUString
Change-Id: If632dc3e2fc13379ab3f2bb3f63f1e48a5119a57
üst
1647a569
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
checklbx.hxx
include/svx/checklbx.hxx
+4
-4
checklbx.cxx
svx/source/dialog/checklbx.cxx
+2
-2
No files found.
include/svx/checklbx.hxx
Dosyayı görüntüle @
10cbf483
...
@@ -58,12 +58,12 @@ public:
...
@@ -58,12 +58,12 @@ public:
void
RemoveEntry
(
sal_uInt16
nPos
);
void
RemoveEntry
(
sal_uInt16
nPos
);
void
SelectEntryPos
(
sal_uInt16
nPos
,
sal_Bool
bSelect
=
sal_True
);
void
SelectEntryPos
(
sal_uInt16
nPos
,
sal_Bool
bSelect
=
sal_True
);
sal_uInt16
GetSelectEntryPos
()
const
;
sal_uInt16
GetSelectEntryPos
()
const
;
String
GetText
(
sal_uInt16
nPos
)
const
;
OUString
GetText
(
sal_uInt16
nPos
)
const
;
sal_uInt16
GetCheckedEntryCount
()
const
;
sal_uInt16
GetCheckedEntryCount
()
const
;
void
CheckEntryPos
(
sal_uInt16
nPos
,
sal_Bool
bCheck
=
sal_True
);
void
CheckEntryPos
(
sal_uInt16
nPos
,
sal_Bool
bCheck
=
sal_True
);
sal_Bool
IsChecked
(
sal_uInt16
nPos
)
const
;
sal_Bool
IsChecked
(
sal_uInt16
nPos
)
const
;
void
ToggleCheckButton
(
SvTreeListEntry
*
pEntry
);
void
ToggleCheckButton
(
SvTreeListEntry
*
pEntry
);
void
*
SetEntryData
(
sal_uInt16
nPos
,
void
*
pNewData
);
void
*
SetEntryData
(
sal_uInt16
nPos
,
void
*
pNewData
);
...
...
svx/source/dialog/checklbx.cxx
Dosyayı görüntüle @
10cbf483
...
@@ -122,13 +122,13 @@ sal_uInt16 SvxCheckListBox::GetSelectEntryPos() const
...
@@ -122,13 +122,13 @@ sal_uInt16 SvxCheckListBox::GetSelectEntryPos() const
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
String
SvxCheckListBox
::
GetText
(
sal_uInt16
nPos
)
const
OU
String
SvxCheckListBox
::
GetText
(
sal_uInt16
nPos
)
const
{
{
SvTreeListEntry
*
pEntry
=
GetEntry
(
nPos
);
SvTreeListEntry
*
pEntry
=
GetEntry
(
nPos
);
if
(
pEntry
)
if
(
pEntry
)
return
GetEntryText
(
pEntry
);
return
GetEntryText
(
pEntry
);
return
String
();
return
OU
String
();
}
}
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
...
...
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