/aoo42x/main/chart2/source/tools/ |
H A D | ChartTypeHelper.cxx | 51 if( xChartType.is() && in isSupportingAxisSideBySide() 73 if(xChartType.is()) in isSupportingGeometryProperties() 92 if(xChartType.is()) in isSupportingStatisticProperties() 123 if(xChartType.is()) in isSupportingAreaProperties() 146 if(xChartType.is()) in isSupportingSymbolProperties() 168 if(xChartType.is()) in isSupportingMainAxis() 185 if(xChartType.is()) in isSupportingSecondaryAxis() 207 if(xChartType.is()) in isSupportingOverlapAndGapWidthProperties() 227 if(xChartType.is()) in isSupportingBarConnectors() 366 if(xChartType.is()) in isSupportingRightAngledAxes() [all …]
|
H A D | DiagramHelper.cxx | 370 xChartType, rbFound, rbAmbiguous, xCooSys ); in getStackMode() 386 const Reference< XChartType > & xChartType, in getStackModeFromChartType() 696 return xChartType; in getChartTypeOfSeries() 768 Reference< XChartType > xChartType; in getChartTypeByIndex() local 773 return xChartType; in getChartTypeByIndex() 791 return xChartType; in getChartTypeByIndex() 966 const Reference< XChartType >& xChartType ) in lcl_generateAutomaticCategoriesFromChartType() 968 if(!xChartType.is()) in lcl_generateAutomaticCategoriesFromChartType() 1502 if( xChartType .is() ) in isPieOrDonutChart() 1504 rtl::OUString aChartType = xChartType->getChartType(); in isPieOrDonutChart() [all …]
|
H A D | ThreeDHelper.cxx | 166 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in lcl_isLightScheme() local 170 if( nColor != ::chart::ChartTypeHelper::getDefaultDirectLightColor( !bRealistic, xChartType ) ) in lcl_isLightScheme() 175 …nAmbientColor != ::chart::ChartTypeHelper::getDefaultAmbientLightColor( !bRealistic, xChartType ) ) in lcl_isLightScheme() 182 ? ChartTypeHelper::getDefaultRealisticLightDirection(xChartType) in lcl_isLightScheme() 183 : ChartTypeHelper::getDefaultSimpleLightDirection(xChartType) ); in lcl_isLightScheme() 224 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in lcl_setLightsForScheme() local 226 ? ChartTypeHelper::getDefaultSimpleLightDirection(xChartType) in lcl_setLightsForScheme() 227 : ChartTypeHelper::getDefaultRealisticLightDirection(xChartType) ) ); in lcl_setLightsForScheme() 236 if( ChartTypeHelper::isSupportingRightAngledAxes( xChartType ) ) in lcl_setLightsForScheme() 277 return ChartTypeHelper::noBordersForSimpleScheme( xChartType ); in lcl_isSimpleScheme() [all …]
|
H A D | AxisHelper.cxx | 900 Reference< XChartType > xChartType = DiagramHelper::getChartTypeByIndex( xDiagram, 0 ); in getAxisOrGridPossibilities() local 902 … rPossibilityList[nIndex]=ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nIndex); in getAxisOrGridPossibilities() 950 Reference< XChartType > xChartType( AxisHelper::getChartTypeByIndex( xCooSys, 0 ) ); in shouldAxisBeDisplayed() local 954 … bRet = ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nDimensionIndex); in shouldAxisBeDisplayed() 1061 Reference< XChartType > xChartType; in getChartTypeByIndex() local 1068 xChartType.set( aChartTypeList[nIndex] ); in getChartTypeByIndex() 1071 return xChartType; in getChartTypeByIndex() 1144 Reference< XChartType > xChartType; in getFirstChartTypeWithSeriesAttachedToAxisIndex() local 1152 xChartType = DiagramHelper::getChartTypeOfSeries( xDiagram, *aIter ); in getFirstChartTypeWithSeriesAttachedToAxisIndex() 1153 if(xChartType.is()) in getFirstChartTypeWithSeriesAttachedToAxisIndex() [all …]
|
H A D | ObjectIdentifier.cxx | 157 Reference< XChartType > xChartType( aChartTypeList[nT] ); in lcl_getFirstStockChartType() local 158 if(!xChartType.is()) in lcl_getFirstStockChartType() 160 OUString aChartType = xChartType->getChartType(); in lcl_getFirstStockChartType() 162 return xChartType; in lcl_getFirstStockChartType() 1280 … Reference<XChartType> xChartType( lcl_getFirstStockChartType( xChartModel ) ); in getObjectPropertySet() local 1281 … Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in getObjectPropertySet() 1288 … Reference<XChartType> xChartType( lcl_getFirstStockChartType( xChartModel ) ); in getObjectPropertySet() local 1289 … Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in getObjectPropertySet()
|
H A D | DataSeriesHelper.cxx | 528 const Reference< chart2::XChartType > & xChartType ) in deleteSeries() 532 Reference< chart2::XDataSeriesContainer > xSeriesCnt( xChartType, uno::UNO_QUERY_THROW ); in deleteSeries() 648 bool areAllSeriesAttachedToSameAxis( const uno::Reference< chart2::XChartType >& xChartType, sal_In… in areAllSeriesAttachedToSameAxis() argument 652 …uno::Reference< chart2::XDataSeriesContainer > xDataSeriesContainer( xChartType, uno::UNO_QUERY_TH… in areAllSeriesAttachedToSameAxis()
|
/aoo42x/main/chart2/source/inc/ |
H A D | ChartTypeHelper.hxx | 55 …( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType ); 57 … const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType ); 59 … const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType ); 66 …const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_In… 71 … const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType ); 80 …Line( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType ); 83 …xisType( const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType 87 ::com::sun::star::chart2::XChartType >& xChartType ); 90 ::com::sun::star::chart2::XChartType >& xChartType ); 93 ::com::sun::star::chart2::XChartType >& xChartType ); [all …]
|
H A D | DataSeriesHelper.hxx | 145 ::com::sun::star::chart2::XChartType > & xChartType ); 174 const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType,
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 76 const Reference< XChartType > & xChartType ) in operator ()() 270 const Reference< XChartType > & xChartType, in lcl_CreateNewSeries() 295 if( xChartType.is()) in lcl_CreateNewSeries() 300 if( aCTs[nGroupIndex] == xChartType ) in lcl_CreateNewSeries() 312 if( xChartType.is() && xSink.is()) in lcl_CreateNewSeries() 474 if( xChartType.is()) in getRolesWithRanges() 515 const Reference< XChartType > & xChartType, in insertSeriesAfter() 529 if( xChartType.is()) in insertSeriesAfter() 539 xChartType, in insertSeriesAfter() 575 const Reference< XChartType > & xChartType ) in deleteSeries() [all …]
|
H A D | dlg_ObjectProperties.cxx | 138 …uno::Reference< XChartType > xChartType = ChartModelHelper::getChartTypeOfSeries( xChartModel, xSe… in init() local 146 …m_bHasGeometryProperties = ChartTypeHelper::isSupportingGeometryProperties( xChartType, nDimension… in init() 147 …m_bHasAreaProperties = ChartTypeHelper::isSupportingAreaProperties( xChartType, nDimensionCoun… in init() 148 …m_bHasSymbolProperties = ChartTypeHelper::isSupportingSymbolProperties( xChartType, nDimensionCo… in init() 152 …atisticProperties = ChartTypeHelper::isSupportingStatisticProperties( xChartType, nDimensionCount… in init() 153 …m_bProvidesSecondaryYAxis = ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCou… in init() 155 …m_bProvidesBarConnectors = ChartTypeHelper::isSupportingBarConnectors( xChartType, nDimensionCoun… in init() 156 m_bProvidesStartingAngle = ChartTypeHelper::isSupportingStartingAngle( xChartType ); in init() 158 …bProvidesMissingValueTreatments = ChartTypeHelper::getSupportedMissingValueTreatments( xChartType ) in init() 188 … xChartType = AxisHelper::getFirstChartTypeWithSeriesAttachedToAxisIndex( xDiagram, nAxisIndex ); in init() [all …]
|
H A D | DataBrowser.cxx | 177 void SetChartType( const Reference< chart2::XChartType > & xChartType, 217 const Reference< chart2::XChartType > & xChartType, 324 const Reference< chart2::XChartType > & xChartType, in SetChartType() 328 m_spSymbol->SetImage( GetChartTypeImage( xChartType, bSwapXAndYAxis, bIsHighContrast )); in SetChartType() 388 const Reference< chart2::XChartType > & xChartType, in GetChartTypeImage() 393 if( !xChartType.is()) in GetChartTypeImage() 395 OUString aChartTypeName( xChartType->getChartType()); in GetChartTypeImage() 1378 Reference< chart2::XChartType > xChartType( in IMPL_LINK() local 1380 if( xChartType.is()) in IMPL_LINK() 1383 … DataSeriesHelper::getDataSequenceByRole( xSource, xChartType->getRoleOfSequenceForSeriesLabel())); in IMPL_LINK()
|
H A D | DialogModel.hxx | 100 ::com::sun::star::chart2::XChartType > & xChartType ) const; 118 ::com::sun::star::chart2::XChartType > & xChartType, 125 ::com::sun::star::chart2::XChartType > & xChartType );
|
H A D | DataBrowserModel.cxx | 329 Reference< chart2::XChartType > xChartType; in insertDataSeries() local 337 xChartType.set( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries )); in insertDataSeries() 350 xChartType.set( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )); in insertDataSeries() 354 if( xChartType.is()) in insertDataSeries() 360 Reference< chart2::XDataSeriesContainer > xSeriesCnt( xChartType, uno::UNO_QUERY ); in insertDataSeries() 365 … m_apDialogModel->insertSeriesAfter( xSeries, xChartType, true /* bCreateDataCachedSequences */ )); in insertDataSeries()
|
H A D | DataBrowserModel.hxx | 125 ::com::sun::star::chart2::XChartType > xChartType, in tDataHeader() 130 m_xChartType( xChartType ), in tDataHeader()
|
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | SeriesOptionsItemConverter.cxx | 100 …uno::Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram , xDataSeri… in SeriesOptionsItemConverter() local 111 …roperties = ChartTypeHelper::isSupportingOverlapAndGapWidthProperties( xChartType, nDimensionCount… in SeriesOptionsItemConverter() 119 uno::Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in SeriesOptionsItemConverter() 135 …m_bSupportingBarConnectors = ChartTypeHelper::isSupportingBarConnectors( xChartType, nDimensionCou… in SeriesOptionsItemConverter() 141 …m_bSupportingAxisSideBySide = ChartTypeHelper::isSupportingAxisSideBySide( xChartType, nDimensionC… in SeriesOptionsItemConverter() 145 …AttachedToSameAxis = DataSeriesHelper::areAllSeriesAttachedToSameAxis( xChartType, m_nAllSeriesAxi… in SeriesOptionsItemConverter() 148 m_bSupportingStartingAngle = ChartTypeHelper::isSupportingStartingAngle( xChartType ); in SeriesOptionsItemConverter() 154 …upportedMissingValueTreatments = ChartTypeHelper::getSupportedMissingValueTreatments( xChartType ); in SeriesOptionsItemConverter() 156 ChartModelHelper::findDiagram(m_xChartModel), xChartType ); in SeriesOptionsItemConverter()
|
H A D | DataPointItemConverter.cxx | 249 …uno::Reference< XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram , xSeries )… in DataPointItemConverter() local 253 …m_aAvailableLabelPlacements = ChartTypeHelper::getSupportedLabelPlacements( xChartType, DiagramHel… in DataPointItemConverter() 255 m_bForbidPercentValue = AxisType::CATEGORY != ChartTypeHelper::getAxisType( xChartType, 0 ); in DataPointItemConverter()
|
/aoo42x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 118 …eatment( const Reference< chart2::XDiagram >& xDiagram, const Reference< XChartType >& xChartType ) in lcl_ensureCorrectMissingValueTreatment() argument 124 ::chart::ChartTypeHelper::getSupportedMissingValueTreatments( xChartType ) ); in lcl_ensureCorrectMissingValueTreatment() 494 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in resetStyles() local 497 … uno::Reference< XDataSeriesContainer > xDataSeriesContainer( xChartType, uno::UNO_QUERY ); in resetStyles() 511 xChartType, getDimension(), isSwapXAndY(), xSeries ) ); in resetStyles() 564 Reference< XChartType > xChartType( getChartTypeForNewSeries(aFormerlyUsedChartTypes)); in createCoordinateSystems() local 565 if( ! xChartType.is()) in createCoordinateSystems() 567 Reference< XCoordinateSystem > xCooSys( xChartType->createCoordinateSystem( getDimension())); in createCoordinateSystems() 654 …Reference< XChartType > xChartType( getChartTypeForNewSeries(Sequence< Reference< XChartType > >()… in adaptScales() local 655 …bool bSupportsDates = ::chart::ChartTypeHelper::isSupportingDateAxis( xChartType, 2, nDimensionX ); in adaptScales()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLSeriesHelper.cxx | 142 uno::Reference< chart2::XChartType > xChartType( aChartTypeList[nT] ); in lcl_getChartTypeOfSeries() local 145 … uno::Reference< chart2::XDataSeriesContainer > xDataSeriesContainer( xChartType, uno::UNO_QUERY ); in lcl_getChartTypeOfSeries() 156 return xChartType; in lcl_getChartTypeOfSeries() 175 uno::Reference< chart2::XChartType > xChartType( lcl_getChartTypeOfSeries( in isCandleStickSeries() local 177 if( xChartType.is() ) in isCandleStickSeries() 179 rtl::OUString aServiceName( xChartType->getChartType() ); in isCandleStickSeries()
|
H A D | SchXMLImport.cxx | 94 bool operator () ( const Reference< chart2::XChartType > & xChartType ) const in operator ()() 96 return (xChartType.is() && in operator ()() 97 xChartType->getChartType().equals( m_aChartTypeName )); in operator ()()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | typegroupconverter.cxx | 302 Reference< XChartType > xChartType( createInstance( aService ), UNO_QUERY_THROW ); in convertFromModel() local 306 PropertySet aTypeProp( xChartType ); in convertFromModel() 398 aUpDownConv.convertFromModel( xChartType ); in convertFromModel() 402 insertDataSeries( xChartType, xDataSeries, nAxesSetIdx ); in convertFromModel() 411 insertDataSeries( xChartType, xDataSeries, nAxesSetIdx ); in convertFromModel() 428 xChartTypeCont->addChartType( xChartType ); in convertFromModel()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 312 …uno::Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 )… in createAxesTree() local 313 … bool bSupportsAxesGrids = ChartTypeHelper::isSupportingMainAxis( xChartType, nDimensionCount, 0 ); in createAxesTree() 336 …if( nAxisIndex>0 && !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, nDim… in createAxesTree() 430 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree() local 431 Reference< XDataSeriesContainer > xDSCnt( xChartType, uno::UNO_QUERY_THROW ); in createDataSeriesTree() 434 … ChartTypeHelper::getNumberOfDisplayedSeries( xChartType, aSeriesSeq.getLength()); in createDataSeriesTree() 459 … if( ChartTypeHelper::isSupportingStatisticProperties( xChartType, nDimensionCount ) ) in createDataSeriesTree()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 699 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in initializeCooSysAndSeriesPlotter() local 702 uno::Reference< beans::XPropertySet > xPropertySet( xChartType, uno::UNO_QUERY ); in initializeCooSysAndSeriesPlotter() 734 … uno::Reference< XDataSeriesContainer > xDataSeriesContainer( xChartType, uno::UNO_QUERY ); in initializeCooSysAndSeriesPlotter() 772 !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, 1 ) ) in initializeCooSysAndSeriesPlotter() 1892 if( ChartTypeHelper::shouldLabelNumberFormatKeyBeDetectedFromYAxis( xChartType ) ) in getExplicitNumberFormatKeyForDataLabel() 2594 … Reference< chart2::XChartType > xChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) ); in createShapes() local 2600 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 0 ) ) in createShapes() 2609 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 1 ) ) in createShapes() 2618 if( ChartTypeHelper::isSupportingMainAxis( xChartType, nDimension, 2 ) ) in createShapes() 2630 if( ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimension, 0 ) ) in createShapes() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2311 ScfPropertySet aTypeProp( xChartType ); in CreateChartType() 2321 ScfPropertySet aTypeProp( xChartType ); in CreateChartType() 2336 return xChartType; in CreateChartType() 2726 CreateStockSeries( xChartType, nApiAxesSetIdx ); in CreateChartType() 2728 CreateDataSeries( xChartType, nApiAxesSetIdx ); in CreateChartType() 2730 return xChartType; in CreateChartType() 2818 InsertDataSeries( xChartType, xDataSeries, nApiAxesSetIdx ); in CreateDataSeries() 2824 ScfPropertySet aTypeProp( xChartType ); in CreateDataSeries() 2861 ScfPropertySet aTypeProp( xChartType ); in CreateStockSeries() 3639 if( xChartType.is() ) in CreateCoordSystem() [all …]
|
H A D | xechart.cxx | 2132 if( xChartType.is() ) in Convert() 2134 maTypeInfo = GetChartTypeInfo( xChartType->getChartType() ); in Convert() 2142 ScfPropertySet aTypeProp( xChartType ); in Convert() 2157 ScfPropertySet aTypeProp( xChartType ); in Convert() 2416 Reference< XDiagram > xDiagram, Reference< XChartType > xChartType, in ConvertType() 2423 ScfPropertySet aTypeProp( xChartType ); in ConvertType() 2441 Reference< XDiagram > xDiagram, Reference< XChartType > xChartType, in ConvertSeries() 2444 Reference< XDataSeriesContainer > xSeriesCont( xChartType, UNO_QUERY ); in ConvertSeries() 2500 CreateAllStockSeries( xChartType, *aIt ); in ConvertSeries() 2554 Reference< XChartType > xChartType, Reference< XDataSeries > xDataSeries ) in CreateAllStockSeries() [all …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 826 void Convert( XDiagramRef xDiagram, XChartTypeRef xChartType, 948 void ConvertType( XDiagramRef xDiagram, XChartTypeRef xChartType, 951 void ConvertSeries( XDiagramRef xDiagram, XChartTypeRef xChartType, 983 void CreateAllStockSeries( XChartTypeRef xChartType,
|