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
707bedff
Kaydet (Commit)
707bedff
authored
Eyl 20, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More cosmetic cleanups.
Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1
üst
454e2b4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
21 deletions
+13
-21
ChartView.hxx
chart2/source/view/main/ChartView.hxx
+13
-21
No files found.
chart2/source/view/main/ChartView.hxx
Dosyayı görüntüle @
707bedff
...
...
@@ -45,32 +45,26 @@
class
SdrPage
;
//.............................................................................
namespace
chart
{
//.............................................................................
namespace
chart
{
class
VCoordinateSystem
;
class
DrawModelWrapper
;
class
SeriesPlotterContainer
;
//-----------------------------------------------------------------------------
/** The ChartView is responsible to manage the generation of Drawing Objects
for visualization on a given OutputDevice. The ChartModel is responsible to notify changes to the view.
The view than changes to state dirty. The view can be updated with call 'update'.
The View is not responsible to handle single user events (that is instead done by the ChartWindow).
*/
/**
* The ChartView is responsible to manage the generation of Drawing Objects
* for visualization on a given OutputDevice. The ChartModel is responsible
* to notify changes to the view. The view than changes to state dirty. The
* view can be updated with call 'update'.
*
* The View is not responsible to handle single user events (that is instead
* done by the ChartWindow).
*/
class
ChartView
:
public
::
cppu
::
WeakImplHelper10
<
::
com
::
sun
::
star
::
lang
::
XInitialization
,
::
com
::
sun
::
star
::
lang
::
XServiceInfo
,
::
com
::
sun
::
star
::
datatransfer
::
XTransferable
,
::
com
::
sun
::
star
::
lang
::
XServiceInfo
,
::
com
::
sun
::
star
::
datatransfer
::
XTransferable
,
::
com
::
sun
::
star
::
lang
::
XUnoTunnel
//::com::sun::star::lang::XComponent ???
//::com::sun::star::uno::XWeak // implemented by WeakImplHelper(optional interface)
//::com::sun::star::uno::XInterface // implemented by WeakImplHelper(optional interface)
//::com::sun::star::lang::XTypeProvider // implemented by WeakImplHelper
,
::
com
::
sun
::
star
::
util
::
XModifyListener
,
::
com
::
sun
::
star
::
util
::
XModeChangeBroadcaster
,
::
com
::
sun
::
star
::
util
::
XUpdatable
...
...
@@ -252,9 +246,7 @@ private: //member
::
com
::
sun
::
star
::
awt
::
Rectangle
m_aResultingDiagramRectangleExcludingAxes
;
};
//.............................................................................
}
//namespace chart
//.............................................................................
}
#endif
...
...
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