Home
last modified time | relevance | path

Searched refs:xCTProp (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/model/template/
H A DLineChartTypeTemplate.cxx311 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 DScatterChartTypeTemplate.cxx345 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 DPieChartTypeTemplate.cxx300 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 DStockChartTypeTemplate.cxx380 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()
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx961 … uno::Reference< beans::XPropertySet > xCTProp( aChartTypes[nCTIdx], uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart() local
962xCTProp->getPropertyValue( ::rtl::OUString::createFromAscii("Japanese")) >>= bHasJapaneseCandlesti… in MergeSeriesForStockChart()
H A DSchXMLExport.cxx2751 Reference< beans::XPropertySet > xCTProp( aCTSeq[nCTIdx], uno::UNO_QUERY ); in exportSeries() local
2752 if( xCTProp.is()) in exportSeries()
2753xCTProp->getPropertyValue( OUString::createFromAscii("Japanese")) >>= bJapaneseCandleSticks; in exportSeries()

Completed in 54 milliseconds