Searched refs:xChartTypeProp (Results 1 – 5 of 5) sorted by relevance
284 uno::Reference< beans::XPropertySet > xChartTypeProp( in matchesTemplate() local287 …tPropertyValue_NoBroadcast( PROP_LINECHARTTYPE_TEMPLATE_CURVE_STYLE, xChartTypeProp->getPropertyVa… in matchesTemplate()288 …ertyValue_NoBroadcast( PROP_LINECHARTTYPE_TEMPLATE_CURVE_RESOLUTION, xChartTypeProp->getPropertyVa… in matchesTemplate()289 …PropertyValue_NoBroadcast( PROP_LINECHARTTYPE_TEMPLATE_SPLINE_ORDER, xChartTypeProp->getPropertyVa… in matchesTemplate()
318 uno::Reference< beans::XPropertySet > xChartTypeProp( in matchesTemplate() local321 …opertyValue_NoBroadcast( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_STYLE, xChartTypeProp->getPropertyVa… in matchesTemplate()322 …yValue_NoBroadcast( PROP_SCATTERCHARTTYPE_TEMPLATE_CURVE_RESOLUTION, xChartTypeProp->getPropertyVa… in matchesTemplate()323 …pertyValue_NoBroadcast( PROP_SCATTERCHARTTYPE_TEMPLATE_SPLINE_ORDER, xChartTypeProp->getPropertyVa… in matchesTemplate()
108 uno::Reference< beans::XPropertySet > xChartTypeProp( in matchesTemplate() local
261 uno::Reference< beans::XPropertySet > xChartTypeProp( xChartType, uno::UNO_QUERY_THROW ); in getSupportedLabelPlacements() local262 if(xChartTypeProp.is()) in getSupportedLabelPlacements()263 xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut; in getSupportedLabelPlacements()560 … uno::Reference< beans::XPropertySet > xChartTypeProp( xChartType, uno::UNO_QUERY_THROW ); in getNumberOfDisplayedSeries() local562 if( (xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut) in getNumberOfDisplayedSeries()
1120 … Reference< beans::XPropertySet > xChartTypeProp( xChartType, uno::UNO_QUERY ); in execute_Command() local1121 if( xChartTypeProp.is() ) in execute_Command()1124 … xChartTypeProp->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in execute_Command()
Completed in 35 milliseconds