Home
last modified time | relevance | path

Searched refs:xChartTypeProps (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx119 uno::Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in SeriesOptionsItemConverter() local
120 if( xChartTypeProps.is() ) in SeriesOptionsItemConverter()
122 … if( xChartTypeProps->getPropertyValue( C2U( "OverlapSequence" ) ) >>= m_aBarPositionSequence ) in SeriesOptionsItemConverter()
127 … if( xChartTypeProps->getPropertyValue( C2U( "GapwidthSequence" ) ) >>= m_aBarPositionSequence ) in SeriesOptionsItemConverter()
233 …uno::Reference< beans::XPropertySet > xChartTypeProps( DiagramHelper::getChartTypeOfSeries( xDiagr… in ApplySpecialItem() local
234 if( xChartTypeProps.is() ) in ApplySpecialItem()
238 if( xChartTypeProps.is() ) in ApplySpecialItem()
240 … if( xChartTypeProps->getPropertyValue( aPropName ) >>= m_aBarPositionSequence ) in ApplySpecialItem()
252xChartTypeProps->setPropertyValue( aPropName, uno::makeAny(m_aBarPositionSequence) ); in ApplySpecialItem()
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx1281 … Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in getObjectPropertySet() local
1282 if(xChartTypeProps.is()) in getObjectPropertySet()
1283xChartTypeProps->getPropertyValue( C2U( "BlackDay" ) ) >>= xObjectProperties; in getObjectPropertySet()
1289 … Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in getObjectPropertySet() local
1290 if(xChartTypeProps.is()) in getObjectPropertySet()
1291xChartTypeProps->getPropertyValue( C2U( "WhiteDay" ) ) >>= xObjectProperties; in getObjectPropertySet()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx134 uno::Reference< beans::XPropertySet > xChartTypeProps( xChartTypeModel, uno::UNO_QUERY ); in PieChart() local
135 if( xChartTypeProps.is() ) try in PieChart()
137 xChartTypeProps->getPropertyValue( C2U( "UseRings" )) >>= m_bUseRings; in PieChart()

Completed in 29 milliseconds