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
516c7519
Kaydet (Commit)
516c7519
authored
Haz 18, 2018
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:{implicitboolconversion,salbool}
Change-Id: I795a50241b9d77127b5ee5558e0cd706e0fdb76b
üst
cbc32e2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
KDE5FilePicker.hxx
vcl/unx/kde5/KDE5FilePicker.hxx
+2
-2
KDE5FilePicker2.cxx
vcl/unx/kde5/KDE5FilePicker2.cxx
+1
-1
No files found.
vcl/unx/kde5/KDE5FilePicker.hxx
Dosyayı görüntüle @
516c7519
...
@@ -173,7 +173,7 @@ Q_SIGNALS:
...
@@ -173,7 +173,7 @@ Q_SIGNALS:
void
setValueSignal
(
sal_Int16
nControlId
,
sal_Int16
nControlAction
,
void
setValueSignal
(
sal_Int16
nControlId
,
sal_Int16
nControlAction
,
const
css
::
uno
::
Any
&
rValue
);
const
css
::
uno
::
Any
&
rValue
);
css
::
uno
::
Any
getValueSignal
(
sal_Int16
nControlId
,
sal_Int16
nControlAction
);
css
::
uno
::
Any
getValueSignal
(
sal_Int16
nControlId
,
sal_Int16
nControlAction
);
void
enableControlSignal
(
sal_Int16
nControlId
,
sal_B
ool
bEnable
);
void
enableControlSignal
(
sal_Int16
nControlId
,
b
ool
bEnable
);
void
setLabelSignal
(
sal_Int16
nControlId
,
const
OUString
&
rLabel
);
void
setLabelSignal
(
sal_Int16
nControlId
,
const
OUString
&
rLabel
);
OUString
getLabelSignal
(
sal_Int16
nControlId
);
OUString
getLabelSignal
(
sal_Int16
nControlId
);
void
appendFilterSignal
(
const
OUString
&
rTitle
,
const
OUString
&
rFilter
);
void
appendFilterSignal
(
const
OUString
&
rTitle
,
const
OUString
&
rFilter
);
...
@@ -199,7 +199,7 @@ private Q_SLOTS:
...
@@ -199,7 +199,7 @@ private Q_SLOTS:
return
getValue
(
nControlId
,
nControlAction
);
return
getValue
(
nControlId
,
nControlAction
);
}
}
void
enableControlSlot
(
sal_Int16
nControlId
,
sal_B
ool
bEnable
)
void
enableControlSlot
(
sal_Int16
nControlId
,
b
ool
bEnable
)
{
{
return
enableControl
(
nControlId
,
bEnable
);
return
enableControl
(
nControlId
,
bEnable
);
}
}
...
...
vcl/unx/kde5/KDE5FilePicker2.cxx
Dosyayı görüntüle @
516c7519
...
@@ -180,7 +180,7 @@ sal_Int16 SAL_CALL KDE5FilePicker::execute()
...
@@ -180,7 +180,7 @@ sal_Int16 SAL_CALL KDE5FilePicker::execute()
_dialog
->
show
();
_dialog
->
show
();
//block and wait for user input
//block and wait for user input
return
_dialog
->
exec
()
==
QFileDialog
::
Accepted
;
return
_dialog
->
exec
()
==
QFileDialog
::
Accepted
?
1
:
0
;
}
}
void
SAL_CALL
KDE5FilePicker
::
setMultiSelectionMode
(
sal_Bool
multiSelect
)
void
SAL_CALL
KDE5FilePicker
::
setMultiSelectionMode
(
sal_Bool
multiSelect
)
...
...
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