Searched refs:xAxisProp (Results 1 – 6 of 6) sorted by relevance
261 void AxisProperties::initAxisPositioning( const uno::Reference< beans::XPropertySet >& xAxisProp ) in initAxisPositioning() argument263 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()
147 …ning( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xAxisProp );
464 Reference< beans::XPropertySet > xAxisProp( aAxisSeq[i], uno::UNO_QUERY ); in resetStyles() local465 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() local769 if( xAxisProp.is()) in adaptAxes()772 uno::Any aValue( xAxisProp->getPropertyValue(C2U("NumberFormat"))); in adaptAxes()774 xAxisProp->setPropertyValue(C2U("NumberFormat"), uno::Any()); in adaptAxes()
491 Reference< beans::XPropertySet > xAxisProp( in getNumberFormatKeyFromAxis() local493 if( xAxisProp.is()) in getNumberFormatKeyFromAxis()494 xAxisProp->getPropertyValue( C2U("NumberFormat")) >>= nResult; in getNumberFormatKeyFromAxis()
821 Reference< beans::XPropertySet > xAxisProp( xAxis, uno::UNO_QUERY ); in getAllAxesOfCoordinateSystem() local822 if( !xAxisProp.is() || in getAllAxesOfCoordinateSystem()823 !(xAxisProp->getPropertyValue( C2U("Show")) >>= bAddAxis) ) in getAllAxesOfCoordinateSystem()
929 …Reference< beans::XPropertySet > xAxisProp( xCooSys->getAxisByDimension( nDimensionIndex, nAxisInd… in setNumberFormatsFromAxes() local930 if( xAxisProp.is()) in setNumberFormatsFromAxes()933 … if( xAxisProp->getPropertyValue( C2U( "NumberFormat" ) ) >>= nNumberFormatKey ) in setNumberFormatsFromAxes()
Completed in 77 milliseconds