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
4f6f280e
Kaydet (Commit)
4f6f280e
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: Ice58633418dad12ee55b77aa56c6bd7d37ebbcf3
üst
2462159d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
iodlg.cxx
fpicker/source/office/iodlg.cxx
+5
-5
No files found.
fpicker/source/office/iodlg.cxx
Dosyayı görüntüle @
4f6f280e
...
...
@@ -1822,7 +1822,7 @@ OUString SvtFileDialog::implGetInitialURL( const OUString& _rPath, const OUStrin
INetURLObject
aURLParser
;
// set the path
bool
bWasAbsolute
=
sal_F
alse
;
bool
bWasAbsolute
=
f
alse
;
aURLParser
=
aURLParser
.
smartRel2Abs
(
_rPath
,
bWasAbsolute
);
// is it a valid folder?
...
...
@@ -1913,7 +1913,7 @@ void SvtFileDialog::onAsyncOperationStarted()
{
EnableUI
(
sal_False
);
// the cancel button must be always enabled
_pImp
->
_pBtnCancel
->
Enable
(
sal_T
rue
);
_pImp
->
_pBtnCancel
->
Enable
(
t
rue
);
_pImp
->
_pBtnCancel
->
GrabFocus
();
}
...
...
@@ -1984,7 +1984,7 @@ void SvtFileDialog::EnableUI( sal_Bool _bEnable )
++
aLoop
)
{
(
*
aLoop
)
->
Enable
(
sal_F
alse
);
(
*
aLoop
)
->
Enable
(
f
alse
);
}
}
}
...
...
@@ -3367,12 +3367,12 @@ IMPL_LINK_NOARG(QueryFolderNameDialog, NameHdl)
if
(
!
aName
.
isEmpty
()
)
{
if
(
!
m_pOKBtn
->
IsEnabled
()
)
m_pOKBtn
->
Enable
(
sal_T
rue
);
m_pOKBtn
->
Enable
(
t
rue
);
}
else
{
if
(
m_pOKBtn
->
IsEnabled
()
)
m_pOKBtn
->
Enable
(
sal_F
alse
);
m_pOKBtn
->
Enable
(
f
alse
);
}
return
0
;
...
...
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