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
c1e8cd6f
Kaydet (Commit)
c1e8cd6f
authored
Nis 24, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart2: use constructor feature for ElementSelectorToolbarController
Change-Id: Iee99f1f86af4ed494dbbe33b31baeb707b7ed544
üst
211fe3f0
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
ElementSelector.cxx
chart2/source/controller/main/ElementSelector.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 @
c1e8cd6f
...
@@ -19,7 +19,8 @@
...
@@ -19,7 +19,8 @@
<component
loader=
"com.sun.star.loader.SharedLibrary"
environment=
"@CPPU_ENV@"
<component
loader=
"com.sun.star.loader.SharedLibrary"
environment=
"@CPPU_ENV@"
prefix=
"chartcontroller"
xmlns=
"http://openoffice.org/2010/uno-components"
>
prefix=
"chartcontroller"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.chart.ElementSelectorToolbarController"
>
<implementation
name=
"com.sun.star.comp.chart.ElementSelectorToolbarController"
constructor=
"com_sun_star_comp_chart_ElementSelectorToolbarController_get_implementation"
>
<service
name=
"com.sun.star.frame.ToolbarController"
/>
<service
name=
"com.sun.star.frame.ToolbarController"
/>
</implementation>
</implementation>
<implementation
name=
"com.sun.star.comp.chart2.ChartController"
>
<implementation
name=
"com.sun.star.comp.chart2.ChartController"
>
...
...
chart2/source/controller/main/ElementSelector.cxx
Dosyayı görüntüle @
c1e8cd6f
...
@@ -318,4 +318,11 @@ uno::Reference< awt::XWindow > SAL_CALL ElementSelectorToolbarController::create
...
@@ -318,4 +318,11 @@ uno::Reference< awt::XWindow > SAL_CALL ElementSelectorToolbarController::create
}
// chart2
}
// chart2
extern
"C"
SAL_DLLPUBLIC_EXPORT
css
::
uno
::
XInterface
*
SAL_CALL
com_sun_star_comp_chart_ElementSelectorToolbarController_get_implementation
(
css
::
uno
::
XComponentContext
*
context
,
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
)
{
return
cppu
::
acquire
(
new
chart
::
ElementSelectorToolbarController
(
context
));
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/source/controller/main/_serviceregistration_controller.cxx
Dosyayı görüntüle @
c1e8cd6f
...
@@ -69,14 +69,6 @@ static const struct ::cppu::ImplementationEntry g_entries_chart2_controller[] =
...
@@ -69,14 +69,6 @@ static const struct ::cppu::ImplementationEntry g_entries_chart2_controller[] =
,
0
,
0
,
0
,
0
}
}
,{
::
chart
::
ElementSelectorToolbarController
::
create
,
::
chart
::
ElementSelectorToolbarController
::
getImplementationName_Static
,
::
chart
::
ElementSelectorToolbarController
::
getSupportedServiceNames_Static
,
::
cppu
::
createSingleComponentFactory
,
0
,
0
}
,{
,{
::
chart
::
ShapeToolbarController
::
create
::
chart
::
ShapeToolbarController
::
create
,
::
chart
::
ShapeToolbarController
::
getImplementationName_Static
,
::
chart
::
ShapeToolbarController
::
getImplementationName_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