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
d5a0926c
Kaydet (Commit)
d5a0926c
authored
Haz 19, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix range input in chart data source dialog
Change-Id: I9c139c6298d25c7a7072d0d0538f1945518d36f2
üst
66ac7430
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
tp_DataSource.cxx
chart2/source/controller/dialogs/tp_DataSource.cxx
+10
-1
No files found.
chart2/source/controller/dialogs/tp_DataSource.cxx
Dosyayı görüntüle @
d5a0926c
...
@@ -736,8 +736,17 @@ IMPL_LINK_NOARG(DataSourceTabPage, DownButtonClickedHdl)
...
@@ -736,8 +736,17 @@ IMPL_LINK_NOARG(DataSourceTabPage, DownButtonClickedHdl)
IMPL_LINK
(
DataSourceTabPage
,
RangeModifiedHdl
,
Edit
*
,
pEdit
)
IMPL_LINK
(
DataSourceTabPage
,
RangeModifiedHdl
,
Edit
*
,
pEdit
)
{
{
// note: isValid sets the color of the edit field
if
(
isRangeFieldContentValid
(
*
pEdit
))
if
(
isRangeFieldContentValid
(
*
pEdit
))
{
setDirty
();
setDirty
();
updateModelFromControl
(
pEdit
);
if
(
pEdit
==
m_pEDT_RANGE
)
{
if
(
!
lcl_UpdateCurrentSeriesName
(
*
m_pLB_SERIES
))
fillSeriesListBox
();
}
}
// enable/disable OK button
// enable/disable OK button
isValid
();
isValid
();
...
@@ -752,7 +761,7 @@ IMPL_LINK( DataSourceTabPage, RangeUpdateDataHdl, Edit*, pEdit )
...
@@ -752,7 +761,7 @@ IMPL_LINK( DataSourceTabPage, RangeUpdateDataHdl, Edit*, pEdit )
{
{
setDirty
();
setDirty
();
updateModelFromControl
(
pEdit
);
updateModelFromControl
(
pEdit
);
if
(
pEdit
==
m_pEDT_RANGE
)
if
(
pEdit
==
m_pEDT_RANGE
)
{
{
if
(
!
lcl_UpdateCurrentSeriesName
(
*
m_pLB_SERIES
))
if
(
!
lcl_UpdateCurrentSeriesName
(
*
m_pLB_SERIES
))
fillSeriesListBox
();
fillSeriesListBox
();
...
...
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