Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx304 Reference< XChartType > xCT; in getChartTypeForIndex() local
328 return xCT; in getChartTypeForIndex()
361 Reference< XChartType > xCT( in createChartTypes() local
364 aChartTypeVec.push_back( xCT ); in createChartTypes()
375 Reference< XChartType > xCT( in createChartTypes() local
378 aChartTypeVec.push_back( xCT ); in createChartTypes()
380 Reference< beans::XPropertySet > xCTProp( xCT, uno::UNO_QUERY ); in createChartTypes()
391 Reference< XDataSeriesContainer > xDSCnt( xCT, uno::UNO_QUERY_THROW ); in createChartTypes()
401 xCT.set( in createChartTypes()
404 aChartTypeVec.push_back( xCT ); in createChartTypes()
[all …]
H A DColumnLineChartTypeTemplate.cxx216 Reference< XChartType > xCT( in createChartTypes() local
219 ChartTypeTemplate::copyPropertiesFromOldToNewCoordianteSystem( aOldChartTypesSeq, xCT ); in createChartTypes()
222 xCTCnt->setChartTypes( Sequence< Reference< chart2::XChartType > >( &xCT, 1 )); in createChartTypes()
226 Reference< XDataSeriesContainer > xDSCnt( xCT, uno::UNO_QUERY_THROW ); in createChartTypes()
236xCT.set( xFact->createInstance( CHART2_SERVICE_NAME_CHARTTYPE_LINE ), uno::UNO_QUERY_THROW ); in createChartTypes()
238 xCTCnt->addChartType( xCT ); in createChartTypes()
242 Reference< XDataSeriesContainer > xDSCnt( xCT, uno::UNO_QUERY_THROW ); in createChartTypes()
374 Reference< chart2::XChartType > xCT; in getChartTypeForIndex() local
380xCT.set( xFact->createInstance( CHART2_SERVICE_NAME_CHARTTYPE_COLUMN ), uno::UNO_QUERY ); in getChartTypeForIndex()
382 xCT.set( xFact->createInstance( CHART2_SERVICE_NAME_CHARTTYPE_LINE ), uno::UNO_QUERY ); in getChartTypeForIndex()
[all …]
H A DChartTypeTemplate.cxx836 Reference< XChartType > xCT; in createChartTypes() local
840 xCT.set( getChartTypeForNewSeries( aOldChartTypesSeq )); in createChartTypes()
844 aCTSeq[0] = xCT; in createChartTypes()
854 xCT.set( getChartTypeForNewSeries( aOldChartTypesSeq )); in createChartTypes()
859 aCTSeq[0] = xCT; in createChartTypes()
863 xCTCnt->addChartType( xCT ); in createChartTypes()
865 Reference< chart2::XDataSeriesContainer > xDSCnt( xCT, uno::UNO_QUERY_THROW ); in createChartTypes()
871 OSL_ASSERT( xCT.is()); in createChartTypes()
872 Reference< chart2::XDataSeriesContainer > xDSCnt( xCT, uno::UNO_QUERY_THROW ); in createChartTypes()
H A DPieChartTypeTemplate.cxx298 Reference< chart2::XChartType > xCT( in createChartTypes() local
300 Reference< beans::XPropertySet > xCTProp( xCT, uno::UNO_QUERY ); in createChartTypes()
307 xCTCnt->setChartTypes( Sequence< Reference< chart2::XChartType > >( &xCT, 1 )); in createChartTypes()
311 Reference< chart2::XDataSeriesContainer > xDSCnt( xCT, uno::UNO_QUERY_THROW ); in createChartTypes()
/aoo42x/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx173 Reference< XChartType > xCT( xVal, uno::UNO_QUERY ); in operator =() local
174 if( xCT.is()) in operator =()
175 aRole = xCT->getRoleOfSequenceForSeriesLabel(); in operator =()
181 ::std::make_pair( aSeq[nI], xCT ))); in operator =()

Completed in 62 milliseconds