Searched refs:maTypeInfo (Results 1 – 6 of 6) sorted by relevance
186 maTypeInfo = lclGetTypeInfoFromTypeId( eTypeId ); in TypeGroupConverter()210 return mb3dChart && (maTypeInfo.meTypeCategory != TYPECATEGORY_PIE); in isWall3dChart()220 return mb3dChart || maTypeInfo.mbSeriesIsFrame2d; in isSeriesFrameFormat()249 if( maTypeInfo.mbPolarCoordSystem ) in createCoordinateSystem()268 if( maTypeInfo.mbSwappedAxesSet ) in createCoordinateSystem()307 switch( maTypeInfo.meTypeCategory ) in convertFromModel()343 switch( maTypeInfo.meVarPointMode ) in convertFromModel()352 if( maTypeInfo.meTypeId == TYPEID_STOCK ) in convertFromModel()485 if( mb3dChart && (maTypeInfo.meTypeCategory == TYPECATEGORY_BAR) ) in convertBarGeometry()506 if( maTypeInfo.meTypeCategory == TYPECATEGORY_PIE ) in convertPieRotation()[all …]
2208 maTypeInfo = GetChartTypeInfo( mnRecId ); in Finalize()2211 switch( maTypeInfo.meTypeId ) in Finalize()2226 if( maTypeInfo.mbSupportsStacking ) switch( maTypeInfo.meTypeCateg ) in IsStacked()2246 if( maTypeInfo.mbSupportsStacking ) switch( maTypeInfo.meTypeCateg ) in IsPercent()2273 if( maTypeInfo.mbPolarCoordSystem ) in CreateCoordSystem()2292 if( maTypeInfo.mbSwappedAxesSet ) in CreateCoordSystem()2307 switch( maTypeInfo.meTypeCateg ) in CreateChartType()2588 maTypeInfo( maType.GetTypeInfo() ) in XclImpChTypeGroup()2649 mxGroupFmt->UpdateGroupFormat( maTypeInfo ); in Finalize()2725 if( maTypeInfo.meTypeId == EXC_CHTYPEID_STOCK ) in CreateChartType()[all …]
2125 maTypeInfo( rRoot.GetChartTypeInfo( EXC_CHTYPEID_UNKNOWN ) ) in XclExpChType()2134 maTypeInfo = GetChartTypeInfo( xChartType->getChartType() ); in Convert()2136 switch( maTypeInfo.meTypeCateg ) in Convert()2172 SetRecId( maTypeInfo.mnRecId ); in Convert()2178 switch( maTypeInfo.meTypeCateg ) in SetStacked()2410 maTypeInfo( maType.GetTypeInfo() ) in XclExpChTypeGroup()2429 maTypeInfo.Set( maType.GetTypeInfo(), b3dChart, bSpline ); in ConvertType()2432 if( maTypeInfo.mb3dChart ) // only true, if Excel chart supports 3d mode in ConvertType()2478 if( bConnectBars && (maTypeInfo.meTypeCateg == EXC_CHTYPECATEG_BAR) ) in ConvertSeries()2484 if( maTypeInfo.mbReverseSeries && !Is3dChart() ) in ConvertSeries()[all …]
832 inline bool IsValidType() const { return maTypeInfo.meTypeId != EXC_CHTYPEID_UNKNOWN; } in IsValidType()834 inline const XclChTypeInfo& GetTypeInfo() const { return maTypeInfo; } in GetTypeInfo()841 XclChTypeInfo maTypeInfo; /// Chart type info for the contained type. member in XclExpChType963 inline const XclChExtTypeInfo& GetTypeInfo() const { return maTypeInfo; } in GetTypeInfo()965 inline bool Is3dChart() const { return maTypeInfo.mb3dChart; } in Is3dChart()967 …inline bool Is3dWallChart() const { return Is3dChart() && (maTypeInfo.meTypeCateg != EXC_C… in Is3dWallChart()971 inline bool IsCombinable2d() const { return !Is3dChart() && maTypeInfo.mbCombinable2d; } in IsCombinable2d()997 XclChExtTypeInfo maTypeInfo; /// Extended chart type info. member in XclExpChTypeGroup
915 inline const XclChTypeInfo& GetTypeInfo() const { return maTypeInfo; } in GetTypeInfo()931 XclChTypeInfo maTypeInfo; /// Chart type info for the contained type. member in XclImpChType1051 inline const XclChExtTypeInfo& GetTypeInfo() const { return maTypeInfo; } in GetTypeInfo()1059 inline bool Is3dChart() const { return mxChart3d.is() && maTypeInfo.mbSupports3d; } in Is3dChart()1061 …inline bool Is3dWallChart() const { return Is3dChart() && (maTypeInfo.meTypeCateg != EXC_C… in Is3dWallChart()1116 XclChExtTypeInfo maTypeInfo; /// Extended chart type info. member in XclImpChTypeGroup
135 inline const TypeGroupInfo& getTypeInfo() const { return maTypeInfo; } in getTypeInfo()190 TypeGroupInfo maTypeInfo; /// Extended type info for contained chart type model. member in oox::drawingml::chart::TypeGroupConverter
Completed in 75 milliseconds