Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.cxx261 void AxisProperties::initAxisPositioning( const uno::Reference< beans::XPropertySet >& xAxisProp ) in initAxisPositioning() argument
263 if( !xAxisProp.is() ) in initAxisPositioning()
269 xAxisProp->getPropertyValue(C2U( "CrossoverPosition" )) >>= m_eCrossoverType; in initAxisPositioning()
273 xAxisProp->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue; in initAxisPositioning()
282 xAxisProp->getPropertyValue(C2U( "LabelPosition" )) >>= m_eLabelPos; in initAxisPositioning()
283 xAxisProp->getPropertyValue(C2U( "MarkPosition" )) >>= m_eTickmarkPos; in initAxisPositioning()
H A DVAxisProperties.hxx147 …ning( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xAxisProp );
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx464 Reference< beans::XPropertySet > xAxisProp( aAxisSeq[i], uno::UNO_QUERY ); in resetStyles() local
465 if( xAxisProp.is()) in resetStyles()
468 uno::Any aValue( xAxisProp->getPropertyValue(C2U("NumberFormat"))); in resetStyles()
470 xAxisProp->setPropertyValue(C2U("NumberFormat"), uno::Any()); in resetStyles()
768 Reference< beans::XPropertySet > xAxisProp( xAxis, uno::UNO_QUERY ); in adaptAxes() local
769 if( xAxisProp.is()) in adaptAxes()
772 uno::Any aValue( xAxisProp->getPropertyValue(C2U("NumberFormat"))); in adaptAxes()
774 xAxisProp->setPropertyValue(C2U("NumberFormat"), uno::Any()); in adaptAxes()
/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx491 Reference< beans::XPropertySet > xAxisProp( in getNumberFormatKeyFromAxis() local
493 if( xAxisProp.is()) in getNumberFormatKeyFromAxis()
494 xAxisProp->getPropertyValue( C2U("NumberFormat")) >>= nResult; in getNumberFormatKeyFromAxis()
H A DAxisHelper.cxx821 Reference< beans::XPropertySet > xAxisProp( xAxis, uno::UNO_QUERY ); in getAllAxesOfCoordinateSystem() local
822 if( !xAxisProp.is() || in getAllAxesOfCoordinateSystem()
823 !(xAxisProp->getPropertyValue( C2U("Show")) >>= bAddAxis) ) in getAllAxesOfCoordinateSystem()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx929 …Reference< beans::XPropertySet > xAxisProp( xCooSys->getAxisByDimension( nDimensionIndex, nAxisInd… in setNumberFormatsFromAxes() local
930 if( xAxisProp.is()) in setNumberFormatsFromAxes()
933 … if( xAxisProp->getPropertyValue( C2U( "NumberFormat" ) ) >>= nNumberFormatKey ) in setNumberFormatsFromAxes()

Completed in 116 milliseconds