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
b7c3e851
Kaydet (Commit)
b7c3e851
authored
Mar 24, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Turn this into a regular method.
Change-Id: Idb4dc17971cd37a4cdf99b2c02e61fca14cb3ce2
üst
45c98588
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
tp_ChartType.cxx
chart2/source/controller/dialogs/tp_ChartType.cxx
+6
-1
tp_ChartType.hxx
chart2/source/controller/dialogs/tp_ChartType.hxx
+1
-0
No files found.
chart2/source/controller/dialogs/tp_ChartType.cxx
Dosyayı görüntüle @
b7c3e851
...
...
@@ -828,6 +828,12 @@ IMPL_LINK_NOARG(ChartTypeTabPage, SelectSubTypeHdl)
}
IMPL_LINK_NOARG
(
ChartTypeTabPage
,
SelectMainTypeHdl
)
{
selectMainType
();
return
0
;
}
void
ChartTypeTabPage
::
selectMainType
()
{
ChartTypeParameter
aParameter
(
this
->
getCurrentParamter
()
);
...
...
@@ -855,7 +861,6 @@ IMPL_LINK_NOARG(ChartTypeTabPage, SelectMainTypeHdl)
uno
::
Reference
<
beans
::
XPropertySet
>
xTemplateProps
(
this
->
getCurrentTemplate
(),
uno
::
UNO_QUERY
);
m_pCurrentMainType
->
fillExtraControls
(
aParameter
,
m_xChartModel
,
xTemplateProps
);
}
return
0
;
}
void
ChartTypeTabPage
::
showAllControls
(
ChartTypeDialogController
&
rTypeController
)
...
...
chart2/source/controller/dialogs/tp_ChartType.hxx
Dosyayı görüntüle @
b7c3e851
...
...
@@ -72,6 +72,7 @@ protected:
virtual
void
stateChanged
(
ChangingResource
*
pResource
);
void
commitToModel
(
const
ChartTypeParameter
&
rParameter
);
void
selectMainType
();
DECL_LINK
(
SelectMainTypeHdl
,
void
*
);
DECL_LINK
(
SelectSubTypeHdl
,
void
*
);
...
...
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