Home
last modified time | relevance | path

Searched refs:getDiagramType (Results 1 – 16 of 16) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java103 xChartDoc.getDiagram().getDiagramType()); in testInsertAreaChart()
127 xChartDoc.getDiagram().getDiagramType()); in testInsertBubbleChart()
147 xChartDoc.getDiagram().getDiagramType()); in testInsertBarChart()
206 xChartDoc.getDiagram().getDiagramType()); in testInsertLineChart()
230 xChartDoc.getDiagram().getDiagramType()); in testInsertPieChart()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XChartDocument.java123 String oldType = diagram.getDiagramType(); in _setDiagram()
126 String newType = oObj.getDiagram().getDiagramType(); in _setDiagram()
H A D_XDiagram.java78 String stype = oObj.getDiagramType(); in _getDiagramType()
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java172 result = xChartDocument.getDiagram().getDiagramType(); in testCreateChart()
/trunk/main/offapi/com/sun/star/chart/
H A DXDiagram.idl57 string getDiagramType();
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXDiagram.csv2 "ChXDiagram";"com::sun::star::chart::XDiagram";"getDiagramType()"
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.hxx83 …virtual ::rtl::OUString SAL_CALL getDiagramType() throw( ::com::sun::star::uno::RuntimeException );
H A Dsampleaddin.cxx432 OUString SAL_CALL SampleAddIn::getDiagramType() throw( uno::RuntimeException ) in getDiagramType() function in SampleAddIn
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java308 public String getDiagramType() throws RuntimeException in getDiagramType() method in JavaSampleChartAddIn
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.hxx103 virtual ::rtl::OUString SAL_CALL getDiagramType()
H A DDiagramWrapper.cxx641 OUString SAL_CALL DiagramWrapper::getDiagramType() in getDiagramType() function in chart::wrapper::DiagramWrapper
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java727 return xChartDocument.getDiagram().getDiagramType(); in getChartType()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java268 assure( "Wrong Diagram Type", xDia.getDiagramType().equals( in testDiagram()
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx620 if( ( 0 == mxDiagram->getDiagramType().reverseCompareToAsciiL( in EndElement()
H A DSchXMLExport.cxx1339 OUString sChartType( xDiagram->getDiagramType() ); in parseDocument()
2134 OUString sChartType ( xDiagram->getDiagramType()); in exportPlotArea()
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx112 rtl::OUString sDiagramType = mxChartDocument->getDiagram()->getDiagramType(); in getChartType()

Completed in 85 milliseconds