Searched refs:xPointProp (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/chart2/source/tools/ |
H A D | DataSeriesHelper.cxx | 175 if( xPointProp.is() ) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 178 xPointProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel; in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() 618 if(!xPointProp.is()) in setPropertyAlsoToAllAttributedDataPoints() 620 xPointProp->setPropertyValue( rPropertyName, rPropertyValue ); in setPropertyAlsoToAllAttributedDataPoints() 638 if(!xPointProp.is()) in hasAttributedDataPointDifferentValue() 811 if( xPointProp.is() ) in hasDataLabelsAtPoints() 875 void insertDataLabelToPoint( const Reference< beans::XPropertySet >& xPointProp ) in insertDataLabelToPoint() argument 879 if( xPointProp.is() ) in insertDataLabelToPoint() 882 xPointProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel; in insertDataLabelToPoint() 897 if( xPointProp.is() ) in deleteDataLabelsFromPoint() [all …]
|
/aoo42x/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 548 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( nPointIndex )); in hasExplicitNumberFormat() local 550 if( xPointProp.is() && (xPointProp->getPropertyValue(aPropName) >>= nNumberFormat) ) in hasExplicitNumberFormat() 558 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( nPointIndex )); in getExplicitNumberFormat() local 559 if( xPointProp.is() ) in getExplicitNumberFormat() 560 xPointProp->getPropertyValue(aPropName) >>= nNumberFormat; in getExplicitNumberFormat() 818 uno::Reference< beans::XPropertySet > xPointProp( this->getPropertiesOfPoint( index )); in getYErrorBarProperties() local 819 if( xPointProp.is() ) in getYErrorBarProperties() 820 xPointProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProp; in getYErrorBarProperties()
|
/aoo42x/main/chart2/source/model/template/ |
H A D | PieChartTypeTemplate.cxx | 363 …uno::Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPoin… in matchesTemplate() local 364 if(xPointProp.is()) in matchesTemplate() 513 uno::Reference< beans::XPropertySet > xPointProp( in applyStyle() local 515 … uno::Reference< beans::XPropertyState > xPointState( xPointProp, uno::UNO_QUERY ); in applyStyle() 519 xPointProp.is() && in applyStyle() 520 (xPointProp->getPropertyValue( aOffsetPropName ) >>= fPointOffset ) && in applyStyle()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLSeries2Context.cxx | 186 …SizeForPointsIfNecessary( const uno::Reference< beans::XPropertySet >& xPointProp, const SvXMLImpo… in lcl_resetSymbolSizeForPointsIfNecessary() argument 191 lcl_setSymbolSizeIfNeeded( xPointProp, rImport ); in lcl_resetSymbolSizeForPointsIfNecessary() 986 uno::Reference< beans::XPropertySet > xPointProp( in setStylesToDataPoints() local 990 if( !xPointProp.is() ) in setStylesToDataPoints() 1008 pPropStyleContext->FillPropertySet( xPointProp ); in setStylesToDataPoints() 1015 …xPointProp->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Lines")),uno::makeAny(sa… in setStylesToDataPoints() 1035 pPropStyleContext->FillPropertySet( xPointProp ); in setStylesToDataPoints() 1037 … lcl_resetSymbolSizeForPointsIfNecessary( xPointProp, rImport, pPropStyleContext, pStylesCtxt ); in setStylesToDataPoints()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | CandleStickChart.cxx | 265 … uno::Reference< beans::XPropertySet > xPointProp( (*aSeriesIter)->getPropertiesOfPoint( nIndex )); in createShapes() local 288 …this->setMappedProperties( xShape, xPointProp, PropertyMapper::getPropertyNameMapForLineSeriesProp… in createShapes() 342 …this->setMappedProperties( xShape, xPointProp, PropertyMapper::getPropertyNameMapForLineSeriesProp… in createShapes()
|
H A D | PieChart.cxx | 284 …uno::Reference< beans::XPropertySet > xPointProp( pSeries->getPropertiesOfPoint(aAttributedDataPoi… in getMaxOffset() local 285 if(xPointProp.is()) in getMaxOffset() 288 xPointProp->getPropertyValue( C2U( "Offset" )) >>= fExplodePercentage; in getMaxOffset()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | DataSeriesPointWrapper.cxx | 595 Reference< beans::XPropertySet > xPointProp; in getDataPointProperties() local 601 xPointProp = xSeries->getDataPointByIndex( m_nPointIndex ); in getDataPointProperties() 603 return xPointProp; in getDataPointProperties()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Window.cxx | 1874 …uno::Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex( nDataPointIndex )); in impl_DragDataPoint() local 1876 if( xPointProp.is() && in impl_DragDataPoint() 1877 (xPointProp->getPropertyValue( C2U("Offset" )) >>= fOffset ) && in impl_DragDataPoint() 1885 xPointProp->setPropertyValue( C2U("Offset"), uno::makeAny( fOffset )); in impl_DragDataPoint()
|
Completed in 288 milliseconds