Searched refs:maTypeGroups (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | plotareacontext.cxx | 137 … return new AreaTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 140 … return new BarTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 142 … return new BubbleTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 146 … return new LineTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 151 … return new PieTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 153 … return new RadarTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 155 … return new ScatterTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext() 158 … return new SurfaceTypeGroupContext( *this, mrModel.maTypeGroups.create( nElement ) ); in onCreateContext()
|
H A D | plotareaconverter.cxx | 61 TypeGroupVector maTypeGroups; /// All type groups containing data series. member 129 …esSetModel::TypeGroupVector::iterator aIt = mrModel.maTypeGroups.begin(), aEnd = mrModel.maTypeGro… in convertFromModel() 350 …reaModel::TypeGroupVector::iterator aTIt = mrModel.maTypeGroups.begin(), aTEnd = mrModel.maTypeGro… in convertFromModel() 358 if( (*aASIt)->maTypeGroups.front()->maAxisIds == xTypeGroup->maAxisIds ) in convertFromModel() 376 pAxesSet->maTypeGroups.push_back( xTypeGroup ); in convertFromModel() 386 bool bSupportsVaryColorsByPoint = mrModel.maTypeGroups.size() == 1; in convertFromModel()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 3454 …for( XclImpChTypeGroupMap::const_iterator aIt = maTypeGroups.begin(), aEnd = maTypeGroups.end(); a… in Finalize() 3461 maTypeGroups.swap( aValidGroups ); in Finalize() 3496 if( !maTypeGroups.empty() ) in GetFirstTypeGroup() 3497 xTypeGroup = maTypeGroups.begin()->second; in GetFirstTypeGroup() 3504 …for( XclImpChTypeGroupMap::const_iterator aIt = maTypeGroups.begin(), aEnd = maTypeGroups.end(); !… in GetLegend() 3511 …return (maTypeGroups.size() == 1) ? maTypeGroups.begin()->second->GetSingleSeriesTitle() : String:… in GetSingleSeriesTitle() 3596 maTypeGroups[ xTypeGroup->GetGroupIdx() ] = xTypeGroup; in ReadChTypeGroup() 3634 …for( XclImpChTypeGroupMap::const_iterator aIt = maTypeGroups.begin(), aEnd = maTypeGroups.end(); a… in CreateCoordSystem()
|
H A D | xechart.cxx | 3154 maTypeGroups.AppendRecord( xTypeGroup ); in Convert() 3178 for( size_t nIdx = 0, nSize = maTypeGroups.GetSize(); nIdx < nSize; ++nIdx ) in Convert() 3179 … maTypeGroups.GetRecord( nIdx )->ConvertCategSequence( aScaleData.Categories ); in Convert() 3262 maTypeGroups.Save( rStrm ); in WriteSubRecords() 3267 return maTypeGroups.GetFirstRecord(); in GetFirstTypeGroup() 3272 return maTypeGroups.GetLastRecord(); in GetLastTypeGroup()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xichart.hxx | 1298 inline bool IsValidAxesSet() const { return !maTypeGroups.empty(); } in IsValidAxesSet() 1307 …inline XclImpChTypeGroupRef GetTypeGroup( sal_uInt16 nGroupIdx ) const { return maTypeGroups.get( … in GetTypeGroup() 1355 XclImpChTypeGroupMap maTypeGroups; /// Chart type groups (CHTYPEGROUP group). member in XclImpChAxesSet
|
H A D | xechart.hxx | 1157 inline bool IsValidAxesSet() const { return !maTypeGroups.IsEmpty(); } in IsValidAxesSet() 1194 XclExpChTypeGroupList maTypeGroups; /// Chart type groups (CHTYPEGROUP group). member in XclExpChAxesSet
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | plotareamodel.hxx | 74 TypeGroupVector maTypeGroups; /// All chart type groups contained in the chart. member
|
Completed in 66 milliseconds