Lines Matching refs:xChartDocument
659 XChartDocument xChartDocument = null; in createChart() local
672 xChartDocument = (XChartDocument) UnoRuntime.queryInterface( in createChart()
676 return xChartDocument; in createChart()
687 XChartDocument xChartDocument = null; in getChartByName() local
699 xChartDocument = (XChartDocument) UnoRuntime.queryInterface( in getChartByName()
703 return xChartDocument; in getChartByName()
712 public static void setChartType(XChartDocument xChartDocument, String chartType) throws Exception { in setChartType() argument
714 XMultiServiceFactory.class, xChartDocument); in setChartType()
717 xChartDocument.setDiagram(xDiagram); in setChartType()
726 public static String getChartType(XChartDocument xChartDocument) throws Exception { in getChartType() argument
727 return xChartDocument.getDiagram().getDiagramType(); in getChartType()