Home
last modified time | relevance | path

Searched refs:xSeriesProp (Results 1 – 17 of 17) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx196 const uno::Reference< beans::XPropertySet > & xSeriesProp, in lcl_insertErrorBarLSequencesToMap()
204 if( ( xSeriesProp->getPropertyValue( aPropName ) >>= xErrorBarSource ) && in lcl_insertErrorBarLSequencesToMap()
407 if( xSeriesProp.is()) in StartElement()
415 if( xSeriesProp.is()) in StartElement()
794 if( !xSeriesProp.is() ) in setStylesToSeries()
848 pPropStyleContext->FillPropertySet( xSeriesProp ); in setStylesToSeries()
885 if( !xSeriesProp.is() ) in setStylesToStatisticsObjects()
907 xSeriesProp->getPropertyValue( in setStylesToStatisticsObjects()
912 xSeriesProp->getPropertyValue( in setStylesToStatisticsObjects()
917 xSeriesProp->getPropertyValue( in setStylesToStatisticsObjects()
[all …]
H A DSchXMLExport.cxx239 ::com::sun::star::beans::XPropertySet > & xSeriesProp,
3097 const Reference< beans::XPropertySet > & xSeriesProp, in exportRegressionCurve()
3108 Any aPropAny( xSeriesProp->getPropertyValue( in exportRegressionCurve()
/trunk/main/chart2/source/tools/
H A DReferenceSizeProvider.cxx124 Reference< beans::XPropertySet > xSeriesProp( *aIt, uno::UNO_QUERY ); in setValuesAtAllDataSeries() local
125 if( xSeriesProp.is()) in setValuesAtAllDataSeries()
131 if( xSeriesProp->getPropertyValue( C2U("AttributedDataPoints")) >>= aPointIndexes ) in setValuesAtAllDataSeries()
144 setValuesAtPropertySet( xSeriesProp ); in setValuesAtAllDataSeries()
296 Reference< beans::XPropertySet > xSeriesProp( *aIt, uno::UNO_QUERY ); in getAutoResizeState() local
297 if( xSeriesProp.is()) in getAutoResizeState()
299 getAutoResizeFromPropSet( xSeriesProp, eResult ); in getAutoResizeState()
307 if( xSeriesProp->getPropertyValue( C2U("AttributedDataPoints")) >>= aPointIndexes ) in getAutoResizeState()
H A DStatisticsHelper.cxx317 Reference< beans::XPropertySet > xSeriesProp( xDataSeries, uno::UNO_QUERY ); in addErrorBars() local
318 if( !xSeriesProp.is()) in addErrorBars()
322 if( !( xSeriesProp->getPropertyValue( aPropName ) >>= xErrorBar ) || in addErrorBars()
334 xSeriesProp->setPropertyValue( aPropName, uno::makeAny( xErrorBar )); in addErrorBars()
343 Reference< beans::XPropertySet > xSeriesProp( xDataSeries, uno::UNO_QUERY ); in getErrorBars() local
347 if ( xSeriesProp.is()) in getErrorBars()
348 xSeriesProp->getPropertyValue( aPropName ) >>= xErrorBar; in getErrorBars()
H A DRegressionCurveHelper.cxx308 const uno::Reference< XPropertySet > & xSeriesProp ) in addMeanValueLine()
318 if( xSeriesProp.is()) in addMeanValueLine()
324 xSeriesProp->getPropertyValue( C2U( "Color" ))); in addMeanValueLine()
393 uno::Reference< XPropertySet > xSeriesProp( xRegCnt, uno::UNO_QUERY ); in addRegressionCurve() local
394 if( xSeriesProp.is()) in addRegressionCurve()
397 xSeriesProp->getPropertyValue( C2U( "Color" ))); in addRegressionCurve()
H A DDataSourceHelper.cxx87 uno::Reference< beans::XPropertySet > xSeriesProp( xDataSeries, uno::UNO_QUERY ); in lcl_addErrorBarRanges() local
88 if( !xSeriesProp.is()) in lcl_addErrorBarRanges()
94 if( ( xSeriesProp->getPropertyValue( C2U("ErrorBarY")) >>= xErrorBarProp ) && in lcl_addErrorBarRanges()
H A DObjectIdentifier.cxx1239 Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in getObjectPropertySet() local
1241 if( xSeriesProp.is() ) in getObjectPropertySet()
1243 xSeriesProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProp; in getObjectPropertySet()
H A DChartTypeHelper.cxx300 uno::Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in getSupportedLabelPlacements() local
302 xSeriesProp->getPropertyValue( C2U("StackingDirection") ) >>= eStacking; in getSupportedLabelPlacements()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx73 Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in lcl_applyDefaultStyle() local
75 if( xSeriesProp.is() && xColorScheme.is() ) in lcl_applyDefaultStyle()
76 xSeriesProp->setPropertyValue( in lcl_applyDefaultStyle()
401 Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in applyStyle() local
402 if( xSeriesProp.is()) in applyStyle()
414 xSeriesProp->setPropertyValue( C2U("StackingDirection"), aPropValue ); in applyStyle()
420 lcl_ensureCorrectLabelPlacement( xSeriesProp, aAvailablePlacements ); in applyStyle()
423 …if( xSeriesProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexLi… in applyStyle()
506 Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in resetStyles() local
507 if(!xSeries.is() || !xSeriesProp.is() ) in resetStyles()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx648 Reference< beans::XPropertySet > xSeriesProp( getDataSeries(), uno::UNO_QUERY ); in getPropertyState() local
650 …if( xSeriesProp.is() && (xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColors… in getPropertyState()
855 Reference< beans::XPropertySet > xSeriesProp( getDataSeries(), uno::UNO_QUERY ); in getPropertyValue() local
857 …if( xSeriesProp.is() && (xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColors… in getPropertyValue()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx631 Reference< beans::XPropertySet > xSeriesProp( aIt->m_xDataSeries, uno::UNO_QUERY ); in RenewTable() local
634 if( xSeriesProp.is() && in RenewTable()
635 … ( xSeriesProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Color"))) >>= nColor )) in RenewTable()
1294 Reference< beans::XPropertySet > xSeriesProp( aIt->m_xDataSeries, uno::UNO_QUERY ); in RenewSeriesHeaders() local
1296 if( xSeriesProp.is() && in RenewSeriesHeaders()
1297 … ( xSeriesProp->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Color"))) >>= nColor )) in RenewSeriesHeaders()
H A DDialogModel.cxx777 … Reference< beans::XPropertySet > xSeriesProp( aSeries[nSeries], uno::UNO_QUERY ); in applyInterpretedData() local
778 if( xSeriesProp.is()) in applyInterpretedData()
784 xSeriesProp->setPropertyValue( in applyInterpretedData()
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx223 uno::Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in createItemConverter() local
225 if( xSeriesProp.is() && in createItemConverter()
226 … (xSeriesProp->getPropertyValue(C2U("VaryColorsByPoint")) >>= bVaryColorsByPoint) && in createItemConverter()
229 … if( !ColorPerPointHelper::hasPointOwnColor( xSeriesProp, nPointIndex, xObjectProperties ) ) in createItemConverter()
H A DObjectHierarchy.cxx476 Reference< beans::XPropertySet > xSeriesProp( xSeries, uno::UNO_QUERY ); in createDataSeriesTree() local
478 if( xSeriesProp.is() && in createDataSeriesTree()
479 … (xSeriesProp->getPropertyValue( C2U("ErrorBarY")) >>= xErrorBarProp) && in createDataSeriesTree()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx268 uno::Reference< beans::XPropertySet > xSeriesProp( pSeries->getPropertiesOfSeries() ); in getMaxOffset() local
269 if( !xSeriesProp.is() ) in getMaxOffset()
273 xSeriesProp->getPropertyValue( C2U( "Offset" )) >>= fExplodePercentage; in getMaxOffset()
280 …if( xSeriesProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexLi… in getMaxOffset()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx857 Reference< beans::XPropertySet > xSeriesProp( this->getPropertiesOfSeries() ); in isVaryColorsByPoint() local
858 if( xSeriesProp.is() ) in isVaryColorsByPoint()
859 xSeriesProp->getPropertyValue( C2U("VaryColorsByPoint") ) >>= bVaryColorsByPoint; in isVaryColorsByPoint()
/trunk/main/chart2/source/inc/
H A DRegressionCurveHelper.hxx86 ::com::sun::star::beans::XPropertySet > & xSeriesProp );

Completed in 136 milliseconds