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
51b316c8
Kaydet (Commit)
51b316c8
authored
Tem 01, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
access to the first entry of services listbox
Change-Id: I1bd3fc13fd8258d27d0900b853e751af6eb9ef38
üst
0aae2a87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
RemoteFilesDialog.cxx
svtools/source/dialogs/RemoteFilesDialog.cxx
+3
-3
No files found.
svtools/source/dialogs/RemoteFilesDialog.cxx
Dosyayı görüntüle @
51b316c8
...
@@ -549,7 +549,7 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, SelectServiceHdl )
...
@@ -549,7 +549,7 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, SelectServiceHdl )
{
{
int
nPos
=
GetSelectedServicePos
();
int
nPos
=
GetSelectedServicePos
();
if
(
nPos
>
0
)
if
(
nPos
>
=
0
)
{
{
OUString
sURL
=
m_aServices
[
nPos
]
->
GetUrl
();
OUString
sURL
=
m_aServices
[
nPos
]
->
GetUrl
();
OUString
sName
=
m_aServices
[
nPos
]
->
GetName
();
OUString
sName
=
m_aServices
[
nPos
]
->
GetName
();
...
@@ -578,7 +578,7 @@ IMPL_LINK_TYPED ( RemoteFilesDialog, EditServiceMenuHdl, MenuButton *, pButton,
...
@@ -578,7 +578,7 @@ IMPL_LINK_TYPED ( RemoteFilesDialog, EditServiceMenuHdl, MenuButton *, pButton,
unsigned
int
nSelected
=
m_pServices_lb
->
GetSelectEntryPos
();
unsigned
int
nSelected
=
m_pServices_lb
->
GetSelectEntryPos
();
int
nPos
=
GetSelectedServicePos
();
int
nPos
=
GetSelectedServicePos
();
if
(
nPos
>
0
)
if
(
nPos
>
=
0
)
{
{
ScopedVclPtrInstance
<
PlaceEditDialog
>
aDlg
(
this
,
m_aServices
[
nPos
]
);
ScopedVclPtrInstance
<
PlaceEditDialog
>
aDlg
(
this
,
m_aServices
[
nPos
]
);
short
aRetCode
=
aDlg
->
Execute
();
short
aRetCode
=
aDlg
->
Execute
();
...
@@ -609,7 +609,7 @@ IMPL_LINK_TYPED ( RemoteFilesDialog, EditServiceMenuHdl, MenuButton *, pButton,
...
@@ -609,7 +609,7 @@ IMPL_LINK_TYPED ( RemoteFilesDialog, EditServiceMenuHdl, MenuButton *, pButton,
unsigned
int
nSelected
=
m_pServices_lb
->
GetSelectEntryPos
();
unsigned
int
nSelected
=
m_pServices_lb
->
GetSelectEntryPos
();
int
nPos
=
GetSelectedServicePos
();
int
nPos
=
GetSelectedServicePos
();
if
(
nPos
>
0
)
if
(
nPos
>
=
0
)
{
{
// TODO: Confirm dialog
// TODO: Confirm dialog
...
...
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