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
6f9976db
Kaydet (Commit)
6f9976db
authored
Ock 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I266d7ce86a30cedd1ae388a69b87f1b43d96e00c
üst
2cfe8894
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
fltdlg.cxx
uui/source/fltdlg.cxx
+1
-1
logindlg.cxx
uui/source/logindlg.cxx
+3
-3
masterpasscrtdlg.cxx
uui/source/masterpasscrtdlg.cxx
+1
-1
passworddlg.cxx
uui/source/passworddlg.cxx
+4
-4
No files found.
uui/source/fltdlg.cxx
Dosyayı görüntüle @
6f9976db
...
...
@@ -136,7 +136,7 @@ void FilterDialog::ChangeFilters( const FilterNameList* pFilterNames )
*//*-*************************************************************************************************************/
bool
FilterDialog
::
AskForFilter
(
FilterNameListPtr
&
pSelectedItem
)
{
bool
bSelected
=
sal_F
alse
;
bool
bSelected
=
f
alse
;
if
(
m_pFilterNames
!=
NULL
)
{
...
...
uui/source/logindlg.cxx
Dosyayı görüntüle @
6f9976db
...
...
@@ -46,8 +46,8 @@ void LoginDialog::HideControls_Impl( sal_uInt16 nFlags )
}
else
if
(
(
nFlags
&
LF_PATH_READONLY
)
==
LF_PATH_READONLY
)
{
m_pPathED
->
Enable
(
sal_F
alse
);
m_pPathBtn
->
Enable
(
sal_F
alse
);
m_pPathED
->
Enable
(
f
alse
);
m_pPathBtn
->
Enable
(
f
alse
);
}
if
(
(
nFlags
&
LF_NO_USERNAME
)
==
LF_NO_USERNAME
)
...
...
@@ -57,7 +57,7 @@ void LoginDialog::HideControls_Impl( sal_uInt16 nFlags )
}
else
if
(
(
nFlags
&
LF_USERNAME_READONLY
)
==
LF_USERNAME_READONLY
)
{
m_pNameED
->
Enable
(
sal_F
alse
);
m_pNameED
->
Enable
(
f
alse
);
}
if
(
(
nFlags
&
LF_NO_PASSWORD
)
==
LF_NO_PASSWORD
)
...
...
uui/source/masterpasscrtdlg.cxx
Dosyayı görüntüle @
6f9976db
...
...
@@ -62,7 +62,7 @@ MasterPasswordCreateDialog::MasterPasswordCreateDialog(Window* pParent, ResMgr*
get
(
m_pEDMasterPasswordCrt
,
"password1"
);
get
(
m_pEDMasterPasswordRepeat
,
"password2"
);
get
(
m_pOKBtn
,
"ok"
);
m_pOKBtn
->
Enable
(
sal_F
alse
);
m_pOKBtn
->
Enable
(
f
alse
);
m_pOKBtn
->
SetClickHdl
(
LINK
(
this
,
MasterPasswordCreateDialog
,
OKHdl_Impl
)
);
m_pEDMasterPasswordCrt
->
SetModifyHdl
(
LINK
(
this
,
MasterPasswordCreateDialog
,
EditHdl_Impl
)
);
}
...
...
uui/source/passworddlg.cxx
Dosyayı görüntüle @
6f9976db
...
...
@@ -73,8 +73,8 @@ PasswordDialog::PasswordDialog(
OUString
aTitle
(
ResId
(
STR_TITLE_ENTER_PASSWORD
,
*
pResourceMgr
).
toString
());
aFTConfirmPassword
.
Hide
();
aEDConfirmPassword
.
Hide
();
aFTConfirmPassword
.
Enable
(
sal_F
alse
);
aEDConfirmPassword
.
Enable
(
sal_F
alse
);
aFTConfirmPassword
.
Enable
(
f
alse
);
aEDConfirmPassword
.
Enable
(
f
alse
);
// settings for create password
if
(
nDialogMode
==
task
::
PasswordRequestMode_PASSWORD_CREATE
)
...
...
@@ -85,8 +85,8 @@ PasswordDialog::PasswordDialog(
aFTConfirmPassword
.
Show
();
aEDConfirmPassword
.
Show
();
aFTConfirmPassword
.
Enable
(
sal_T
rue
);
aEDConfirmPassword
.
Enable
(
sal_T
rue
);
aFTConfirmPassword
.
Enable
(
t
rue
);
aEDConfirmPassword
.
Enable
(
t
rue
);
}
else
{
...
...
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