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
3807fff9
Kaydet (Commit)
3807fff9
authored
Eyl 20, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/.../shtabdlg.hxx from String to OUString
Change-Id: If14242d10a417b692f39f093febcda803f08c008
üst
132731f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
shtabdlg.hxx
sc/source/ui/inc/shtabdlg.hxx
+3
-3
shtabdlg.cxx
sc/source/ui/miscdlgs/shtabdlg.cxx
+3
-3
No files found.
sc/source/ui/inc/shtabdlg.hxx
Dosyayı görüntüle @
3807fff9
...
...
@@ -44,14 +44,14 @@ public:
/** Sets dialog title, fixed text for listbox and help IDs. */
void
SetDescription
(
const
String
&
rTitle
,
const
String
&
rFixedText
,
const
OUString
&
rTitle
,
const
OU
String
&
rFixedText
,
const
OString
&
nDlgHelpId
,
const
OString
&
nLbHelpId
);
/** Inserts a string into the ListBox. */
void
Insert
(
const
String
&
rString
,
sal_Bool
bSelected
);
void
Insert
(
const
OU
String
&
rString
,
sal_Bool
bSelected
);
sal_uInt16
GetSelectEntryCount
()
const
;
String
GetSelectEntry
(
sal_uInt16
nPos
)
const
;
OUString
GetSelectEntry
(
sal_uInt16
nPos
)
const
;
sal_uInt16
GetSelectEntryPos
(
sal_uInt16
nPos
)
const
;
};
...
...
sc/source/ui/miscdlgs/shtabdlg.cxx
Dosyayı görüntüle @
3807fff9
...
...
@@ -51,7 +51,7 @@ ScShowTabDlg::ScShowTabDlg( Window* pParent ) :
//------------------------------------------------------------------------
void
ScShowTabDlg
::
SetDescription
(
const
String
&
rTitle
,
const
String
&
rFixedText
,
const
OUString
&
rTitle
,
const
OU
String
&
rFixedText
,
const
OString
&
rDlgHelpId
,
const
OString
&
sLbHelpId
)
{
SetText
(
rTitle
);
...
...
@@ -60,7 +60,7 @@ void ScShowTabDlg::SetDescription(
aLb
.
SetHelpId
(
sLbHelpId
);
}
void
ScShowTabDlg
::
Insert
(
const
String
&
rString
,
sal_Bool
bSelected
)
void
ScShowTabDlg
::
Insert
(
const
OU
String
&
rString
,
sal_Bool
bSelected
)
{
aLb
.
InsertEntry
(
rString
);
if
(
bSelected
)
...
...
@@ -74,7 +74,7 @@ sal_uInt16 ScShowTabDlg::GetSelectEntryCount() const
return
aLb
.
GetSelectEntryCount
();
}
String
ScShowTabDlg
::
GetSelectEntry
(
sal_uInt16
nPos
)
const
OU
String
ScShowTabDlg
::
GetSelectEntry
(
sal_uInt16
nPos
)
const
{
return
aLb
.
GetSelectEntry
(
nPos
);
}
...
...
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