Searched refs:xChartTypeProps (Results 1 – 3 of 3) sorted by relevance
119 uno::Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in SeriesOptionsItemConverter() local120 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() local234 if( xChartTypeProps.is() ) in ApplySpecialItem()238 if( xChartTypeProps.is() ) in ApplySpecialItem()240 … if( xChartTypeProps->getPropertyValue( aPropName ) >>= m_aBarPositionSequence ) in ApplySpecialItem()252 … xChartTypeProps->setPropertyValue( aPropName, uno::makeAny(m_aBarPositionSequence) ); in ApplySpecialItem()
1281 … Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in getObjectPropertySet() local1282 if(xChartTypeProps.is()) in getObjectPropertySet()1283 … xChartTypeProps->getPropertyValue( C2U( "BlackDay" ) ) >>= xObjectProperties; in getObjectPropertySet()1289 … Reference< beans::XPropertySet > xChartTypeProps( xChartType, uno::UNO_QUERY ); in getObjectPropertySet() local1290 if(xChartTypeProps.is()) in getObjectPropertySet()1291 … xChartTypeProps->getPropertyValue( C2U( "WhiteDay" ) ) >>= xObjectProperties; in getObjectPropertySet()
134 uno::Reference< beans::XPropertySet > xChartTypeProps( xChartTypeModel, uno::UNO_QUERY ); in PieChart() local135 if( xChartTypeProps.is() ) try in PieChart()137 xChartTypeProps->getPropertyValue( C2U( "UseRings" )) >>= m_bUseRings; in PieChart()
Completed in 36 milliseconds