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
167cd680
Kaydet (Commit)
167cd680
authored
Nis 25, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart2: use constructor feature for ChartFrameLoader
Change-Id: Ibbbd41a30cd240250720aac7b45d0a394be5230b
üst
b038c4ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
chartcontroller.component
chart2/source/controller/chartcontroller.component
+2
-1
ChartFrameloader.cxx
chart2/source/controller/main/ChartFrameloader.cxx
+7
-0
_serviceregistration_controller.cxx
...ource/controller/main/_serviceregistration_controller.cxx
+0
-8
No files found.
chart2/source/controller/chartcontroller.component
Dosyayı görüntüle @
167cd680
...
...
@@ -35,7 +35,8 @@
<service
name=
"com.sun.star.chart2.ChartDocumentWrapper"
/>
<service
name=
"com.sun.star.xml.UserDefinedAttributesSupplier"
/>
</implementation>
<implementation
name=
"com.sun.star.comp.chart2.ChartFrameLoader"
>
<implementation
name=
"com.sun.star.comp.chart2.ChartFrameLoader"
constructor=
"com_sun_star_comp_chart2_ChartFrameLoader_get_implementation"
>
<service
name=
"com.sun.star.frame.SynchronousFrameLoader"
/>
</implementation>
<implementation
name=
"com.sun.star.comp.chart2.ChartTypeDialog"
>
...
...
chart2/source/controller/main/ChartFrameloader.cxx
Dosyayı görüntüle @
167cd680
...
...
@@ -187,4 +187,11 @@ APPHELPER_XSERVICEINFO_IMPL(ChartFrameLoader,CHART_FRAMELOADER_SERVICE_IMPLEMENT
}
//namespace chart
extern
"C"
SAL_DLLPUBLIC_EXPORT
css
::
uno
::
XInterface
*
SAL_CALL
com_sun_star_comp_chart2_ChartFrameLoader_get_implementation
(
css
::
uno
::
XComponentContext
*
context
,
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
)
{
return
cppu
::
acquire
(
new
chart
::
ChartFrameLoader
(
context
));
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/source/controller/main/_serviceregistration_controller.cxx
Dosyayı görüntüle @
167cd680
...
...
@@ -30,14 +30,6 @@
static
const
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_controller
[]
=
{
{
::
chart
::
ChartFrameLoader
::
create
,
::
chart
::
ChartFrameLoader
::
getImplementationName_Static
,
::
chart
::
ChartFrameLoader
::
getSupportedServiceNames_Static
,
::
cppu
::
createSingleComponentFactory
,
0
,
0
}
,{
::
chart
::
CreationWizardUnoDlg
::
create
,
::
chart
::
CreationWizardUnoDlg
::
getImplementationName_Static
,
::
chart
::
CreationWizardUnoDlg
::
getSupportedServiceNames_Static
...
...
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