Home
last modified time | relevance | path

Searched refs:getSubTitle (Results 1 – 11 of 11) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java219 XShape aSubTitle = xChartDocument.getSubTitle(); in testCreateSubTitle()
228 resultTitle = (String) SCUtil.getProperties(xChartDocument.getSubTitle(), "String"); in testCreateSubTitle()
280 SCUtil.setProperties(xChartDocument.getSubTitle(), "String", titles[1]); in testInputTitles()
290 resultTitle[1] = (String) SCUtil.getProperties(xChartDocument.getSubTitle(), "String"); in testInputTitles()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java364 XPropertySet.class, xChartDoc.getSubTitle()); in testTitleAndSubTitle()
372 XPropertySet.class, xChartDoc.getSubTitle()); in testTitleAndSubTitle()
400 XPropertySet.class, xChartDoc.getSubTitle()); in testTitleAndSubTitle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XChartDocument.java79 XShape subtitle = oObj.getSubTitle(); in _getSubTitle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXChartDocument.csv13 "ChXChartDocument";"com::sun::star::chart::XChartDocument";"getSubTitle()"
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DListenAtCalcRangeInDraw.java180 XPropertySet.class, maChartDocument.getSubTitle())).setPropertyValue( in chartDataChanged()
/trunk/main/offapi/com/sun/star/chart/
H A DXChartDocument.idl80 com::sun::star::drawing::XShape getSubTitle();
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx732 uno::Reference< beans::XPropertySet > xTitleProp( xDoc->getSubTitle(), uno::UNO_QUERY ); in EndElement()
1062 uno::Reference< drawing::XShape > xTitleShape( xDoc->getSubTitle(), uno::UNO_QUERY ); in CreateChildContext()
H A DSchXMLExport.cxx1443 Reference< beans::XPropertySet > xPropSet( rChartDoc->getSubTitle(), uno::UNO_QUERY ); in parseDocument()
1450 Reference< drawing::XShape > xShape = rChartDoc->getSubTitle(); in parseDocument()
/trunk/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx98 ::com::sun::star::drawing::XShape > SAL_CALL getSubTitle()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java212 XShape xTitleShape = mxOldDoc.getSubTitle(); in testSubTitle()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx762 Reference< drawing::XShape > SAL_CALL ChartDocumentWrapper::getSubTitle() in getSubTitle() function in chart::wrapper::ChartDocumentWrapper

Completed in 59 milliseconds