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()
194xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeLowHighClos… in getNewTemplate()
196xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeOpenLowHigh… in getNewTemplate()
201xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockLowHighClose" ) )… in getNewTemplate()
203xTemplate.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
262xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockOpenLowHighClose"… in getNewTemplate()
264xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeOpenLowHigh… in getNewTemplate()
269xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockLowHighClose" ) )… in getNewTemplate()
271xTemplate.set( xFactory->createInstance( C2U( "com.sun.star.chart2.template.StockVolumeLowHighClos… in getNewTemplate()
273 return xTemplate; in getNewTemplate()