Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/vba/
H A Dvbachart.cxx165 mxDiagramPropertySet->getPropertyValue(VOLUME) >>= bVolume; in getChartType()
178 mxDiagramPropertySet->getPropertyValue(LINES) >>= bHasLines; in getChartType()
657 if ( !mxDiagramPropertySet.is() ) in setPlotBy()
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()
941 mxDiagramPropertySet->getPropertyValue(DEEP) >>= bIsDeep; in getSolidType()
972 mxDiagramPropertySet->getPropertyValue(UPDOWN) >>= bUpDown; in getStockUpDownValue()
997 mxDiagramPropertySet->getPropertyValue(SYMBOLTYPE) >>= nSymbol; in hasMarkers()
[all …]
H A Dvbaaxis.cxx242 …pChart->mxDiagramPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasXAx… in setHasTitle()
245 …pChart->mxDiagramPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasZAx… in setHasTitle()
248 …pChart->mxDiagramPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasYAx… in setHasTitle()
269 …pChart->mxDiagramPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasXAx… in getHasTitle()
272 …pChart->mxDiagramPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasZAx… in getHasTitle()
275 …pChart->mxDiagramPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("HasYAx… in getHasTitle()
H A Dvbachart.hxx47 css::uno::Reference< css::beans::XPropertySet > mxDiagramPropertySet; member in ScVbaChart
72 …::uno::Reference< css::beans::XPropertySet > xDiagramPropertySet() { return mxDiagramPropertySet; } in xDiagramPropertySet()

Completed in 21 milliseconds