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
3d768a21
Kaydet (Commit)
3d768a21
authored
Haz 09, 2014
tarafından
Luc Castermans
Kaydeden (comit)
Caolán McNamara
Haz 24, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Translated German comments
Change-Id: I1a40351aec666c94707ad2dd625f3ab8606242d1
üst
3f8046a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ConnectionPageSetup.hxx
dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
+1
-1
DbAdminImpl.cxx
dbaccess/source/ui/dlg/DbAdminImpl.cxx
+1
-1
advancedsettings.hxx
dbaccess/source/ui/dlg/advancedsettings.hxx
+1
-1
No files found.
dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
Dosyayı görüntüle @
3d768a21
...
...
@@ -69,7 +69,7 @@ namespace dbaui
protected
:
OConnectionTabPageSetup
(
Window
*
pParent
,
sal_uInt16
_rId
,
const
SfxItemSet
&
_rCoreAttrs
,
sal_uInt16
_nHelpTextResId
,
sal_uInt16
_nHeaderResId
,
sal_uInt16
_nUrlResId
);
virtual
bool
checkTestConnection
()
SAL_OVERRIDE
;
// nControlFlags is
t eine Kombination der CBTP_xxx-Konstanten
// nControlFlags is
a combination of the CBTP_xxx-constants
virtual
~
OConnectionTabPageSetup
();
};
...
...
dbaccess/source/ui/dlg/DbAdminImpl.cxx
Dosyayı görüntüle @
3d768a21
...
...
@@ -229,7 +229,7 @@ bool ODbDataSourceAdministrationHelper::getCurrentSettings(Sequence< PropertyVal
// check if the connection type requires a password
if
(
hasAuthentication
(
*
m_pItemSetHelper
->
getOutputSet
()))
{
// password: DSID_PASSWORD ->
"password"
// password: DSID_PASSWORD ->
password
SFX_ITEMSET_GET
(
*
m_pItemSetHelper
->
getOutputSet
(),
pPassword
,
SfxStringItem
,
DSID_PASSWORD
,
true
);
OUString
sPassword
=
pPassword
?
pPassword
->
GetValue
()
:
OUString
();
SFX_ITEMSET_GET
(
*
m_pItemSetHelper
->
getOutputSet
(),
pPasswordRequired
,
SfxBoolItem
,
DSID_PASSWORDREQUIRED
,
true
);
...
...
dbaccess/source/ui/dlg/advancedsettings.hxx
Dosyayı görüntüle @
3d768a21
...
...
@@ -113,7 +113,7 @@ namespace dbaui
GeneratedValuesPage
(
Window
*
pParent
,
const
SfxItemSet
&
_rCoreAttrs
);
protected
:
// nControlFlags
ist eine Kombination der CBTP_xxx-Konstanten
// nControlFlags
os a combination of the CBTP_xxx-constants
virtual
~
GeneratedValuesPage
();
// must be overloaded by subclasses, but it isn't pure virtual
...
...
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