Searched refs:xCTProp (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/chart2/source/model/template/ |
H A D | LineChartTypeTemplate.cxx | 311 Reference< beans::XPropertySet > xCTProp( xResult, uno::UNO_QUERY ); in getChartTypeForIndex() local 312 if( xCTProp.is()) in getChartTypeForIndex() 314 xCTProp->setPropertyValue( in getChartTypeForIndex() 316 xCTProp->setPropertyValue( in getChartTypeForIndex() 318 xCTProp->setPropertyValue( in getChartTypeForIndex() 345 Reference< beans::XPropertySet > xCTProp( xResult, uno::UNO_QUERY ); in getChartTypeForNewSeries() local 346 if( xCTProp.is()) in getChartTypeForNewSeries() 348 xCTProp->setPropertyValue( in getChartTypeForNewSeries() 350 xCTProp->setPropertyValue( in getChartTypeForNewSeries() 352 xCTProp->setPropertyValue( in getChartTypeForNewSeries()
|
H A D | ScatterChartTypeTemplate.cxx | 345 Reference< beans::XPropertySet > xCTProp( xResult, uno::UNO_QUERY ); in getChartTypeForIndex() local 346 if( xCTProp.is()) in getChartTypeForIndex() 348 xCTProp->setPropertyValue( in getChartTypeForIndex() 350 xCTProp->setPropertyValue( in getChartTypeForIndex() 352 xCTProp->setPropertyValue( in getChartTypeForIndex() 379 Reference< beans::XPropertySet > xCTProp( xResult, uno::UNO_QUERY ); in getChartTypeForNewSeries() local 380 if( xCTProp.is()) in getChartTypeForNewSeries() 382 xCTProp->setPropertyValue( in getChartTypeForNewSeries() 384 xCTProp->setPropertyValue( in getChartTypeForNewSeries() 386 xCTProp->setPropertyValue( in getChartTypeForNewSeries()
|
H A D | PieChartTypeTemplate.cxx | 300 Reference< beans::XPropertySet > xCTProp( xCT, uno::UNO_QUERY ); in createChartTypes() local 301 if( xCTProp.is()) in createChartTypes() 303 xCTProp->setPropertyValue( in createChartTypes() 400 uno::Reference< beans::XPropertySet > xCTProp( in matchesTemplate() local 403 if( xCTProp->getPropertyValue( C2U( "UseRings" )) >>= bUseRings ) in matchesTemplate() 422 Reference< beans::XPropertySet > xCTProp( xResult, uno::UNO_QUERY ); in getChartTypeForIndex() local 423 if( xCTProp.is()) in getChartTypeForIndex() 425 xCTProp->setPropertyValue( in getChartTypeForIndex() 451 Reference< beans::XPropertySet > xCTProp( xResult, uno::UNO_QUERY ); in getChartTypeForNewSeries() local 452 if( xCTProp.is()) in getChartTypeForNewSeries() [all …]
|
H A D | StockChartTypeTemplate.cxx | 380 Reference< beans::XPropertySet > xCTProp( xCT, uno::UNO_QUERY ); in createChartTypes() local 381 if( xCTProp.is()) in createChartTypes() 383 xCTProp->setPropertyValue( C2U("Japanese"), uno::makeAny( bJapaneseStyle )); in createChartTypes() 384 xCTProp->setPropertyValue( C2U("ShowFirst"), uno::makeAny( bShowFirst )); in createChartTypes() 385 xCTProp->setPropertyValue( C2U("ShowHighLow"), uno::makeAny( bShowHighLow )); in createChartTypes() 480 Reference< beans::XPropertySet > xCTProp( xCandleStickChartType, uno::UNO_QUERY ); in matchesTemplate() local 481 if( xCTProp.is()) in matchesTemplate() 484 xCTProp->getPropertyValue( C2U("Japanese")) >>= bJapaneseProp; in matchesTemplate() 489 xCTProp->getPropertyValue( C2U("ShowFirst")) >>= bShowFirstProp; in matchesTemplate()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 961 … uno::Reference< beans::XPropertySet > xCTProp( aChartTypes[nCTIdx], uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart() local 962 …xCTProp->getPropertyValue( ::rtl::OUString::createFromAscii("Japanese")) >>= bHasJapaneseCandlesti… in MergeSeriesForStockChart()
|
H A D | SchXMLExport.cxx | 2751 Reference< beans::XPropertySet > xCTProp( aCTSeq[nCTIdx], uno::UNO_QUERY ); in exportSeries() local 2752 if( xCTProp.is()) in exportSeries() 2753 … xCTProp->getPropertyValue( OUString::createFromAscii("Japanese")) >>= bJapaneseCandleSticks; in exportSeries()
|
Completed in 79 milliseconds