| /AOO41X/main/chart2/source/tools/ |
| H A D | ChartTypeHelper.cxx | 47 const uno::Reference< chart2::XChartType >& xChartType, sal_Int32 nDimensionCount ) in isSupportingAxisSideBySide() 51 if( xChartType.is() && in isSupportingAxisSideBySide() 56 …StackMode eStackMode = DiagramHelper::getStackModeFromChartType( xChartType, bFound, bAmbiguous, 0… in isSupportingAxisSideBySide() 59 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingAxisSideBySide() 68 …r::isSupportingGeometryProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDime… in isSupportingGeometryProperties() argument 73 if(xChartType.is()) in isSupportingGeometryProperties() 77 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingGeometryProperties() 87 …::isSupportingStatisticProperties( const uno::Reference< XChartType >& xChartType, sal_Int32 nDime… in isSupportingStatisticProperties() argument 92 if(xChartType.is()) in isSupportingStatisticProperties() 97 rtl::OUString aChartTypeName = xChartType->getChartType(); in isSupportingStatisticProperties() [all …]
|
| H A D | DiagramHelper.cxx | 320 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in setStackMode() local 323 … uno::Reference< XDataSeriesContainer > xDataSeriesContainer( xChartType, uno::UNO_QUERY ); in setStackMode() 367 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getStackMode() local 370 xChartType, rbFound, rbAmbiguous, xCooSys ); in getStackMode() 386 const Reference< XChartType > & xChartType, in getStackModeFromChartType() 396 Reference< XDataSeriesContainer > xDSCnt( xChartType, uno::UNO_QUERY_THROW ); in getStackModeFromChartType() 532 Reference< XChartType > xChartType( aChartTypeList[nT], uno::UNO_QUERY ); in setDimension() local 533 …SupportingOnlyDeepStackingFor3D = ChartTypeHelper::isSupportingOnlyDeepStackingFor3D( xChartType ); in setDimension() 536 xNewCooSys = xChartType->createCoordinateSystem( nNewDimensionCount ); in setDimension() 684 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getChartTypeOfSeries() local [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() 245 …chart::ChartTypeHelper::getDefaultDirectLightColor( rScheme==ThreeDLookScheme_Simple, xChartType ); in lcl_setLightsForScheme() [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() 905 …rPossibilityList[nIndex]=ChartTypeHelper::isSupportingSecondaryAxis(xChartType,nDimensionCount,nIn… in getAxisOrGridPossibilities() 950 Reference< XChartType > xChartType( AxisHelper::getChartTypeByIndex( xCooSys, 0 ) ); in shouldAxisBeDisplayed() local 954 … bRet = ChartTypeHelper::isSupportingMainAxis(xChartType,nDimensionCount,nDimensionIndex); in shouldAxisBeDisplayed() 956 … bRet = ChartTypeHelper::isSupportingSecondaryAxis(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 [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()
|
| /AOO41X/main/chart2/source/inc/ |
| H A D | ChartTypeHelper.hxx | 46 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 47 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 48 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 49 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 50 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 51 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 52 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 53 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 54 …om::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType, sal_Int32 nDime… 55 …( const ::com::sun::star::uno::Reference< ::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,
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | DialogModel.cxx | 76 const Reference< XChartType > & xChartType ) in operator ()() 78 return Reference< XDataSeriesContainer >::query( 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() 315 const OUString aRoleOfSeqForSeriesLabel = xChartType->getRoleOfSequenceForSeriesLabel(); in lcl_CreateNewSeries() 317 const Sequence< OUString > aRoles( xChartType->getSupportedMandatoryRoles()); in lcl_CreateNewSeries() 318 const Sequence< OUString > aOptRoles( xChartType->getSupportedOptionalRoles()); in lcl_CreateNewSeries() 465 const Reference< chart2::XChartType > & xChartType ) const in getRolesWithRanges() [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() 154 …GapWidth = ChartTypeHelper::isSupportingOverlapAndGapWidthProperties( xChartType, nDimensionCount… 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() [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()
|
| /AOO41X/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()
|
| /AOO41X/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 ()()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/chart2/source/view/main/ |
| H A D | ChartView.cxx | 699 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in initializeCooSysAndSeriesPlotter() local 700 …if(3 == nDimensionCount && xChartType->getChartType().equalsIgnoreAsciiCase(CHART2_SERVICE_NAME_CH… in initializeCooSysAndSeriesPlotter() 702 uno::Reference< beans::XPropertySet > xPropertySet( xChartType, uno::UNO_QUERY ); in initializeCooSysAndSeriesPlotter() 718 …iftedCategoryPositionPerDefault = ChartTypeHelper::shiftCategoryPosAtXAxisPerDefault( xChartType ); in initializeCooSysAndSeriesPlotter() 721 …VSeriesPlotter* pPlotter = VSeriesPlotter::createSeriesPlotter( xChartType, nDimensionCount, bExcl… in initializeCooSysAndSeriesPlotter() 728 … nMissingValueTreatment = DiagramHelper::getCorrectedMissingValueTreatment( xDiagram, xChartType ); in initializeCooSysAndSeriesPlotter() 734 … uno::Reference< XDataSeriesContainer > xDataSeriesContainer( xChartType, uno::UNO_QUERY ); in initializeCooSysAndSeriesPlotter() 767 …UString aRole( ChartTypeHelper::getRoleOfSequenceForDataLabelNumberFormatDetection( xChartType ) ); in initializeCooSysAndSeriesPlotter() 772 !ChartTypeHelper::isSupportingSecondaryAxis( xChartType, nDimensionCount, 1 ) ) in initializeCooSysAndSeriesPlotter() 1889 …uno::Reference< chart2::XChartType > xChartType( DataSeriesHelper::getChartTypeOfSeries( xSeries, … in getExplicitNumberFormatKeyForDataLabel() local [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xichart.cxx | 2304 Reference< XChartType > xChartType( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateChartType() local 2311 ScfPropertySet aTypeProp( xChartType ); in CreateChartType() 2321 ScfPropertySet aTypeProp( xChartType ); in CreateChartType() 2336 return xChartType; in CreateChartType() 2714 Reference< XChartType > xChartType = maType.CreateChartType( xDiagram, Is3dChart() ); in CreateChartType() local 2726 CreateStockSeries( xChartType, nApiAxesSetIdx ); in CreateChartType() 2728 CreateDataSeries( xChartType, nApiAxesSetIdx ); in CreateChartType() 2730 return xChartType; in CreateChartType() 2781 void XclImpChTypeGroup::InsertDataSeries( Reference< XChartType > xChartType, in InsertDataSeries() argument 2784 Reference< XDataSeriesContainer > xSeriesCont( xChartType, UNO_QUERY ); in InsertDataSeries() [all …]
|
| H A D | xechart.cxx | 2129 void XclExpChType::Convert( Reference< XDiagram > xDiagram, Reference< XChartType > xChartType, in Convert() argument 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() 2420 maType.Convert( xDiagram, xChartType, nApiAxesSetIdx, bSwappedAxesSet, bHasXLabels ); 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() [all …]
|
| /AOO41X/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,
|