Home
last modified time | relevance | path

Searched defs:xChartType (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/chart2/source/tools/
H A DChartTypeHelper.cxx46 bool ChartTypeHelper::isSupportingAxisSideBySide( in isSupportingAxisSideBySide()
68 …tingGeometryProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount ) in isSupportingGeometryProperties()
87 …ingStatisticProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount ) in isSupportingStatisticProperties()
112 …ngRegressionProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount ) in isSupportingRegressionProperties()
118 …pportingAreaProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount ) in isSupportingAreaProperties()
141 …ortingSymbolProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount ) in isSupportingSymbolProperties()
162 …st uno::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount, sal_Int32 nDimensionIndex ) in isSupportingMainAxis()
180 …no::Reference< XChartType >& xChartType, sal_Int32 nDimensionCount, sal_Int32 /*nDimensionIndex*/ ) in isSupportingSecondaryAxis()
201 sal_Bool ChartTypeHelper::isSupportingOverlapAndGapWidthProperties( in isSupportingOverlapAndGapWidthProperties()
221 sal_Bool ChartTypeHelper::isSupportingBarConnectors( in isSupportingBarConnectors()
[all …]
H A DDiagramHelper.cxx320 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in setStackMode() local
367 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getStackMode() local
385 StackMode DiagramHelper::getStackModeFromChartType( in getStackModeFromChartType()
532 Reference< XChartType > xChartType( aChartTypeList[nT], uno::UNO_QUERY ); in setDimension() local
684 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getChartTypeOfSeries() local
768 Reference< XChartType > xChartType; in getChartTypeByIndex() local
964 void lcl_generateAutomaticCategoriesFromChartType( in lcl_generateAutomaticCategoriesFromChartType()
1499 uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( in isPieOrDonutChart() local
1572 sal_Int32 DiagramHelper::getCorrectedMissingValueTreatment( in getCorrectedMissingValueTreatment()
H A DThreeDHelper.cxx166 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in lcl_isLightScheme() local
224 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in lcl_setLightsForScheme() local
276 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in lcl_isSimpleScheme() local
301 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in lcl_setSimpleScheme() local
H A DAxisHelper.cxx900 Reference< XChartType > xChartType = DiagramHelper::getChartTypeByIndex( xDiagram, 0 ); in getAxisOrGridPossibilities() local
950 Reference< XChartType > xChartType( AxisHelper::getChartTypeByIndex( xCooSys, 0 ) ); in shouldAxisBeDisplayed() local
1061 Reference< XChartType > xChartType; in getChartTypeByIndex() local
1144 Reference< XChartType > xChartType; in getFirstChartTypeWithSeriesAttachedToAxisIndex() local
H A DObjectIdentifier.cxx157 Reference< XChartType > xChartType( aChartTypeList[nT] ); in lcl_getFirstStockChartType() local
1280 … Reference<XChartType> xChartType( lcl_getFirstStockChartType( xChartModel ) ); in getObjectPropertySet() local
1288 … Reference<XChartType> xChartType( lcl_getFirstStockChartType( xChartModel ) ); in getObjectPropertySet() local
H A DDataSeriesHelper.cxx526 void deleteSeries( in deleteSeries()
648 …chedToSameAxis( const uno::Reference< chart2::XChartType >& xChartType, sal_Int32 & rOutAxisIndex ) in areAllSeriesAttachedToSameAxis()
/AOO41X/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx142 uno::Reference< chart2::XChartType > xChartType( aChartTypeList[nT] ); in lcl_getChartTypeOfSeries() local
175 uno::Reference< chart2::XChartType > xChartType( lcl_getChartTypeOfSeries( in isCandleStickSeries() local
/AOO41X/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx118 …eatment( const Reference< chart2::XDiagram >& xDiagram, const Reference< XChartType >& xChartType ) in lcl_ensureCorrectMissingValueTreatment()
494 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in resetStyles() local
564 Reference< XChartType > xChartType( getChartTypeForNewSeries(aFormerlyUsedChartTypes)); in createCoordinateSystems() local
654 …Reference< XChartType > xChartType( getChartTypeForNewSeries(Sequence< Reference< XChartType > >()… in adaptScales() local
/AOO41X/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx268 Reference< XDataSeries > lcl_CreateNewSeries( in lcl_CreateNewSeries()
513 Reference< chart2::XDataSeries > DialogModel::insertSeriesAfter( in insertSeriesAfter()
573 void DialogModel::deleteSeries( in deleteSeries()
H A Ddlg_ObjectProperties.cxx138 …uno::Reference< XChartType > xChartType = ChartModelHelper::getChartTypeOfSeries( xChartModel, xSe… in init() local
H A DDataBrowser.cxx323 void SeriesHeader::SetChartType( in SetChartType()
387 Image SeriesHeader::GetChartTypeImage( in GetChartTypeImage()
1378 Reference< chart2::XChartType > xChartType( in IMPL_LINK() local
H A DObjectNameProvider.cxx70 … Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries ) ); in lcl_getDataSeriesName() local
/AOO41X/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx100 …uno::Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram , xDataSeri… in SeriesOptionsItemConverter() local
H A DDataPointItemConverter.cxx249 …uno::Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram , xSeries )… in DataPointItemConverter() local
/AOO41X/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx312 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in createAxesTree() local
430 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree() local
H A DChartController_Properties.cxx201 …uno::Reference< XChartType > xChartType = ChartModelHelper::getChartTypeOfSeries( xChartModel, xSe… in createItemConverter() local
H A DChartController_Tools.cxx108 uno::Reference< chart2::XChartType > xChartType( in lcl_deleteDataSeries() local
/AOO41X/main/chart2/source/controller/chartapiwrapper/
H A DWrappedSymbolProperties.cxx326 …Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries… in getPropertyState() local
H A DDataSeriesPointWrapper.cxx566 …Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries… in isSupportingAreaProperties() local
H A DDiagramWrapper.cxx469 …Reference< chart2::XChartType > xChartType( ::chart::DiagramHelper::getChartTypeByIndex( xDiagram,… in lcl_isXYChart() local
673 … Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) ); in getDiagramType() local
/AOO41X/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx302 Reference< XChartType > xChartType( createInstance( aService ), UNO_QUERY_THROW ); in convertFromModel() local
/AOO41X/main/sc/source/filter/excel/
H A Dxichart.cxx2304 Reference< XChartType > xChartType( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateChartType() local
2714 Reference< XChartType > xChartType = maType.CreateChartType( xDiagram, Is3dChart() ); in CreateChartType() local
2781 void XclImpChTypeGroup::InsertDataSeries( Reference< XChartType > xChartType, in InsertDataSeries()
2812 …ChTypeGroup::CreateDataSeries( Reference< XChartType > xChartType, sal_Int32 nApiAxesSetIdx ) const in CreateDataSeries()
2829 …hTypeGroup::CreateStockSeries( Reference< XChartType > xChartType, sal_Int32 nApiAxesSetIdx ) const in CreateStockSeries()
3638 … Reference< XChartType > xChartType = aIt->second->CreateChartType( xDiagram, nApiAxesSetIdx ); in CreateCoordSystem() local
H A Dxechart.cxx2129 void XclExpChType::Convert( Reference< XDiagram > xDiagram, Reference< XChartType > xChartType, in Convert()
2415 void XclExpChTypeGroup::ConvertType( in ConvertType()
2440 void XclExpChTypeGroup::ConvertSeries( in ConvertSeries()
2553 void XclExpChTypeGroup::CreateAllStockSeries( in CreateAllStockSeries()
/AOO41X/main/chart2/source/view/main/
H A DVDataSeries.cxx596 …Reference< chart2::XChartType >& xChartType, sal_Int32 nDimensionCount, sal_Bool bSwapXAndY ) const in getLabelPlacement()
H A DChartView.cxx699 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in initializeCooSysAndSeriesPlotter() local
1889 …uno::Reference< chart2::XChartType > xChartType( DataSeriesHelper::getChartTypeOfSeries( xSeries, … in getExplicitNumberFormatKeyForDataLabel() local
2594 … Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) ); in createShapes() local

12