Home
last modified time | relevance | path

Searched refs:chart (Results 51 – 75 of 1124) sorted by relevance

12345678910>>...45

/aoo41x/main/chart2/source/model/main/
H A DDiagram.cxx185 ::chart::tPropertyValueMap* operator()() in operator ()()
187 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
192 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
195 … ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_DIAGRAM_SORT_BY_X_VALUES, false ); in lcl_AddDefaultsToMap()
196 … ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_DIAGRAM_CONNECT_BARS, false ); in lcl_AddDefaultsToMap()
202 ::chart::SceneProperties::AddDefaultsToMap( rOutMap ); in lcl_AddDefaultsToMap()
223 ::chart::SceneProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
224 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
227 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
229 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
[all …]
H A DFormattedString.cxx48 ::chart::tPropertyValueMap* operator()() in operator ()()
50 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
55 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
57 ::chart::CharacterProperties::AddDefaultsToMap( rOutMap ); in lcl_AddDefaultsToMap()
61 struct StaticFormattedStringDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Sta…
77 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
80 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
82 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
107 namespace chart namespace
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx69 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
70 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
72 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
75 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
77 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
114 ::chart::tPropertyValueMap* operator()() in operator ()()
116 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
121 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
123 ::chart::LineProperties::AddDefaultsToMap( rOutMap ); in lcl_AddDefaultsToMap()
124 ::chart::FillProperties::AddDefaultsToMap( rOutMap ); in lcl_AddDefaultsToMap()
[all …]
H A DAxisWrapper.cxx61 using namespace ::chart::ContainerHelper;
190 … ::getCppuType( reinterpret_cast< const ::com::sun::star::chart::TimeIncrement * >(0)), in lcl_AddPropertiesToVector()
197 … ::getCppuType( reinterpret_cast< const ::com::sun::star::chart::TimeIncrement * >(0)), in lcl_AddPropertiesToVector()
364 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
365 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
367 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
368 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
371 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
373 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
385 namespace chart namespace
[all …]
H A DWrappedDataCaptionProperties.cxx43 namespace chart namespace
76 nCaption |= ::com::sun::star::chart::ChartDataCaption::VALUE; in lcl_LabelToCaption()
78 nCaption |= ::com::sun::star::chart::ChartDataCaption::PERCENT; in lcl_LabelToCaption()
80 nCaption |= ::com::sun::star::chart::ChartDataCaption::TEXT; in lcl_LabelToCaption()
82 nCaption |= ::com::sun::star::chart::ChartDataCaption::SYMBOL; in lcl_LabelToCaption()
91 if( nCaption & ::com::sun::star::chart::ChartDataCaption::VALUE ) in lcl_CaptionToLabel()
93 if( nCaption & ::com::sun::star::chart::ChartDataCaption::PERCENT ) in lcl_CaptionToLabel()
95 if( nCaption & ::com::sun::star::chart::ChartDataCaption::TEXT ) in lcl_CaptionToLabel()
97 if( nCaption & ::com::sun::star::chart::ChartDataCaption::SYMBOL ) in lcl_CaptionToLabel()
H A DTitleWrapper.cxx56 namespace chart namespace
76 : ::chart::WrappedProperty( C2U( "String" ), OUString() ) in WrappedTitleStringProperty()
194 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
195 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
196 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
198 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
203 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
205 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
217 namespace chart namespace
222 TitleWrapper::TitleWrapper( ::chart::TitleHelper::eTitleType eTitleType, in TitleWrapper()
[all …]
H A DWrappedSymbolProperties.cxx60 namespace chart namespace
136 sal_Int32 nSymbol = ::com::sun::star::chart::ChartSymbolType::NONE; in lcl_getSymbolType()
142 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; in lcl_getSymbolType()
148 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; in lcl_getSymbolType()
151 nSymbol = ::com::sun::star::chart::ChartSymbolType::BITMAPURL; in lcl_getSymbolType()
154 nSymbol = ::com::sun::star::chart::ChartSymbolType::AUTO; in lcl_getSymbolType()
163 case ::com::sun::star::chart::ChartSymbolType::NONE: in lcl_setSymbolTypeToSymbol()
166 case ::com::sun::star::chart::ChartSymbolType::AUTO: in lcl_setSymbolTypeToSymbol()
169 case ::com::sun::star::chart::ChartSymbolType::BITMAPURL: in lcl_setSymbolTypeToSymbol()
251 , uno::makeAny( ::com::sun::star::chart::ChartSymbolType::NONE ) in WrappedSymbolTypeProperty()
[all …]
H A DMinMaxLineWrapper.cxx57 ::chart::tPropertyValueMap* operator()() in operator ()()
59 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
64 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
66 ::chart::LineProperties::AddDefaultsToMap( rOutMap ); in lcl_AddDefaultsToMap()
87 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
89 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
92 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
94 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
133 namespace chart namespace
190 ::chart::DiagramHelper::getChartTypesFromDiagram( xDiagram ) ); in setPropertyValue()
[all …]
/aoo41x/main/chart2/source/model/template/
H A DCandleStickChartType.cxx96 ::chart::tPropertyValueMap* operator()() in operator ()()
98 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
103 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
106 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CANDLESTICKCHARTTYPE_JAPANESE, fal… in lcl_AddDefaultsToMap()
107 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST, f… in lcl_AddDefaultsToMap()
108 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW… in lcl_AddDefaultsToMap()
131 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
133 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
158 namespace chart namespace
165 Reference< beans::XPropertySet > xWhiteDayProps( new ::chart::StockBar( true )); in CandleStickChartType()
[all …]
H A DLineChartType.cxx79 ::chart::tPropertyValueMap* operator()() in operator ()()
81 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
86 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
88 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_LINECHARTTYPE_CURVE_STYLE, ::chart… in lcl_AddDefaultsToMap()
89 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_LINECHARTTYPE_CURVE_R… in lcl_AddDefaultsToMap()
93 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_LINECHARTTYPE_SPLINE_… in lcl_AddDefaultsToMap()
97 struct StaticLineChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Stati…
116 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
118 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
143 namespace chart namespace
H A DColumnChartType.cxx68 ::chart::tPropertyValueMap* operator()() in operator ()()
70 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
75 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
80 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_BARCHARTTYPE_OVERLAP_SEQUENCE, aSe… in lcl_AddDefaultsToMap()
83 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_BARCHARTTYPE_GAPWIDTH_SEQUENCE, aS… in lcl_AddDefaultsToMap()
87 struct StaticColumnChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Sta…
106 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
108 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
133 namespace chart namespace
H A DScatterChartType.cxx83 ::chart::tPropertyValueMap* operator()() in operator ()()
85 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
90 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
92 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_SCATTERCHARTTYPE_CURVE_STYLE, char… in lcl_AddDefaultsToMap()
93 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_SCATTERCHARTTYPE_CURV… in lcl_AddDefaultsToMap()
97 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_SCATTERCHARTTYPE_SPLI… in lcl_AddDefaultsToMap()
101 struct StaticScatterChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, St…
120 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
122 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
147 namespace chart namespace
H A DPieChartType.cxx74 ::chart::tPropertyValueMap* operator()() in operator ()()
76 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
81 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
83 … ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_PIECHARTTYPE_USE_RINGS, false ); in lcl_AddDefaultsToMap()
84 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_PIECHARTTYPE_3DRELATI… in lcl_AddDefaultsToMap()
88 struct StaticPieChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Static…
107 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
109 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
134 namespace chart namespace
/aoo41x/main/qadevOOo/runner/util/
H A DValueChanger.java471 … com.sun.star.chart.ChartErrorCategory CC1 = com.sun.star.chart.ChartErrorCategory.CONSTANT_VALUE; in changePValue()
472 … com.sun.star.chart.ChartErrorCategory CC2 = com.sun.star.chart.ChartErrorCategory.ERROR_MARGIN; in changePValue()
473 com.sun.star.chart.ChartErrorCategory CC3 = com.sun.star.chart.ChartErrorCategory.NONE; in changePValue()
474 com.sun.star.chart.ChartErrorCategory CC4 = com.sun.star.chart.ChartErrorCategory.PERCENT; in changePValue()
476 com.sun.star.chart.ChartErrorCategory CC6 = com.sun.star.chart.ChartErrorCategory.VARIANCE; in changePValue()
485 … com.sun.star.chart.ChartErrorIndicatorType IT1 = com.sun.star.chart.ChartErrorIndicatorType.LOWER; in changePValue()
486 … com.sun.star.chart.ChartErrorIndicatorType IT2 = com.sun.star.chart.ChartErrorIndicatorType.NONE; in changePValue()
488 … com.sun.star.chart.ChartErrorIndicatorType IT4 = com.sun.star.chart.ChartErrorIndicatorType.UPPER; in changePValue()
498 …com.sun.star.chart.ChartRegressionCurveType CT4 = com.sun.star.chart.ChartRegressionCurveType.NONE; in changePValue()
510 com.sun.star.chart.ChartDataRowSource RS1 = com.sun.star.chart.ChartDataRowSource.COLUMNS; in changePValue()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Dchartlis.cxx56 uno::Reference< chart::XChartDataChangeEventListener > xListener;
57 uno::Reference< chart::XChartData > xSource;
61 const uno::Reference< chart::XChartData >& rS ) : in ScChartUnoData()
219 const uno::Reference< chart::XChartDataChangeEventListener >& rListener, in SetUno()
220 const uno::Reference< chart::XChartData >& rSource ) in SetUno()
231 return uno::Reference< chart::XChartDataChangeEventListener >(); in GetUnoListener()
234 uno::Reference< chart::XChartData > ScChartListener::GetUnoSource() const in GetUnoSource()
238 return uno::Reference< chart::XChartData >(); in GetUnoSource()
261 chart::ChartDataChangeEvent aEvent( pUnoData->GetSource(), in Update()
262 chart::ChartDataChangeType_ALL, in Update()
[all …]
/aoo41x/main/offapi/com/sun/star/chart/
H A DBubbleDiagram.idl27 #include <com/sun/star/chart/Diagram.idl>
31 #include <com/sun/star/chart/ChartAxisXSupplier.idl>
35 #include <com/sun/star/chart/ChartTwoAxisYSupplier.idl>
39 #include <com/sun/star/chart/ChartStatistics.idl>
44 module com { module sun { module star { module chart {
52 service com::sun::star::chart::Diagram;
53 service com::sun::star::chart::ChartAxisXSupplier;
54 service com::sun::star::chart::ChartTwoAxisYSupplier;
55 [optional] service com::sun::star::chart::ChartStatistics;
H A DFilledNetDiagram.idl27 #include <com/sun/star/chart/Diagram.idl>
31 #include <com/sun/star/chart/StackableDiagram.idl>
35 #include <com/sun/star/chart/ChartAxisXSupplier.idl>
39 #include <com/sun/star/chart/ChartAxisYSupplier.idl>
45 module com { module sun { module star { module chart {
55 service com::sun::star::chart::Diagram;
56 service com::sun::star::chart::ChartAxisXSupplier;
57 service com::sun::star::chart::ChartAxisYSupplier;
58 service com::sun::star::chart::StackableDiagram;
/aoo41x/main/chart2/workbench/addin/
H A Dsampleaddin.cxx224 uno::Reference< chart::X3DDisplay > xWallSupplier( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in initialize()
345 uno::Reference< chart::XChartData > xData = mxChartDoc->getData(); in refresh()
346 uno::Reference< chart::XChartDataArray > xDataArray( xData, uno::UNO_QUERY ); in refresh()
445 uno::Reference< chart::XDiagram > xDia = mxChartDoc->getDiagram(); in getDataRowProperties()
459 uno::Reference< chart::XDiagram > xDia = mxChartDoc->getDiagram(); in getDataPointProperties()
528 uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXAxisTitle()
541 uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXAxis()
554 uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXMainGrid()
567 uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXHelpGrid()
581 uno::Reference< chart::XAxisYSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getYAxisTitle()
[all …]
/aoo41x/main/svx/source/items/
H A Dchrtitem.cxx161 ::com::sun::star::chart::ChartAxisArrangeOrderType eAO; in QueryValue()
167 eAO = ::com::sun::star::chart::ChartAxisArrangeOrderType_SIDE_BY_SIDE; break; in QueryValue()
169 eAO = ::com::sun::star::chart::ChartAxisArrangeOrderType_STAGGER_ODD; break; in QueryValue()
171 eAO = ::com::sun::star::chart::ChartAxisArrangeOrderType_STAGGER_EVEN; break; in QueryValue()
173 eAO = ::com::sun::star::chart::ChartAxisArrangeOrderType_AUTO; break; in QueryValue()
186 ::com::sun::star::chart::ChartAxisArrangeOrderType eAO; in PutValue()
195 eAO = static_cast< ::com::sun::star::chart::ChartAxisArrangeOrderType >( nAO ); in PutValue()
200 case ::com::sun::star::chart::ChartAxisArrangeOrderType_SIDE_BY_SIDE: in PutValue()
202 case ::com::sun::star::chart::ChartAxisArrangeOrderType_STAGGER_ODD: in PutValue()
204 case ::com::sun::star::chart::ChartAxisArrangeOrderType_STAGGER_EVEN: in PutValue()
[all …]
/aoo41x/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv4 "SwXTextTable";"com::sun::star::chart::XChartData";"addChartDataChangeEventListener()"
5 "SwXTextTable";"com::sun::star::chart::XChartData";"removeChartDataChangeEventListener()"
6 "SwXTextTable";"com::sun::star::chart::XChartData";"getNotANumber()"
7 "SwXTextTable";"com::sun::star::chart::XChartData";"isNotANumber()"
52 "SwXTextTable";"com::sun::star::chart::XChartDataArray";"getData()"
53 "SwXTextTable";"com::sun::star::chart::XChartDataArray";"setData()"
54 "SwXTextTable";"com::sun::star::chart::XChartDataArray";"getRowDescriptions()"
55 "SwXTextTable";"com::sun::star::chart::XChartDataArray";"setRowDescriptions()"
56 "SwXTextTable";"com::sun::star::chart::XChartDataArray";"getColumnDescriptions()"
57 "SwXTextTable";"com::sun::star::chart::XChartDataArray";"setColumnDescriptions()"
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DMultipleChartConverters.cxx46 namespace chart namespace
67 m_aConverters.push_back( new ::chart::wrapper::AxisItemConverter( in AllAxisItemConverter()
72 m_aConverters.push_back( new ::chart::wrapper::AxisItemConverter( in AllAxisItemConverter()
102 m_aConverters.push_back( new ::chart::wrapper::GraphicPropertyItemConverter( in AllGridItemConverter()
104 … ::chart::wrapper::GraphicPropertyItemConverter::LINE_PROPERTIES ) ); in AllGridItemConverter()
129 ::chart::ChartModelHelper::getDataSeries( xChartModel )); in AllDataLabelItemConverter()
141 m_aConverters.push_back( new ::chart::wrapper::DataPointItemConverter( in AllDataLabelItemConverter()
185 m_aConverters.push_back( new ::chart::wrapper::TitleItemConverter( in AllTitleItemConverter()
208 ::chart::ChartModelHelper::getDataSeries( xChartModel )); in AllSeriesStatisticsConverter()
214 m_aConverters.push_back( new ::chart::wrapper::StatisticsItemConverter( in AllSeriesStatisticsConverter()
/aoo41x/main/xmloff/source/chart/
H A DXMLAxisPositionPropertyHdl.cxx53 rValue <<= ::com::sun::star::chart::ChartAxisPosition_START; in importXML()
61 rValue <<= ::com::sun::star::chart::ChartAxisPosition_END; in importXML()
69 rValue <<= ::com::sun::star::chart::ChartAxisPosition_VALUE; in importXML()
102 …::com::sun::star::chart::ChartAxisPosition ePosition( ::com::sun::star::chart::ChartAxisPosition_Z… in exportXML()
106 case ::com::sun::star::chart::ChartAxisPosition_START: in exportXML()
110 case ::com::sun::star::chart::ChartAxisPosition_END: in exportXML()
114 case ::com::sun::star::chart::ChartAxisPosition_ZERO: in exportXML()
H A DSchXMLPlotAreaContext.hxx39 namespace chart { namespace
59 …void getCameraDefaultFromDiagram( const ::com::sun::star::uno::Reference< com::sun::star::chart::X…
109 ::com::sun::star::chart::ChartSeriesAddress >& rSeriesAddresses,
116 ::com::sun::star::chart::ChartDataRowSource & rDataRowSource,
132 ::com::sun::star::uno::Reference< com::sun::star::chart::XDiagram > mxDiagram;
135 ::com::sun::star::uno::Sequence< ::com::sun::star::chart::ChartSeriesAddress >& mrSeriesAddresses;
154 ::com::sun::star::chart::ChartDataRowSource & mrDataRowSource;
217 ::com::sun::star::uno::Reference< ::com::sun::star::chart::X3DDisplay > mxWallFloorSupplier;
225 ::com::sun::star::uno::Reference< ::com::sun::star::chart::XDiagram >& xDiagram,
245 ::com::sun::star::uno::Reference< ::com::sun::star::chart::XStatisticDisplay > mxStockPropProvider;
[all …]
/aoo41x/main/chart2/source/tools/
H A DDataSourceHelper.cxx47 namespace chart namespace
97 sal_Int32 eStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in lcl_addErrorBarRanges()
99 eStyle == ::com::sun::star::chart::ErrorBarStyle::FROM_DATA ) in lcl_addErrorBarRanges()
123 return new ::chart::CachedDataSequence(); in createCachedDataSequence()
128 return new ::chart::CachedDataSequence( rSingleText ); in createCachedDataSequence()
135 return new ::chart::LabeledDataSequence( xValues, xLabels ); in createLabeledDataSequence()
141 return new ::chart::LabeledDataSequence( xValues ); in createLabeledDataSequence()
147 return new ::chart::LabeledDataSequence( xContext ); in createLabeledDataSequence()
153 …::com::sun::star::chart::ChartDataRowSource eRowSource = ::com::sun::star::chart::ChartDataRowSour… in createArguments()
155 eRowSource = ::com::sun::star::chart::ChartDataRowSource_COLUMNS; in createArguments()
[all …]
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Tools.cxx109 … ::chart::DataSeriesHelper::getChartTypeOfSeries( xSeries, xChartDoc->getFirstDiagram())); in lcl_deleteDataSeries()
112 ::chart::UndoGuard aUndoGuard( in lcl_deleteDataSeries()
120 ::chart::DataSeriesHelper::deleteSeries( xSeries, xChartType ); in lcl_deleteDataSeries()
122 ::chart::AxisHelper::hideAxisIfNoDataIsAttached( xAxis, xDiagram ); in lcl_deleteDataSeries()
138 ::chart::ObjectIdentifier::getObjectPropertySet( in lcl_deleteDataCurve()
139 ::chart::ObjectIdentifier::getSeriesParticleFromCID( rCID ), xModel ), uno::UNO_QUERY ); in lcl_deleteDataCurve()
142 ::chart::UndoGuard aUndoGuard( in lcl_deleteDataCurve()
144 ActionDescriptionProvider::DELETE, String( ::chart::SchResId( STR_OBJECT_CURVE ))), in lcl_deleteDataCurve()
146 ::chart::RegressionCurveHelper::removeAllExceptMeanValueLine( xRegCurveCnt ); in lcl_deleteDataCurve()
201 namespace chart namespace
[all …]

Completed in 133 milliseconds

12345678910>>...45