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
2660a201
Kaydet (Commit)
2660a201
authored
Eki 10, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed CMIS service editing
Change-Id: I62e89700b158ace1edcf26384f4294ba0661444a
üst
34433196
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
PlaceEditDialog.cxx
svtools/source/dialogs/PlaceEditDialog.cxx
+8
-3
No files found.
svtools/source/dialogs/PlaceEditDialog.cxx
Dosyayı görüntüle @
2660a201
...
@@ -64,6 +64,7 @@ PlaceEditDialog::PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Pla
...
@@ -64,6 +64,7 @@ PlaceEditDialog::PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Pla
get
(
m_pBTOk
,
"ok"
);
get
(
m_pBTOk
,
"ok"
);
get
(
m_pBTCancel
,
"cancel"
);
get
(
m_pBTCancel
,
"cancel"
);
get
(
m_pBTDelete
,
"delete"
);
get
(
m_pBTDelete
,
"delete"
);
get
(
m_pBTRepoRefresh
,
"repositoriesRefresh"
);
get
(
m_pTypeGrid
,
"TypeGrid"
);
get
(
m_pTypeGrid
,
"TypeGrid"
);
get
(
m_pCBPassword
,
"rememberPassword"
);
get
(
m_pCBPassword
,
"rememberPassword"
);
get
(
m_pEDPassword
,
"password"
);
get
(
m_pEDPassword
,
"password"
);
...
@@ -91,13 +92,17 @@ PlaceEditDialog::PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Pla
...
@@ -91,13 +92,17 @@ PlaceEditDialog::PlaceEditDialog(vcl::Window* pParent, const std::shared_ptr<Pla
bSuccess
=
m_aDetailsContainers
[
i
]
->
setUrl
(
rUrl
);
bSuccess
=
m_aDetailsContainers
[
i
]
->
setUrl
(
rUrl
);
if
(
bSuccess
)
if
(
bSuccess
)
{
{
m_pLBServerType
->
SelectEntryPos
(
i
);
SelectTypeHdl
(
m_pLBServerType
);
// Fill the Username field
// Fill the Username field
if
(
rUrl
.
HasUserData
(
)
)
if
(
rUrl
.
HasUserData
(
)
)
{
m_pEDUsername
->
SetText
(
INetURLObject
::
decode
(
rUrl
.
GetUser
(
),
m_pEDUsername
->
SetText
(
INetURLObject
::
decode
(
rUrl
.
GetUser
(
),
INetURLObject
::
DECODE_WITH_CHARSET
)
);
INetURLObject
::
DECODE_WITH_CHARSET
)
);
m_aDetailsContainers
[
i
]
->
setUsername
(
INetURLObject
::
decode
(
rUrl
.
GetUser
(
),
INetURLObject
::
DECODE_WITH_CHARSET
)
);
}
m_pLBServerType
->
SelectEntryPos
(
i
);
SelectTypeHdl
(
m_pLBServerType
);
}
}
}
}
...
...
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