Lines Matching refs:rTypeInfo

1077 void XclImpChText::ConvertDataLabel( ScfPropertySet& rPropSet, const XclChTypeInfo& rTypeInfo ) con…  in ConvertDataLabel()
1094 if( rTypeInfo.meTypeId == EXC_CHTYPEID_BUBBLES ) in ConvertDataLabel()
1116 sal_Int32 nPlacement = rTypeInfo.mnDefaultLabelPos; in ConvertDataLabel()
1119 case EXC_CHTEXT_POS_DEFAULT: nPlacement = rTypeInfo.mnDefaultLabelPos; break; in ConvertDataLabel()
1433 void XclImpChDataFormat::UpdateGroupFormat( const XclChExtTypeInfo& rTypeInfo ) in UpdateGroupFormat() argument
1436 RemoveUnusedFormats( rTypeInfo ); in UpdateGroupFormat()
1439 void XclImpChDataFormat::UpdateSeriesFormat( const XclChExtTypeInfo& rTypeInfo, const XclImpChDataF… in UpdateSeriesFormat() argument
1473 RemoveUnusedFormats( rTypeInfo ); in UpdateSeriesFormat()
1478 void XclImpChDataFormat::UpdatePointFormat( const XclChExtTypeInfo& rTypeInfo, const XclImpChDataFo… in UpdatePointFormat() argument
1495 if( !rTypeInfo.IsSeriesFrameFormat() ) in UpdatePointFormat()
1499 RemoveUnusedFormats( rTypeInfo ); in UpdatePointFormat()
1519 void XclImpChDataFormat::Convert( ScfPropertySet& rPropSet, const XclChExtTypeInfo& rTypeInfo ) con… in Convert()
1527 bool bUsePicFmt = rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_BAR; in Convert()
1528 …ConvertFrameBase( GetChRoot(), rPropSet, rTypeInfo.GetSeriesObjectType(), maData.mnFormatIdx, bUse… in Convert()
1532 …if( rTypeInfo.mb3dChart && rTypeInfo.IsSeriesFrameFormat() && mxLineFmt.is() && mxLineFmt->HasLine… in Convert()
1544 mxLabel->ConvertDataLabel( rPropSet, rTypeInfo ); in Convert()
1552 if( !rTypeInfo.IsSeriesFrameFormat() && !HasLine() && mxMarkerFmt.is() ) in Convert()
1566 void XclImpChDataFormat::RemoveUnusedFormats( const XclChExtTypeInfo& rTypeInfo ) in RemoveUnusedFormats() argument
1569 if( rTypeInfo.IsSeriesFrameFormat() ) in RemoveUnusedFormats()
1572 if( rTypeInfo.meTypeCateg != EXC_CHTYPECATEG_PIE ) in RemoveUnusedFormats()
1575 if( !rTypeInfo.mb3dChart || (rTypeInfo.meTypeCateg != EXC_CHTYPECATEG_BAR) ) in RemoveUnusedFormats()
1941 const XclChExtTypeInfo& rTypeInfo = pTypeGroup->GetTypeInfo(); in CreateDataSeries() local
1958 if( !rTypeInfo.mbCategoryAxis ) in CreateDataSeries()
1965 if( rTypeInfo.meTypeId == EXC_CHTYPEID_BUBBLES ) in CreateDataSeries()
1981 mxSeriesFmt->Convert( aSeriesProp, rTypeInfo ); in CreateDataSeries()
1995 bool bVarPointFmt = pTypeGroup->HasVarPointFormat() && rTypeInfo.IsSeriesFrameFormat(); in CreateDataSeries()
1999 …aSeriesProp.SetBoolProperty( EXC_CHPROP_VARYCOLORSBY, rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_PIE… in CreateDataSeries()
2002 …if( mxSeriesFmt.is() && ((bVarPointFmt && mxSeriesFmt->IsAutoArea()) || (rTypeInfo.meTypeCateg == … in CreateDataSeries()
2015 aIt->second->Convert( aPointProp, rTypeInfo ); in CreateDataSeries()
3274 const XclChExtTypeInfo& rTypeInfo = rTypeGroup.GetTypeInfo(); in CreateAxis() local
3280 if( rTypeInfo.mbCategoryAxis ) in CreateAxis()
3302 … mxLabelRange->Convert( aAxisProp, aScaleData, rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_RADAR ); in CreateAxis()
3307 mxValueRange->Convert( aScaleData, rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_PIE ); in CreateAxis()