Lines Matching refs:mxDiagramPropertySet

81 	mxDiagramPropertySet.set( mxChartDocument->getDiagram(), uno::UNO_QUERY_THROW );  in ScVbaChart()
134 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SOLIDTYPE)) in getChartType()
137 mxDiagramPropertySet->getPropertyValue(SOLIDTYPE) >>= nSolidType; in getChartType()
165 mxDiagramPropertySet->getPropertyValue(VOLUME) >>= bVolume; in getChartType()
178 mxDiagramPropertySet->getPropertyValue(LINES) >>= bHasLines; in getChartType()
180 mxDiagramPropertySet->getPropertyValue(SPLINETYPE) >>= nSplineType; in getChartType()
298mxDiagramPropertySet->setPropertyValue( UPDOWN, uno::makeAny(sal_Bool((_nChartType == xlStockOHLC)… in setChartType()
299mxDiagramPropertySet->setPropertyValue(VOLUME, uno::makeAny(sal_Bool((_nChartType == xlStockVHLC) … in setChartType()
329 mxDiagramPropertySet->setPropertyValue(LINES, uno::makeAny( sal_False )); in setChartType()
333 mxDiagramPropertySet->setPropertyValue(LINES, uno::makeAny( sal_True )); in setChartType()
337 mxDiagramPropertySet->setPropertyValue(SPLINETYPE, uno::makeAny( sal_Int32(1))); in setChartType()
358 mxDiagramPropertySet->setPropertyValue(SYMBOLTYPE, uno::makeAny( chart::ChartSymbolType::AUTO)); in setChartType()
361 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SYMBOLTYPE)) in setChartType()
363 mxDiagramPropertySet->setPropertyValue(SYMBOLTYPE, uno::makeAny(chart::ChartSymbolType::NONE)); in setChartType()
378 mxDiagramPropertySet->setPropertyValue(DEEP,uno::makeAny( sal_True )); in setChartType()
381 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(DEEP)) in setChartType()
383 mxDiagramPropertySet->setPropertyValue(DEEP, uno::makeAny( sal_False)); in setChartType()
398 mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::CONE)); in setChartType()
407mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::PYRAMID)); in setChartType()
416mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::CYLINDER)); in setChartType()
419 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(SOLIDTYPE)) in setChartType()
421mxDiagramPropertySet->setPropertyValue(SOLIDTYPE, uno::makeAny(chart::ChartSolidType::RECTANGULAR_… in setChartType()
448 mxDiagramPropertySet->setPropertyValue(VERTICAL, uno::makeAny( sal_True)); in setChartType()
451 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(VERTICAL)) in setChartType()
453 mxDiagramPropertySet->setPropertyValue(VERTICAL, uno::makeAny(sal_False)); in setChartType()
474 mxDiagramPropertySet->setPropertyValue(PERCENT, uno::makeAny( sal_False )); in setChartType()
475 mxDiagramPropertySet->setPropertyValue(STACKED, uno::makeAny( sal_True )); in setChartType()
491 mxDiagramPropertySet->setPropertyValue(STACKED, uno::makeAny( sal_True)); in setChartType()
492 mxDiagramPropertySet->setPropertyValue(PERCENT, uno::makeAny( sal_True )); in setChartType()
495 mxDiagramPropertySet->setPropertyValue(PERCENT, uno::makeAny( sal_False)); in setChartType()
496 mxDiagramPropertySet->setPropertyValue(STACKED, uno::makeAny( sal_False)); in setChartType()
535 mxDiagramPropertySet->setPropertyValue(DIM3D, uno::makeAny( sal_True)); in setChartType()
538 if (mxDiagramPropertySet->getPropertySetInfo()->hasPropertyByName(DIM3D)) in setChartType()
540 mxDiagramPropertySet->setPropertyValue(DIM3D, uno::makeAny( sal_False)); in setChartType()
657 if ( !mxDiagramPropertySet.is() ) in setPlotBy()
662mxDiagramPropertySet->setPropertyValue( DATAROWSOURCE, uno::makeAny( chart::ChartDataRowSource_RO… in setPlotBy()
665mxDiagramPropertySet->setPropertyValue( DATAROWSOURCE, uno::makeAny( chart::ChartDataRowSource_COL… in setPlotBy()
683 mxDiagramPropertySet->getPropertyValue(DATAROWSOURCE) >>= aChartDataRowSource; in getPlotBy()
707 mxDiagramPropertySet.set( xDiagram, uno::UNO_QUERY_THROW ); in setDiagram()
896 mxDiagramPropertySet->getPropertyValue(DIM3D) >>= is3d; in is3D()
920 mxDiagramPropertySet->getPropertyValue(STACKED) >>= bStacked; in isStacked()
929 mxDiagramPropertySet->getPropertyValue(PERCENT) >>= b100Percent; in is100PercentStacked()
939 mxDiagramPropertySet->getPropertyValue(VERTICAL) >>= bIsVertical; in getSolidType()
941 mxDiagramPropertySet->getPropertyValue(DEEP) >>= bIsDeep; in getSolidType()
972 mxDiagramPropertySet->getPropertyValue(UPDOWN) >>= bUpDown; in getStockUpDownValue()
997 mxDiagramPropertySet->getPropertyValue(SYMBOLTYPE) >>= nSymbol; in hasMarkers()
1019 xAxisXSupplier.set( mxDiagramPropertySet, uno::UNO_QUERY_THROW ); in assignDiagramAttributes()
1020 xAxisYSupplier.set( mxDiagramPropertySet, uno::UNO_QUERY_THROW ); in assignDiagramAttributes()
1021 xAxisZSupplier.set( mxDiagramPropertySet, uno::UNO_QUERY_THROW ); in assignDiagramAttributes()
1022 xTwoAxisXSupplier.set( mxDiagramPropertySet, uno::UNO_QUERY_THROW ); in assignDiagramAttributes()
1023 xTwoAxisYSupplier.set( mxDiagramPropertySet, uno::UNO_QUERY_THROW ); in assignDiagramAttributes()