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
2a5b3c02
Kaydet (Commit)
2a5b3c02
authored
Eki 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: I6372cf755a78772094bf5fdcb076cc6ea395fc89
üst
4cf1a6ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
RemoteFilesDialog.cxx
fpicker/source/office/RemoteFilesDialog.cxx
+7
-7
iodlg.cxx
fpicker/source/office/iodlg.cxx
+2
-2
No files found.
fpicker/source/office/RemoteFilesDialog.cxx
Dosyayı görüntüle @
2a5b3c02
...
@@ -619,7 +619,7 @@ void RemoteFilesDialog::EnableControls()
...
@@ -619,7 +619,7 @@ void RemoteFilesDialog::EnableControls()
{
{
if
(
m_pServices_lb
->
GetEntryCount
()
>
0
)
if
(
m_pServices_lb
->
GetEntryCount
()
>
0
)
{
{
m_pServices_lb
->
Enable
(
true
);
m_pServices_lb
->
Enable
();
if
(
m_pServices_lb
->
GetSelectEntryCount
()
)
if
(
m_pServices_lb
->
GetSelectEntryCount
()
)
{
{
...
@@ -653,12 +653,12 @@ void RemoteFilesDialog::EnableControls()
...
@@ -653,12 +653,12 @@ void RemoteFilesDialog::EnableControls()
if
(
m_bIsConnected
)
if
(
m_bIsConnected
)
{
{
m_pFilter_lb
->
Enable
(
true
);
m_pFilter_lb
->
Enable
();
m_pName_ed
->
Enable
(
true
);
m_pName_ed
->
Enable
();
m_pContainer
->
Enable
(
true
);
m_pContainer
->
Enable
();
if
(
!
m_pName_ed
->
GetText
().
isEmpty
()
)
if
(
!
m_pName_ed
->
GetText
().
isEmpty
()
)
m_pOk_btn
->
Enable
(
true
);
m_pOk_btn
->
Enable
();
else
else
m_pOk_btn
->
Enable
(
false
);
m_pOk_btn
->
Enable
(
false
);
}
}
...
@@ -671,7 +671,7 @@ void RemoteFilesDialog::EnableControls()
...
@@ -671,7 +671,7 @@ void RemoteFilesDialog::EnableControls()
}
}
m_pPath
->
EnableFields
(
true
);
m_pPath
->
EnableFields
(
true
);
m_pAddService_btn
->
Enable
(
true
);
m_pAddService_btn
->
Enable
();
Invalidate
(
InvalidateFlags
::
Update
);
Invalidate
(
InvalidateFlags
::
Update
);
}
}
...
@@ -686,7 +686,7 @@ void RemoteFilesDialog::DisableControls()
...
@@ -686,7 +686,7 @@ void RemoteFilesDialog::DisableControls()
m_pOk_btn
->
Enable
(
false
);
m_pOk_btn
->
Enable
(
false
);
m_pPath
->
EnableFields
(
false
);
m_pPath
->
EnableFields
(
false
);
m_pCancel_btn
->
Enable
(
true
);
m_pCancel_btn
->
Enable
();
}
}
void
RemoteFilesDialog
::
SavePassword
(
const
OUString
&
rURL
,
const
OUString
&
rUser
void
RemoteFilesDialog
::
SavePassword
(
const
OUString
&
rURL
,
const
OUString
&
rUser
...
...
fpicker/source/office/iodlg.cxx
Dosyayı görüntüle @
2a5b3c02
...
@@ -1814,7 +1814,7 @@ void SvtFileDialog::onAsyncOperationStarted()
...
@@ -1814,7 +1814,7 @@ void SvtFileDialog::onAsyncOperationStarted()
{
{
EnableUI
(
false
);
EnableUI
(
false
);
// the cancel button must be always enabled
// the cancel button must be always enabled
_pImp
->
_pBtnCancel
->
Enable
(
true
);
_pImp
->
_pBtnCancel
->
Enable
();
_pImp
->
_pBtnCancel
->
GrabFocus
();
_pImp
->
_pBtnCancel
->
GrabFocus
();
}
}
...
@@ -2919,7 +2919,7 @@ IMPL_LINK_NOARG_TYPED(QueryFolderNameDialog, NameHdl, Edit&, void)
...
@@ -2919,7 +2919,7 @@ IMPL_LINK_NOARG_TYPED(QueryFolderNameDialog, NameHdl, Edit&, void)
if
(
!
aName
.
isEmpty
()
)
if
(
!
aName
.
isEmpty
()
)
{
{
if
(
!
m_pOKBtn
->
IsEnabled
()
)
if
(
!
m_pOKBtn
->
IsEnabled
()
)
m_pOKBtn
->
Enable
(
true
);
m_pOKBtn
->
Enable
();
}
}
else
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