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
9ed124ca
Kaydet (Commit)
9ed124ca
authored
Eyl 26, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/source/ui/inc/r*.hxx from String to OUString
Change-Id: I5456c0b79cf7b9c4e548911c21004ab29eb00ff3
üst
50977e5a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
rfindlst.cxx
sc/source/ui/app/rfindlst.cxx
+1
-1
retypepassdlg.hxx
sc/source/ui/inc/retypepassdlg.hxx
+6
-6
rfindlst.hxx
sc/source/ui/inc/rfindlst.hxx
+3
-3
retypepassdlg.cxx
sc/source/ui/miscdlgs/retypepassdlg.cxx
+1
-1
No files found.
sc/source/ui/app/rfindlst.cxx
Dosyayı görüntüle @
9ed124ca
...
...
@@ -29,7 +29,7 @@ static const ColorData aColNames[SC_RANGECOLORS] =
//==================================================================
ScRangeFindList
::
ScRangeFindList
(
const
String
&
rName
)
:
ScRangeFindList
::
ScRangeFindList
(
const
OU
String
&
rName
)
:
aDocName
(
rName
),
bHidden
(
false
)
{
...
...
sc/source/ui/inc/retypepassdlg.hxx
Dosyayı görüntüle @
9ed124ca
...
...
@@ -98,11 +98,11 @@ private:
ScrollBar
maScrollBar
;
String
maTextNotProtected
;
String
maTextNotPassProtected
;
String
maTextHashBad
;
String
maTextHashGood
;
String
maTextHashRegen
;
OUString
maTextNotProtected
;
OUString
maTextNotPassProtected
;
OUString
maTextHashBad
;
OUString
maTextHashGood
;
OUString
maTextHashRegen
;
DECL_LINK
(
OKHdl
,
void
*
);
DECL_LINK
(
RetypeBtnHdl
,
PushButton
*
);
...
...
@@ -131,7 +131,7 @@ public:
virtual
short
Execute
();
bool
IsRemovePassword
()
const
;
String
GetNewPassword
()
const
;
OU
String
GetNewPassword
()
const
;
private
:
ScRetypePassInputDlg
();
// disabled
...
...
sc/source/ui/inc/rfindlst.hxx
Dosyayı görüntüle @
9ed124ca
...
...
@@ -40,11 +40,11 @@ struct ScRangeFindData
class
ScRangeFindList
{
std
::
vector
<
ScRangeFindData
>
maEntries
;
String
aDocName
;
OUString
aDocName
;
bool
bHidden
;
public
:
ScRangeFindList
(
const
String
&
rName
);
ScRangeFindList
(
const
OU
String
&
rName
);
sal_uLong
Count
()
const
{
return
maEntries
.
size
();
}
void
Insert
(
const
ScRangeFindData
&
rNew
)
{
maEntries
.
push_back
(
rNew
);
}
...
...
@@ -53,7 +53,7 @@ public:
void
SetHidden
(
sal_Bool
bSet
)
{
bHidden
=
bSet
;
}
const
String
&
GetDocName
()
const
{
return
aDocName
;
}
const
OUString
&
GetDocName
()
const
{
return
aDocName
;
}
bool
IsHidden
()
const
{
return
bHidden
;
}
static
ColorData
GetColorName
(
size_t
nIndex
);
...
...
sc/source/ui/miscdlgs/retypepassdlg.cxx
Dosyayı görüntüle @
9ed124ca
...
...
@@ -429,7 +429,7 @@ bool ScRetypePassInputDlg::IsRemovePassword() const
return
maBtnRemovePassword
.
IsChecked
();
}
String
ScRetypePassInputDlg
::
GetNewPassword
()
const
OU
String
ScRetypePassInputDlg
::
GetNewPassword
()
const
{
return
maPassword1Edit
.
GetText
();
}
...
...
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