Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/vba/
H A Dvbachart.cxx64 const rtl::OUString SOLIDTYPE( RTL_CONSTASCII_USTRINGPARAM("SolidType") ); variable
134 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SOLIDTYPE)) in getChartType()
137 mxDiagramPropertySet->getPropertyValue(SOLIDTYPE) >>= nSolidType; in getChartType()
398 mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::CONE)); in setChartType()
407 … mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::PYRAMID)); in setChartType()
416 … mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::CYLINDER)); in setChartType()
419 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SOLIDTYPE)) in setChartType()
421 …mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::RECTANGULAR_… in setChartType()

Completed in 38 milliseconds