Lines Matching refs:xTemplate
107 uno::Reference< chart2::XChartTypeTemplate > xTemplate = in setPropertyValue() local
110 if(xTemplate.is()) in setPropertyValue()
116 xTemplate->changeDiagram( xDiagram ); in setPropertyValue()
186 uno::Reference< chart2::XChartTypeTemplate > xTemplate(0); in getNewTemplate() local
189 return xTemplate; 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()
205 return xTemplate; in getNewTemplate()
258 uno::Reference< chart2::XChartTypeTemplate > xTemplate(0); in getNewTemplate() local
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()
273 return xTemplate; in getNewTemplate()