Home
last modified time | relevance | path

Searched refs:getSecondaryXAxis (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/qadevOOo/tests/java/ifc/chart/ !
H A D_XTwoAxisXSupplier.java51 XPropertySet SecXAxis = oObj.getSecondaryXAxis(); in _getSecondaryXAxis()
/AOO41X/main/offapi/com/sun/star/chart/ !
H A DXTwoAxisXSupplier.idl59 com::sun::star::beans::XPropertySet getSecondaryXAxis();
/AOO41X/main/qadevOOo/objdsc/sch/ !
H A Dcom.sun.star.comp.office.ChXDiagram.csv16 "ChXDiagram";"com::sun::star::chart::XTwoAxisXSupplier";"getSecondaryXAxis()"
/AOO41X/main/chart2/source/controller/chartapiwrapper/ !
H A DDiagramWrapper.hxx153 ::com::sun::star::beans::XPropertySet > SAL_CALL getSecondaryXAxis()
H A DDiagramWrapper.cxx967 Reference< beans::XPropertySet > SAL_CALL DiagramWrapper::getSecondaryXAxis() in getSecondaryXAxis() function in chart::wrapper::DiagramWrapper
/AOO41X/main/sc/source/ui/vba/ !
H A Dvbachart.cxx1207 xAxisProps = xTwoAxisXSupplier->getSecondaryXAxis(); in getAxisPropertySet()