Home
last modified time | relevance | path

Searched refs:xChartTypeProp (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/model/template/
H A DLineChartTypeTemplate.cxx284 uno::Reference< beans::XPropertySet > xChartTypeProp( in matchesTemplate() local
287 …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()
H A DScatterChartTypeTemplate.cxx318 uno::Reference< beans::XPropertySet > xChartTypeProp( in matchesTemplate() local
321 …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()
H A DNetChartTypeTemplate.cxx108 uno::Reference< beans::XPropertySet > xChartTypeProp( in matchesTemplate() local
/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx261 uno::Reference< beans::XPropertySet > xChartTypeProp( xChartType, uno::UNO_QUERY_THROW ); in getSupportedLabelPlacements() local
262 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() local
562 if( (xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut) in getNumberOfDisplayedSeries()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1120 … Reference< beans::XPropertySet > xChartTypeProp( xChartType, uno::UNO_QUERY ); in execute_Command() local
1121 if( xChartTypeProp.is() ) in execute_Command()
1124xChartTypeProp->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in execute_Command()

Completed in 38 milliseconds