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
1aae63b6
Kaydet (Commit)
1aae63b6
authored
Eki 08, 2018
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:external (--enable-gtk3-kde5)
Change-Id: Id096bd25cd6df5941eaec45f7573f5887ae51d79
üst
788716ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gtk3_kde5_filepicker_ipc.cxx
vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
+2
-2
kde5_filepicker_ipc.cxx
vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx
+2
-2
No files found.
vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.cxx
Dosyayı görüntüle @
1aae63b6
...
...
@@ -107,8 +107,8 @@ OUString getResString(const char* pResId)
}
// handles the IPC commands for dialog execution and ends the dummy Gtk dialog once the IPC response is there
void
handleIpcForExecute
(
Gtk3KDE5FilePickerIpc
*
pFilePickerIpc
,
GtkWidget
*
pDummyDialog
,
bool
*
bResult
)
static
void
handleIpcForExecute
(
Gtk3KDE5FilePickerIpc
*
pFilePickerIpc
,
GtkWidget
*
pDummyDialog
,
bool
*
bResult
)
{
auto
id
=
pFilePickerIpc
->
sendCommand
(
Commands
::
Execute
);
pFilePickerIpc
->
readResponse
(
id
,
*
bResult
);
...
...
vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx
Dosyayı görüntüle @
1aae63b6
...
...
@@ -52,7 +52,7 @@ static void sendIpcArg(std::ostream& stream, const QStringList& list)
}
}
void
readCommandArgs
(
Commands
command
,
QList
<
QVariant
>&
args
)
static
void
readCommandArgs
(
Commands
command
,
QList
<
QVariant
>&
args
)
{
switch
(
command
)
{
...
...
@@ -179,7 +179,7 @@ void readCommandArgs(Commands command, QList<QVariant>& args)
};
}
void
readCommands
(
FilePickerIpc
*
ipc
)
static
void
readCommands
(
FilePickerIpc
*
ipc
)
{
while
(
!
std
::
cin
.
eof
())
{
...
...
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