Home
last modified time | relevance | path

Searched refs:chart (Results 76 – 100 of 1124) sorted by relevance

12345678910>>...45

/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_SeriesToAxis.cxx44 namespace chart namespace
117 …rOutAttrs.Put(SfxInt32Item(SCHATTR_MISSING_VALUE_TREATMENT,::com::sun::star::chart::MissingValueTr… in FillItemSet()
119 …rOutAttrs.Put(SfxInt32Item(SCHATTR_MISSING_VALUE_TREATMENT,::com::sun::star::chart::MissingValueTr… in FillItemSet()
121 …rOutAttrs.Put(SfxInt32Item(SCHATTR_MISSING_VALUE_TREATMENT,::com::sun::star::chart::MissingValueTr… in FillItemSet()
197 if(nVal==::com::sun::star::chart::MissingValueTreatment::LEAVE_GAP) in Reset()
199 else if(nVal==::com::sun::star::chart::MissingValueTreatment::USE_ZERO) in Reset()
201 else if(nVal==::com::sun::star::chart::MissingValueTreatment::CONTINUE) in Reset()
206 if(nVal==::com::sun::star::chart::MissingValueTreatment::LEAVE_GAP) in Reset()
208 else if(nVal==::com::sun::star::chart::MissingValueTreatment::USE_ZERO) in Reset()
210 else if(nVal==::com::sun::star::chart::MissingValueTreatment::CONTINUE) in Reset()
H A Dtp_3D_SceneAppearance.cxx48 ::chart::ThreeDLookScheme m_eScheme;
53 m_eScheme(::chart::ThreeDLookScheme_Unknown) in lcl_ModelProperties()
62 … uno::Reference< chart2::XDiagram > xDiagram( ::chart::ChartModelHelper::findDiagram( xModel ) ); in lcl_getPropertiesFromModel()
65 …::chart::ThreeDHelper::getRoundedEdgesAndObjectLines( xDiagram, aProps.m_nRoundedEdges, aProps.m_n… in lcl_getPropertiesFromModel()
66 aProps.m_eScheme = ::chart::ThreeDHelper::detectScheme( xDiagram ); in lcl_getPropertiesFromModel()
80 ::chart::ChartModelHelper::findDiagram( xModel ), uno::UNO_QUERY_THROW ); in lcl_setShadeModeAtModel()
92 namespace chart namespace
183 … ::chart::ChartModelHelper::findDiagram( m_xChartModel ), nCurrentRoundedEdges, nObjectLines ); in applyRoundedEdgeAndObjectLinesToModel()
308 …uno::Reference< chart2::XDiagram > xDiagram( ::chart::ChartModelHelper::findDiagram( m_xChartModel… in IMPL_LINK()
/aoo41x/main/chart2/source/model/template/
H A DLineChartTypeTemplate.cxx89 ::chart::tPropertyValueMap* operator()() in operator ()()
91 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
96 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
98 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE… in lcl_AddDefaultsToMap()
99 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_LINECHARTTYPE_TEMPLAT… in lcl_AddDefaultsToMap()
103 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_LINECHARTTYPE_TEMPLAT… in lcl_AddDefaultsToMap()
107 struct StaticLineChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMa…
126 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
128 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
153 namespace chart namespace
H A DStockChartTypeTemplate.cxx104 ::chart::tPropertyValueMap* operator()() in operator ()()
106 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
111 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
113 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_STOCKCHARTTYPE_TEMPLATE_VOLUME, fa… in lcl_AddDefaultsToMap()
114 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_STOCKCHARTTYPE_TEMPLATE_OPEN, fals… in lcl_AddDefaultsToMap()
115 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_STOCKCHARTTYPE_TEMPLATE_LOW_HIGH, … in lcl_AddDefaultsToMap()
116 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_STOCKCHARTTYPE_TEMPLATE_JAPANESE, … in lcl_AddDefaultsToMap()
139 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
141 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
166 namespace chart namespace
[all …]
H A DScatterChartTypeTemplate.cxx91 ::chart::tPropertyValueMap* operator()() in operator ()()
93 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
98 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
100 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_ST… in lcl_AddDefaultsToMap()
101 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_SCATTERCHARTTYPE_TEMP… in lcl_AddDefaultsToMap()
105 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_SCATTERCHARTTYPE_TEMP… in lcl_AddDefaultsToMap()
109 struct StaticScatterChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValu…
128 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
130 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
155 namespace chart namespace
H A DBarChartTypeTemplate.cxx78 ::chart::tPropertyValueMap* operator()() in operator ()()
80 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
85 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
87 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_BAR_TEMPLATE_DIMENSIO… in lcl_AddDefaultsToMap()
88 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_BAR_TEMPLATE_GEOMETRY3D, ::chart2:… in lcl_AddDefaultsToMap()
92 struct StaticBarChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap…
111 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
113 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
138 namespace chart namespace
H A DAreaChartTypeTemplate.cxx71 ::chart::tPropertyValueMap* operator()() in operator ()()
73 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
78 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
80 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_AREA_TEMPLATE_DIMENSI… in lcl_AddDefaultsToMap()
84 struct StaticAreaChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMa…
103 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
105 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
130 namespace chart namespace
/aoo41x/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl56 This data source will be interpreted in a chart-type
100 template, but not necessarily the chart-types of the diagram.
110 This data source will be interpreted in a chart-type
147 line-chart with symbols the property "Symbol" would be set
162 /** Provides a chart type object that can be used to create new
177 The default implementation assigns the system-wide chart-color defaults
187 /** Applies a chart-type specific style (e.g. symbols) to all series in the
195 can apply different styles for different chart-type groups
198 The index of the series inside the current chart-type group.
203 The number of series in the current chart-type group.
[all …]
H A DXChartTypeContainer.idl50 /** add a chart type to the chart type container
53 If the given chart type is already contained in the chart type container.
58 /** removes one data deries from the chart type container.
63 /** retrieve all chart types
67 /** set all chart types
/aoo41x/main/oox/source/dump/
H A Ddffdumper.ini644 …,curved-up-arrow,curved-down-arrow,cloud-callout,ellipse-ribbon,ellipse-ribbon-2,flow-chart-process
645chart-decision,flow-chart-input-output,flow-chart-predefined-process,flow-chart-internal-storage,f…
646chart-connector,flow-chart-punched-card,flow-chart-punched-tape,flow-chart-summing-junction,flow-c…
647 …130=flow-chart-online-storage,flow-chart-magnetic-tape,flow-chart-magnetic-disk,flow-chart-magneti…
651 …xt-slant-up,text-slant-down,text-can-up,text-can-down,flow-chart-alternate-process,flow-chart-offp…
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx161 com::sun::star::chart::XChartDocument > rChartDoc,
1518chart::ChartLegendExpansion nLegendExpansion = chart::ChartLegendExpansion_HIGH; in parseDocument()
1959 Reference< chart::XDiagram > xDiagram, in exportPlotArea()
2300 case ::com::sun::star::chart::TimeUnit::YEAR: in lcl_getTimeUnitToken()
2318 chart::TimeIncrement aIncrement; in exportDateScale()
2326 chart::TimeInterval aInterval; in exportDateScale()
2510 const Reference< chart::XDiagram > & xDiagram, in exportAxes()
2774chart::ChartRegressionCurveType eRegressionType( chart::ChartRegressionCurveType_NONE ); in exportSeries()
2775chart::ChartErrorIndicatorType eErrorType( chart::ChartErrorIndicatorType_NONE ); in exportSeries()
3214 ? chart::ChartAxisAssign::PRIMARY_Y in exportCandleStickSeries()
[all …]
/aoo41x/main/chart2/qa/unoapi/
H A Dknownissues.xcl24 sch.ChXChartDocument::com::sun::star::chart::XChartDocument
26 sch.ChXChartDocument::com::sun::star::chart::ChartTableAddressSupplier
32 sch.ChXDiagram::com::sun::star::chart::LineDiagram
36 sch.ChXDiagram::com::sun::star::chart::ChartAxisXSupplier
37 sch.ChXDiagram::com::sun::star::chart::ChartAxisYSupplier
38 sch.ChXDiagram::com::sun::star::chart::ChartAxisZSupplier
40 sch.ChXDiagram::com::sun::star::chart::StockDiagram
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DRegressionCurveItemConverter.cxx47 ::chart::RegressionCurveHelper::tRegressionType lcl_convertRegressionType( SvxChartRegress eRegress… in lcl_convertRegressionType()
49 …::chart::RegressionCurveHelper::tRegressionType eType = ::chart::RegressionCurveHelper::REGRESSION… in lcl_convertRegressionType()
53 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_LINEAR; in lcl_convertRegressionType()
56 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_LOG; in lcl_convertRegressionType()
59 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_EXP; in lcl_convertRegressionType()
62 eType = ::chart::RegressionCurveHelper::REGRESSION_TYPE_POWER; in lcl_convertRegressionType()
72 namespace chart namespace
/aoo41x/main/offapi/com/sun/star/chart/
H A DNetDiagram.idl27 #include <com/sun/star/chart/Diagram.idl>
31 #include <com/sun/star/chart/StackableDiagram.idl>
35 #include <com/sun/star/chart/ChartAxisYSupplier.idl>
41 module com { module sun { module star { module chart {
51 service com::sun::star::chart::Diagram;
52 service com::sun::star::chart::StackableDiagram;
53 service com::sun::star::chart::ChartAxisYSupplier;
H A DChartStatistics.idl31 #include <com/sun/star/chart/ChartErrorCategory.idl>
35 #include <com/sun/star/chart/ChartErrorIndicatorType.idl>
39 #include <com/sun/star/chart/ChartRegressionCurveType.idl>
42 #include <com/sun/star/chart/ErrorBarStyle.idl>
46 module com { module sun { module star { module chart {
50 /** offers statistical properties for the data in the chart. It is
105 [property] com::sun::star::chart::ChartErrorCategory ErrorCategory;
152 [property] com::sun::star::chart::ChartErrorIndicatorType ErrorIndicator;
160 [property] com::sun::star::chart::ChartRegressionCurveType RegressionCurves;
H A DDim3DDiagram.idl27 #include <com/sun/star/chart/X3DDisplay.idl>
30 #include <com/sun/star/chart/X3DDefaultSetter.idl>
36 module com { module sun { module star { module chart {
50 interface com::sun::star::chart::X3DDisplay;
54 [optional] interface ::com::sun::star::chart::X3DDefaultSetter;
58 /** If set to <TRUE/>, the chart becomes a three-dimensional
59 chart. Otherwise it is two-dimensional.
/aoo41x/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx61 case ::chart::RegressionCurveHelper::REGRESSION_TYPE_LINEAR: in lcl_getServiceNameForType()
64 case ::chart::RegressionCurveHelper::REGRESSION_TYPE_LOG: in lcl_getServiceNameForType()
67 case ::chart::RegressionCurveHelper::REGRESSION_TYPE_EXP: in lcl_getServiceNameForType()
70 case ::chart::RegressionCurveHelper::REGRESSION_TYPE_POWER: in lcl_getServiceNameForType()
83 namespace chart namespace
311 ::chart::RegressionCurveHelper::hasMeanValueLine( xRegCnt ) ) in addMeanValueLine()
607 aResult = ::chart::SchResId::getResString( STR_REGRESSION_MEAN ); in getUINameForRegressionCurve()
612 aResult = ::chart::SchResId::getResString( STR_REGRESSION_LINEAR ); in getUINameForRegressionCurve()
617 aResult = ::chart::SchResId::getResString( STR_REGRESSION_LOG ); in getUINameForRegressionCurve()
622 aResult = ::chart::SchResId::getResString( STR_REGRESSION_EXP ); in getUINameForRegressionCurve()
[all …]
H A DRegressionCurveModel.cxx64 ::chart::tPropertyValueMap* operator()() in operator ()()
66 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
71 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
73 ::chart::LineProperties::AddDefaultsToMap( rOutMap ); in lcl_AddDefaultsToMap()
77 struct StaticXXXDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticXXXDefaul…
93 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
96 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
98 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
122 namespace chart namespace
H A DLineProperties.cxx37 namespace chart namespace
98 ::chart::tPropertyValueMap & rOutMap ) in AddDefaultsToMap()
100 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LINE_STYLE, drawing::LineStyle_SOL… in AddDefaultsToMap()
101 ::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_LINE_WIDTH, 0 ); in AddDefaultsToMap()
102 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_LINE_COLOR, 0x000000 … in AddDefaultsToMap()
103 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int16 >( rOutMap, PROP_LINE_TRANSPARENCE, 0 … in AddDefaultsToMap()
104 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LINE_JOINT, drawing::LineJoint_ROU… in AddDefaultsToMap()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWallFloorWrapper.cxx70 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
71 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
73 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
76 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
78 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
90 namespace chart namespace
161 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()
H A DAreaWrapper.cxx68 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
69 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
71 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
74 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
76 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
90 namespace chart namespace
183 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()
H A DChartDataWrapper.cxx64 using ::com::sun::star::chart::XComplexDescriptionAccess;
65 using ::com::sun::star::chart::XChartData;
66 using ::com::sun::star::chart::XChartDataArray;
67 using ::com::sun::star::chart::XDateCategories;
118 namespace chart namespace
575 ::com::sun::star::chart::XChartDataChangeEventListener >& aListener ) in addChartDataChangeEventListener()
583 ::com::sun::star::chart::XChartDataChangeEventListener >& aListener ) in removeChartDataChangeEventListener()
638 ::com::sun::star::chart::ChartDataChangeEvent& aEvent ) in fireChartDataChangeEvent()
653 ::com::sun::star::chart::XChartDataChangeEventListener > xListener( in fireChartDataChangeEvent()
754 ::com::sun::star::chart::ChartDataChangeEvent aEvent( in applyData()
[all …]
/aoo41x/main/offapi/com/sun/star/table/
H A DTableChart.idl45 /** represents a chart based on data in a table or spreadsheet.
47 <p>This service does not represent the chart document model itself,
48 but the object in the table that contains this chart document.<p/>
54 /** provides access to the settings of this chart.
60 /** provides access to the chart document model.
62 @see com::sun::star::chart::ChartDocument
68 /** provides methods to access the name of the chart.
H A DXTableCharts.idl54 /** creates a chart and adds it to the collection.
57 is the name of the chart. This name is used to reference the
58 chart in the collection.
61 contains the rectangular location of the chart within the table
65 all cell ranges containing the source data of the chart.
84 /** removes a chart from the collection.
87 is the name of the chart to remove.
/aoo41x/main/chart2/source/model/main/
H A DBaseCoordinateSystem.cxx70 ::chart::tPropertyValueMap* operator()() in operator ()()
72 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
77 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
79 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_COORDINATESYSTEM_SWAPXANDYAXIS, fa… in lcl_AddDefaultsToMap()
83 struct StaticCooSysDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, StaticCooSys…
100 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
103 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
105 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
129 namespace chart namespace

Completed in 121 milliseconds

12345678910>>...45