Home
last modified time | relevance | path

Searched refs:getLegend (Results 1 – 25 of 29) sorted by relevance

12

/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java229 XPropertySet.class, xChartDoc.getLegend()); in testLegendBorderProperties()
236 xChartDoc.getLegend()); in testLegendBorderProperties()
254 XPropertySet.class, xChartDoc.getLegend()); in testLegendFillAndTransparence()
262 xChartDoc.getLegend()); in testLegendFillAndTransparence()
279 XPropertySet.class, xChartDoc.getLegend()); in testLegendCharFont()
286 xChartDoc.getLegend()); in testLegendCharFont()
304 XPropertySet.class, xChartDoc.getLegend()); in testLegendCharFontEffects()
314 xChartDoc.getLegend()); in testLegendCharFontEffects()
337 XPropertySet.class, xChartDoc.getLegend()); in testLegendposition()
344 xChartDoc.getLegend()); in testLegendposition()
/aoo4110/main/chart2/source/tools/
H A DLegendHelper.cxx48 uno::Reference< chart2::XLegend > xLegend = LegendHelper::getLegend( xModel, xContext, true ); in showLegend()
78 uno::Reference< chart2::XLegend > xLegend = LegendHelper::getLegend( xModel, 0, false ); in hideLegend()
86 uno::Reference< chart2::XLegend > LegendHelper::getLegend( in getLegend() function in chart::LegendHelper
101 xResult.set( xDia->getLegend() ); in getLegend()
128 uno::Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in hasLegend()
H A DReferenceSizeProvider.cxx267 Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in getAutoResizeState()
353 Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in setAutoResizeState()
/aoo4110/main/chart2/source/controller/main/
H A DChartController_Tools.cxx248 … Reference< beans::XPropertyState > xLegendState( xDiagram->getLegend(), uno::UNO_QUERY ); in executeDispatch_NewArrangement()
671 … uno::Reference< beans::XPropertySet > xLegendProp( xDiagram->getLegend(), uno::UNO_QUERY ); in executeDispatch_Delete()
853 … Reference< beans::XPropertySet > xLegendProp( LegendHelper::getLegend( xModel ), uno::UNO_QUERY ); in executeDispatch_ToggleLegend()
873 xLegendProp.set( LegendHelper::getLegend( xModel, m_xCC, true ), uno::UNO_QUERY ); in executeDispatch_ToggleLegend()
H A DObjectHierarchy.cxx289 …ifier( ObjectIdentifier::createClassifiedIdentifierForObject( xDiagram->getLegend(), Reference< fr… in createLegendTree()
/aoo4110/test/testuno/source/fvt/uno/sc/chart/
H A DChartLegend.java207 XShape legend = xChartDocument.getLegend(); in testLegendPosition()
218 legend = xChartDocument.getLegend(); in testLegendPosition()
/aoo4110/main/chart2/source/controller/dialogs/
H A Dres_LegendPosition.cxx101 uno::Reference< beans::XPropertySet > xProp( xDiagram->getLegend(), uno::UNO_QUERY ); in writeToResources()
146 …uno::Reference< beans::XPropertySet > xProp( LegendHelper::getLegend( xChartModel,m_xCC,bShowLegen… in writeToModel()
/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DChart2ModelContact.cxx242 uno::Reference< chart2::XLegend > xLegend( LegendHelper::getLegend( m_xChartModel ) ); in GetLegendSize()
255 uno::Reference< chart2::XLegend > xLegend( LegendHelper::getLegend( m_xChartModel ) ); in GetLegendPosition()
H A DChartDocumentWrapper.cxx523 …Reference< chart2::XLegend > xLegend( LegendHelper::getLegend( m_spChart2ModelContact->getChartMod… in setPropertyValue()
547 LegendHelper::getLegend( m_spChart2ModelContact->getChartModel() ), uno::UNO_QUERY ); in getPropertyValue()
773 Reference< drawing::XShape > SAL_CALL ChartDocumentWrapper::getLegend() in getLegend() function in chart::wrapper::ChartDocumentWrapper
H A DLegendWrapper.cxx421 xRet.set( xDiagram->getLegend(), uno::UNO_QUERY ); in getInnerPropertySet()
/aoo4110/main/chart2/source/inc/
H A DLegendHelper.hxx58 getLegend( const ::com::sun::star::uno::Reference<
/aoo4110/main/qadevOOo/tests/java/mod/_sch/
H A DChartLegend.java127 oObj = (XShape) xChartDoc.getLegend(); in createTestEnvironment()
H A DChXChartView.java117 xChartDoc.getLegend()} ); in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/ifc/chart/
H A D_XChartDocument.java88 XShape legend = oObj.getLegend(); in _getLegend()
/aoo4110/main/qadevOOo/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXChartDocument.csv14 "ChXChartDocument";"com::sun::star::chart::XChartDocument";"getLegend()"
/aoo4110/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx121 uno::Reference< drawing::XShape > xLegendShape( xDoc->getLegend(), uno::UNO_QUERY ); in StartElement()
H A DSchXMLSeries2Context.cxx135 uno::Reference< beans::XPropertySet > xLegendProp( xChartDoc->getLegend(), uno::UNO_QUERY ); in lcl_setAutomaticSymbolSize()
/aoo4110/main/offapi/com/sun/star/chart2/
H A DXDiagram.idl67 XLegend getLegend();
/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java196 XShape aLegend = maChartDocument.getLegend(); in testLegend()
/aoo4110/main/offapi/com/sun/star/chart/
H A DXChartDocument.idl89 com::sun::star::drawing::XShape getLegend();
/aoo4110/main/chart2/source/model/inc/
H A DDiagram.hxx125 ::com::sun::star::chart2::XLegend > SAL_CALL getLegend()
/aoo4110/main/chart2/source/controller/inc/
H A DChartDocumentWrapper.hxx101 ::com::sun::star::drawing::XShape > SAL_CALL getLegend()
/aoo4110/main/chart2/source/model/main/
H A DDiagram.cxx382 uno::Reference< chart2::XLegend > SAL_CALL Diagram::getLegend() in getLegend() function in chart::Diagram
/aoo4110/main/chart2/workbench/addin/
H A Dsampleaddin.cxx228 uno::Reference< beans::XPropertySet > xLegendProp( mxChartDoc->getLegend(), uno::UNO_QUERY ); in initialize()
/aoo4110/main/chart2/qa/
H A DTestCaseOldAPI.java458 XShape xLegend = mxOldDoc.getLegend(); in testLegend()

Completed in 228 milliseconds

12