1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: NetChartTypeTemplate.hxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef CHART_NETCHARTTYPETEMPLATE_HXX
31 #define CHART_NETCHARTTYPETEMPLATE_HXX
33 #include "ChartTypeTemplate.hxx"
34 #include "StackMode.hxx"
39 class NetChartTypeTemplate
: public ChartTypeTemplate
42 explicit NetChartTypeTemplate(
43 ::com::sun::star::uno::Reference
<
44 ::com::sun::star::uno::XComponentContext
> const & xContext
,
45 const ::rtl::OUString
& rServiceName
,
48 bool bHasLines
= true,
49 bool bHasFilledArea
= false
51 virtual ~NetChartTypeTemplate();
53 APPHELPER_XSERVICEINFO_DECL()
56 // ____ XChartTypeTemplate ____
57 virtual sal_Bool SAL_CALL
matchesTemplate(
58 const ::com::sun::star::uno::Reference
<
59 ::com::sun::star::chart2::XDiagram
>& xDiagram
,
60 sal_Bool bAdaptProperties
)
61 throw (::com::sun::star::uno::RuntimeException
);
62 virtual ::com::sun::star::uno::Reference
< ::com::sun::star::chart2::XChartType
> SAL_CALL
63 getChartTypeForNewSeries( const ::com::sun::star::uno::Sequence
<
64 ::com::sun::star::uno::Reference
<
65 ::com::sun::star::chart2::XChartType
> >& aFormerlyUsedChartTypes
)
66 throw (::com::sun::star::uno::RuntimeException
);
67 virtual void SAL_CALL
applyStyle(
68 const ::com::sun::star::uno::Reference
< ::com::sun::star::chart2::XDataSeries
>& xSeries
,
69 ::sal_Int32 nChartTypeGroupIndex
,
70 ::sal_Int32 nSeriesIndex
,
71 ::sal_Int32 nSeriesCount
)
72 throw (::com::sun::star::uno::RuntimeException
);
74 // ____ ChartTypeTemplate ____
75 virtual ::com::sun::star::uno::Reference
< ::com::sun::star::chart2::XChartType
>
76 getChartTypeForIndex( sal_Int32 nChartTypeIndex
);
77 virtual StackMode
getStackMode( sal_Int32 nChartTypeIndex
) const;
81 StackMode m_eStackMode
;
84 bool m_bHasFilledArea
;
89 // CHART_NETCHARTTYPETEMPLATE_HXX