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
37e18491
Kaydet (Commit)
37e18491
authored
Tem 20, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Show 'Add service' dialog when there is no service added yet
Change-Id: I72d294e9c09b0d02b829b91fb188c1c7965d1d45
üst
8cc2115c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
RemoteFilesDialog.cxx
fpicker/source/office/RemoteFilesDialog.cxx
+13
-0
RemoteFilesDialog.hxx
fpicker/source/office/RemoteFilesDialog.hxx
+1
-0
No files found.
fpicker/source/office/RemoteFilesDialog.cxx
Dosyayı görüntüle @
37e18491
...
@@ -318,6 +318,19 @@ void RemoteFilesDialog::Resize()
...
@@ -318,6 +318,19 @@ void RemoteFilesDialog::Resize()
}
}
}
}
short
RemoteFilesDialog
::
Execute
()
{
if
(
m_pServices_lb
->
GetEntryCount
()
==
0
)
{
Show
();
AddServiceHdl
(
NULL
);
}
short
nRet
=
SvtFileDialog_Base
::
Execute
();
return
nRet
;
}
OUString
lcl_GetServiceType
(
ServicePtr
pService
)
OUString
lcl_GetServiceType
(
ServicePtr
pService
)
{
{
INetProtocol
aProtocol
=
pService
->
GetUrlObject
().
GetProtocol
();
INetProtocol
aProtocol
=
pService
->
GetUrlObject
().
GetProtocol
();
...
...
fpicker/source/office/RemoteFilesDialog.hxx
Dosyayı görüntüle @
37e18491
...
@@ -64,6 +64,7 @@ public:
...
@@ -64,6 +64,7 @@ public:
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
dispose
()
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
virtual
short
Execute
()
SAL_OVERRIDE
;
OUString
GetPath
()
const
;
OUString
GetPath
()
const
;
...
...
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