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
b2117c98
Kaydet (Commit)
b2117c98
authored
Haz 04, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
abpilot: store embedding preference in AddressSettings
Change-Id: I83235f79d30e5f573fee95a525b4cfe1211a24b7
üst
ef0217f2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
abpfinalpage.cxx
extensions/source/abpilot/abpfinalpage.cxx
+1
-0
abspilot.cxx
extensions/source/abpilot/abspilot.cxx
+1
-0
addresssettings.hxx
extensions/source/abpilot/addresssettings.hxx
+1
-0
No files found.
extensions/source/abpilot/abpfinalpage.cxx
Dosyayı görüntüle @
b2117c98
...
@@ -158,6 +158,7 @@ namespace abp
...
@@ -158,6 +158,7 @@ namespace abp
rSettings
.
bRegisterDataSource
=
m_pRegisterName
->
IsChecked
();
rSettings
.
bRegisterDataSource
=
m_pRegisterName
->
IsChecked
();
if
(
rSettings
.
bRegisterDataSource
)
if
(
rSettings
.
bRegisterDataSource
)
rSettings
.
sRegisteredDataSourceName
=
m_pName
->
GetText
();
rSettings
.
sRegisteredDataSourceName
=
m_pName
->
GetText
();
rSettings
.
bEmbedDataSource
=
m_pEmbed
->
IsChecked
();
return
true
;
return
true
;
}
}
...
...
extensions/source/abpilot/abspilot.cxx
Dosyayı görüntüle @
b2117c98
...
@@ -113,6 +113,7 @@ namespace abp
...
@@ -113,6 +113,7 @@ namespace abp
#endif
#endif
m_aSettings
.
sDataSourceName
=
ModuleRes
(
RID_STR_DEFAULT_NAME
).
toString
();
m_aSettings
.
sDataSourceName
=
ModuleRes
(
RID_STR_DEFAULT_NAME
).
toString
();
m_aSettings
.
bRegisterDataSource
=
false
;
m_aSettings
.
bRegisterDataSource
=
false
;
m_aSettings
.
bEmbedDataSource
=
false
;
m_aSettings
.
bIgnoreNoTable
=
false
;
m_aSettings
.
bIgnoreNoTable
=
false
;
defaultButton
(
WizardButtonFlags
::
NEXT
);
defaultButton
(
WizardButtonFlags
::
NEXT
);
...
...
extensions/source/abpilot/addresssettings.hxx
Dosyayı görüntüle @
b2117c98
...
@@ -54,6 +54,7 @@ namespace abp
...
@@ -54,6 +54,7 @@ namespace abp
bool
bIgnoreNoTable
;
bool
bIgnoreNoTable
;
MapString2String
aFieldMapping
;
MapString2String
aFieldMapping
;
bool
bRegisterDataSource
;
bool
bRegisterDataSource
;
bool
bEmbedDataSource
;
};
};
...
...
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