Home
last modified time | relevance | path

Searched refs:chart (Results 101 – 125 of 1124) sorted by relevance

12345678910>>...45

/aoo41x/main/chart2/source/model/template/
H A DBubbleChartType.cxx57 ::chart::tPropertyValueMap* operator()() in operator ()()
59 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
64 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & /*rOutMap*/ ) in lcl_AddDefaultsToMap()
69 struct StaticBubbleChartTypeDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap, Sta…
88 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
90 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
114 namespace chart namespace
H A DPieChartTypeTemplate.cxx101 ::chart::tPropertyValueMap* operator()() in operator ()()
103 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
108 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
110 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_PIE_TEMPLATE_OFFSET_MODE, chart2::… in lcl_AddDefaultsToMap()
111 …::chart::PropertyHelper::setPropertyValueDefault< double >( rOutMap, PROP_PIE_TEMPLATE_DEFAULT_OFF… in lcl_AddDefaultsToMap()
112 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_PIE_TEMPLATE_DIMENSIO… in lcl_AddDefaultsToMap()
113 … ::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_PIE_TEMPLATE_USE_RINGS, false ); in lcl_AddDefaultsToMap()
117 struct StaticPieChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValueMap…
136 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
138 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
[all …]
H A DBubbleChartTypeTemplate.cxx64 ::chart::tPropertyValueMap* operator()() in operator ()()
66 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
71 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & /*rOutMap*/ ) in lcl_AddDefaultsToMap()
76 struct StaticBubbleChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyValue…
95 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
97 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
122 namespace chart namespace
H A DColumnLineChartTypeTemplate.cxx77 ::chart::tPropertyValueMap* operator()() in operator ()()
79 static ::chart::tPropertyValueMap aStaticDefaults; in operator ()()
84 void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) in lcl_AddDefaultsToMap()
86 …::chart::PropertyHelper::setPropertyValueDefault< sal_Int32 >( rOutMap, PROP_COL_LINE_NUMBER_OF_LI… in lcl_AddDefaultsToMap()
90 struct StaticColumnLineChartTypeTemplateDefaults : public rtl::StaticAggregate< ::chart::tPropertyV…
109 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
111 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
136 namespace chart namespace
/aoo41x/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java21 package fvt.uno.sd.chart;
46 import com.sun.star.chart.ChartDataCaption;
47 import com.sun.star.chart.ChartLegendPosition;
48 import com.sun.star.chart.XAxisYSupplier;
49 import com.sun.star.chart.XChartData;
50 import com.sun.star.chart.XChartDataArray;
51 import com.sun.star.chart.XChartDocument;
52 import com.sun.star.chart.XDiagram;
/aoo41x/main/offapi/com/sun/star/chart2/
H A DAxis.idl28 #include <com/sun/star/chart/ChartAxisArrangeOrderType.idl>
29 #include <com/sun/star/chart/ChartAxisPosition.idl>
30 #include <com/sun/star/chart/ChartAxisLabelPosition.idl>
31 #include <com/sun/star/chart/ChartAxisMarkPosition.idl>
68 [optional, property] com::sun::star::chart::ChartAxisPosition CrossoverPosition;
80 [optional, property] com::sun::star::chart::ChartAxisLabelPosition LabelPosition;
84 [property] ::com::sun::star::chart::ChartAxisArrangeOrderType ArrangeOrder;
130 [optional, property] com::sun::star::chart::ChartAxisMarkPosition MarkPosition;
H A DXChartDocument.idl49 the css.chart API, so there is would be no way to chose either
59 the css.chart API, so there is would be no way to chose either
67 is handled by the chart document itself.
85 /** @return <TRUE/> if the data provider set at the chart document
90 but this is not necessary. The chart can also create an
105 /** sets a new component that is able to create different chart
111 /** retrieves the component that is able to create different chart
120 the properties of the background area of the chart
H A DCandleStickChartType.idl38 /** chart type service for candlestick charts.
42 /** The base service describing generic chart types.
62 /** If the candlestick chart shows japanese candlesticks, that is
75 /** If the candlestick chart shows japanese candlesticks, that is
89 the opening course in a stock chart) is shown in the chart.
101 in the chart. This also makes the roles "values-min" and
/aoo41x/main/sc/source/core/data/
H A Ddocumen5.cxx70 rtl::OUString& rRanges, chart::ChartDataRowSource& rDataRowSource, in lcl_GetChartParameters()
94 … rDataRowSource = (chart::ChartDataRowSource)ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in lcl_GetChartParameters()
104 const rtl::OUString& rRanges, chart::ChartDataRowSource eDataRowSource, in lcl_SetChartParameters()
167chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in UpdateAllCharts()
335 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in GetOldChartParameters()
342 if ( eDataRowSource == chart::ChartDataRowSource_COLUMNS ) in GetOldChartParameters()
384 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in UpdateChartArea()
407 if ( eDataRowSource == chart::ChartDataRowSource_COLUMNS ) in UpdateChartArea()
634 chart::ChartDataRowSource eDataRowSource = chart::ChartDataRowSource_COLUMNS; in SetChartRangeList()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx78 using namespace ::chart::wrapper;
84 using ::com::sun::star::chart::XAxis;
444 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
445 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
447 ::chart::SceneProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
456 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
625 namespace chart namespace
1251 …::com::sun::star::chart::ChartDataRowSource eChartDataRowSource = ::com::sun::star::chart::ChartDa… in setPropertyValue()
1297 …::com::sun::star::chart::ChartDataRowSource eChartDataRowSource = ::com::sun::star::chart::ChartDa… in getPropertyValue()
1311 aRet <<= ::com::sun::star::chart::ChartDataRowSource_COLUMNS; in getPropertyDefault()
[all …]
H A DGridWrapper.cxx69 ::chart::LineProperties::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()
88 namespace chart namespace
183 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()
/aoo41x/main/offapi/com/sun/star/chart/
H A DXChartData.idl31 #include <com/sun/star/chart/XChartDataChangeEventListener.idl>
37 module com { module sun { module star { module chart {
41 /** manages the data of the chart.
52 <type>ChartDataChangeEvent</type> every time the chart's data
61 …void addChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener aL…
70 …void removeChartDataChangeEventListener( [in] com::sun::star::chart::XChartDataChangeEventListener…
98 <TRUE/> if the number given is interpreted by the chart as
H A DChartDataArray.idl27 #include <com/sun/star/chart/ChartData.idl>
31 #include <com/sun/star/chart/XChartDataArray.idl>
35 #include <com/sun/star/chart/XChartData.idl>
41 module com { module sun { module star { module chart {
53 service com::sun::star::chart::ChartData;
54 interface com::sun::star::chart::XChartDataArray;
H A DXChartDataChangeEventListener.idl31 #include <com/sun/star/chart/ChartDataChangeEvent.idl>
37 module com { module sun { module star { module chart {
41 /** makes it possible to receive events when chart data changes.
47 /** is called whenever chart data changes in value or structure.
50 to get notified of changes in chart data. They can be
59 void chartDataChanged( [in] com::sun::star::chart::ChartDataChangeEvent aEvent );
H A DX3DDefaultSetter.idl33 module com { module sun { module star { module chart {
43 /** The result may depend on the current chart type and the current shade mode.
47 /** sets a suiteable default for the rotation of the current 3D chart.
48 The result may depend on the current chart type.
52 /** set suiteable defaults for the illumination of the current 3D chart.
53 …ndent on other 3D settings as rotation or shade mode. It may depend on the current chart type also.
H A DChartTwoAxisXSupplier.idl27 #include <com/sun/star/chart/XTwoAxisXSupplier.idl>
31 #include <com/sun/star/chart/ChartAxisXSupplier.idl>
37 module com { module sun { module star { module chart {
41 /** a helper service for chart documents which supply
48 interface com::sun::star::chart::XTwoAxisXSupplier;
50 service com::sun::star::chart::ChartAxisXSupplier;
H A DChartTwoAxisYSupplier.idl27 #include <com/sun/star/chart/XTwoAxisYSupplier.idl>
31 #include <com/sun/star/chart/ChartAxisYSupplier.idl>
37 module com { module sun { module star { module chart {
41 /** a helper service for chart documents which supply
48 interface com::sun::star::chart::XTwoAxisYSupplier;
50 service com::sun::star::chart::ChartAxisYSupplier;
H A DChartTableAddressSupplier.idl27 #include <com/sun/star/chart/ChartSeriesAddress.idl>
32 module com { module sun { module star { module chart {
36 cell ranges of the container document of a chart.
39 contains this chart.
53 This sequence should contain one element for each series in the chart.
57 [property] sequence< com::sun::star::chart::ChartSeriesAddress > SeriesAddresses;
H A DChartLegendPosition.idl29 module com { module sun { module star { module chart {
40 /** no chart legend is displayed.
50 /** displays the chart legend on the left side of the diagram.
59 /** displays the chart legend above the diagram.
68 /** displays the chart legend on the right side of the diagram.
77 /** displays the chart legend beneath the diagram.
/aoo41x/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx64 struct lcl_ObjectToOID : public ::std::unary_function< Reference< uno::XInterface >, ::chart::Objec…
70 ::chart::ObjectIdentifier operator() ( const Reference< uno::XInterface > & xObj ) in operator ()()
72 …return ::chart::ObjectIdentifier( ::chart::ObjectIdentifier::createClassifiedIdentifierForObject( … in operator ()()
80 ::chart::ObjectHierarchy::tChildContainer& rOutChildren, in lcl_getChildOIDs()
97 ::chart::ObjectIdentifier::isCID( aName )) in lcl_getChildOIDs()
99 rOutChildren.push_back( ::chart::ObjectIdentifier( aName ) ); in lcl_getChildOIDs()
109 void lcl_addAxisTitle( const Reference< XAxis >& xAxis, ::chart::ObjectHierarchy::tChildContainer& … in lcl_addAxisTitle()
117 …::chart::ObjectIdentifier( ::chart::ObjectIdentifier::createClassifiedIdentifierForObject( xAxisTi… in lcl_addAxisTitle()
123 namespace chart namespace
482 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in createDataSeriesTree()
[all …]
/aoo41x/main/chart2/source/tools/
H A DStatisticsHelper.cxx108 ::chart::DataSeriesHelper::getDataSequenceByRole( xDataSource, aLongRole )); in lcl_getErrorBarLabeledSequence()
114 xLSeq.set( ::chart::DataSeriesHelper::getDataSequenceByRole( xDataSource, aPlainRole )); in lcl_getErrorBarLabeledSequence()
177 namespace chart namespace
358 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in hasErrorBars()
362 nStyle != ::com::sun::star::chart::ErrorBarStyle::NONE ); in hasErrorBars()
372 ::com::sun::star::chart::ErrorBarStyle::NONE )); in removeErrorBars()
380 sal_Int32 nStyle = ::com::sun::star::chart::ErrorBarStyle::NONE; in usesErrorBarRanges()
384 nStyle == ::com::sun::star::chart::ErrorBarStyle::FROM_DATA ); in usesErrorBarRanges()
/aoo41x/main/sc/inc/
H A Dchartlis.hxx92 …void SetUno( const com::sun::star::uno::Reference< com::sun::star::chart::XChartDataChangeEventL…
93 const com::sun::star::uno::Reference< com::sun::star::chart::XChartData >& rSource );
94 …com::sun::star::uno::Reference< com::sun::star::chart::XChartDataChangeEventListener > GetUnoListe…
95 com::sun::star::uno::Reference< com::sun::star::chart::XChartData > GetUnoSource() const;
178 …void FreeUno( const com::sun::star::uno::Reference< com::sun::star::chart::XChartDataChangeEvent…
179 const com::sun::star::uno::Reference< com::sun::star::chart::XChartData >& rSource );
/aoo41x/main/qadevOOo/tests/java/ifc/chart/
H A D_LineDiagram.java24 package ifc.chart;
31 import com.sun.star.chart.XChartDocument;
32 import com.sun.star.chart.XDiagram;
106 int a = com.sun.star.chart.ChartSymbolType.AUTO;
107 int b = com.sun.star.chart.ChartSymbolType.NONE;
168 new Integer(com.sun.star.chart.ChartSymbolType.BITMAPURL)); in _SymbolBitmapURL()
/aoo41x/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx36 namespace chart namespace
67 rAlignment, ::com::sun::star::chart::DataLabelPlacement::OUTSIDE in getLabelScreenPositionAndAlignmentForLogicValues()
79 bool bCenter = (nLabelPlacement != ::com::sun::star::chart::DataLabelPlacement::OUTSIDE) in getLabelScreenPositionAndAlignmentForUnitCircleValues()
80 && (nLabelPlacement != ::com::sun::star::chart::DataLabelPlacement::INSIDE); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
92 …if(3==m_nDimensionCount && nLabelPlacement == ::com::sun::star::chart::DataLabelPlacement::OUTSIDE) in getLabelScreenPositionAndAlignmentForUnitCircleValues()
140 bool bOutside = nLabelPlacement == ::com::sun::star::chart::DataLabelPlacement::OUTSIDE; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
/aoo41x/main/offapi/com/sun/star/chart2/data/
H A DDataSequenceRole.idl53 in a bar, line, etc. chart</dd>
56 XYZ-Diagram or a surface-chart</dd>
76 <p>In a candle-stick chart you have the following roles:</p>
80 <dd>the first value of a series of values. In a stock-chart this
83 <dd>the last value of a series of values. In a stock-chart this
86 <dd>the minimum value of a series of values. In a stock-chart
90 <dd>the maximum value of a series of values. In a stock-chart

Completed in 106 milliseconds

12345678910>>...45