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
c6b8f644
Kaydet (Commit)
c6b8f644
authored
Mar 16, 2011
tarafından
Frank Schoenheit [fs]
Kaydeden (comit)
Michael Meeks
Tem 06, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fs34b: #i89080# always apply the 'Link'/'Preview' state from config
Conflicts: sfx2/source/dialog/filedlghelper.cxx
üst
5f26c0fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
filedlghelper.cxx
sfx2/source/dialog/filedlghelper.cxx
+7
-5
No files found.
sfx2/source/dialog/filedlghelper.cxx
Dosyayı görüntüle @
c6b8f644
...
@@ -2110,13 +2110,15 @@ void FileDialogHelper_Impl::loadConfig()
...
@@ -2110,13 +2110,15 @@ void FileDialogHelper_Impl::loadConfig()
{
{
try
try
{
{
// respect the last "insert as link" state
sal_Bool
bLink
=
(
sal_Bool
)
aUserData
.
GetToken
(
0
,
' '
).
ToInt32
();
aValue
<<=
bLink
;
xDlg
->
setValue
(
ExtendedFilePickerElementIds
::
CHECKBOX_LINK
,
0
,
aValue
);
// respect the last "show preview" state
// respect the last "show preview" state
sal_Bool
bShowPreview
=
(
sal_Bool
)
aUserData
.
GetToken
(
1
,
' '
).
ToInt32
();
sal_Bool
bShowPreview
=
(
sal_Bool
)
aUserData
.
GetToken
(
1
,
' '
).
ToInt32
();
if
(
!
xDlg
->
getValue
(
ExtendedFilePickerElementIds
::
CHECKBOX_PREVIEW
,
0
).
hasValue
()
)
aValue
<<=
bShowPreview
;
{
xDlg
->
setValue
(
ExtendedFilePickerElementIds
::
CHECKBOX_PREVIEW
,
0
,
aValue
);
aValue
<<=
bShowPreview
;
xDlg
->
setValue
(
ExtendedFilePickerElementIds
::
CHECKBOX_PREVIEW
,
0
,
aValue
);
}
if
(
maPath
.
isEmpty
()
)
if
(
maPath
.
isEmpty
()
)
displayFolder
(
getInitPath
(
aUserData
,
2
)
);
displayFolder
(
getInitPath
(
aUserData
,
2
)
);
...
...
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