Lines Matching refs:xFactory

68 …l::OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const = 0;
103 …Reference< lang::XMultiServiceFactory > xFactory( xChartDoc->getChartTypeManager(), uno::UNO_QUERY… in setPropertyValue() local
105 DiagramHelper::getTemplateForDiagram( xDiagram, xFactory ); in setPropertyValue()
108 getNewTemplate( bNewValue, aTemplateAndService.second, xFactory ); in setPropertyValue()
146 …t rtl::OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const;
184 …st rtl::OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const in getNewTemplate()
188 if(!xFactory.is()) in getNewTemplate()
194 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeLowHighClos… in getNewTemplate()
196 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeOpenLowHigh… in getNewTemplate()
201 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockLowHighClose" ) )… in getNewTemplate()
203 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockOpenLowHighClose"… in getNewTemplate()
221 …t rtl::OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const;
256 …st rtl::OUString& rCurrentTemplate, const Reference< lang::XMultiServiceFactory >& xFactory ) const in getNewTemplate()
262 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockOpenLowHighClose"… in getNewTemplate()
264 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeOpenLowHigh… in getNewTemplate()
269 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockLowHighClose" ) )… in getNewTemplate()
271 …xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeLowHighClos… in getNewTemplate()