Home
last modified time | relevance | path

Searched refs:bIsPie (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/chart/
H A Dtitleconverter.cxx293 bool bIsPie in legendEntriesFormatting() local
295 if (bIsPie) in legendEntriesFormatting()
298 bIsPie = !xChartTypeProp.getBoolProperty(PROP_UseRings); in legendEntriesFormatting()
308 if (bVaryColorsByPoint || bIsPie) in legendEntriesFormatting()
H A Dseriesconverter.cxx287 bool bIsPie = rTypeInfo.meTypeCategory == TYPECATEGORY_PIE; in convertFromModel() local
294 if (bIsPie && aPropSet.getProperty(nPlacement, PROP_LabelPlacement) in convertFromModel()
825 bool bIsPie = rTypeInfo.meTypeCategory == TYPECATEGORY_PIE; in createDataSeries() local
830 …if( bIsPie || (bVaryColorsByPoint && rTypeGroup.isSeriesFrameFormat() && ObjectFormatter::isAutoma… in createDataSeries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/chart/
H A Dseriesconverter.cxx277 bool bIsPie = rTypeInfo.meTypeCategory == TYPECATEGORY_PIE; in convertFromModel() local
278 if( mrModel.mxLayout && !mrModel.mxLayout->mbAutoLayout && !bIsPie ) in convertFromModel()
768 bool bIsPie = rTypeInfo.meTypeCategory == TYPECATEGORY_PIE; in createDataSeries() local
773 …if( bIsPie || (bVaryColorsByPoint && rTypeGroup.isSeriesFrameFormat() && ObjectFormatter::isAutoma… in createDataSeries()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2684 bool bIsPie = m_xChartTypeModel->getChartType().equalsIgnoreAsciiCase( in createLegendEntriesForSeries() local
2688 if (bIsPie && m_xChartTypeModelProps.is()) in createLegendEntriesForSeries()
2692 bIsPie = false; in createLegendEntriesForSeries()
2699 if (bVaryColorsByPoint || bIsPie) in createLegendEntriesForSeries()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx1291 bool bIsPie = lcl_getChartType(aChartType) == chart::TYPEID_PIE; in exportLegend() local
1292 if (bIsPie) in exportLegend()
1295 bIsPie = !xChartTypeProp.getBoolProperty(PROP_UseRings); in exportLegend()
1304 if (bVaryColorsByPoint || bIsPie) in exportLegend()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxechart.cxx1257 bool bIsPie = rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_PIE; in ConvertDataLabel() local
1264 …bool bShowPercent = bIsPie && aPointLabel.ShowNumberInPercent; // percentage only in pie/donut ch… in ConvertDataLabel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxechart.cxx1257 bool bIsPie = rTypeInfo.meTypeCateg == EXC_CHTYPECATEG_PIE; in ConvertDataLabel() local
1264 …bool bShowPercent = bIsPie && aPointLabel.ShowNumberInPercent; // percentage only in pie/donut ch… in ConvertDataLabel()