Home
last modified time | relevance | path

Searched refs:xTypeGroup (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx352 PlotAreaModel::TypeGroupVector::value_type xTypeGroup = *aTIt; in convertFromModel() local
353 if( !xTypeGroup->maSeries.empty() ) in convertFromModel()
358 if( (*aASIt)->maTypeGroups.front()->maAxisIds == xTypeGroup->maAxisIds ) in convertFromModel()
366 const TypeGroupModel::AxisIdVector& rAxisIds = xTypeGroup->maAxisIds; in convertFromModel()
376 pAxesSet->maTypeGroups.push_back( xTypeGroup ); in convertFromModel()
379 …for( TypeGroupModel::SeriesVector::iterator aSIt = xTypeGroup->maSeries.begin(), aSEnd = xTypeGrou… in convertFromModel()
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx3457 xTypeGroup->Finalize(); in Finalize()
3458 if( xTypeGroup->IsValidGroup() ) in Finalize()
3495 XclImpChTypeGroupRef xTypeGroup; in GetFirstTypeGroup() local
3498 return xTypeGroup; in GetFirstTypeGroup()
3595 xTypeGroup->ReadRecordGroup( rStrm ); in ReadChTypeGroup()
3596 maTypeGroups[ xTypeGroup->GetGroupIdx() ] = xTypeGroup; in ReadChTypeGroup()
3619 if( xTypeGroup.is() ) in CreateCoordSystem()
3700 if( xTypeGroup.is() && xTypeGroup->Is3dWallChart() ) in ConvertBackground()
3805 if( !xTypeGroup ) xTypeGroup = mxSecnAxesSet->GetTypeGroup( nGroupIdx ); in GetTypeGroup()
3806 if( !xTypeGroup ) xTypeGroup = mxPrimAxesSet->GetFirstTypeGroup(); in GetTypeGroup()
[all …]
H A Dxechart.cxx3139 … XclExpChTypeGroupRef xTypeGroup( new XclExpChTypeGroup( GetChRoot(), nGroupIdx ) ); in Convert() local
3140xTypeGroup->ConvertType( xDiagram, *pIt, nApiAxesSetIdx, b3dChart, bSwappedAxesSet, bHasXLabels ); in Convert()
3145 … if( xLastGroup.is() && !(xTypeGroup->IsCombinable2d() && xLastGroup->IsCombinable2d()) ) in Convert()
3151xTypeGroup->ConvertSeries( xDiagram, *pIt, nApiAxesSetIdx, bPercent, bConnectBars ); in Convert()
3152 if( xTypeGroup->IsValidGroup() ) in Convert()
3154 maTypeGroups.AppendRecord( xTypeGroup ); in Convert()
3199 XclExpChTypeGroupRef xTypeGroup = GetFirstTypeGroup(); in Convert() local
3200 if( xTypeGroup.is() && xTypeGroup->Is3dWallChart() ) in Convert()
3244 XclExpChTypeGroupRef xTypeGroup = GetFirstTypeGroup(); in Is3dChart() local
3245 return xTypeGroup.is() && xTypeGroup->Is3dChart(); in Is3dChart()

Completed in 126 milliseconds