/aoo4110/main/chart2/source/tools/ |
H A D | LegendHelper.cxx | 48 uno::Reference< chart2::XLegend > xLegend = LegendHelper::getLegend( xModel, xContext, true ); in showLegend() local 49 uno::Reference< beans::XPropertySet > xProp( xLegend, uno::UNO_QUERY ); in showLegend() 73 return xLegend; in showLegend() 78 uno::Reference< chart2::XLegend > xLegend = LegendHelper::getLegend( xModel, 0, false ); in hideLegend() local 79 uno::Reference< beans::XPropertySet > xProp( xLegend, uno::UNO_QUERY ); in hideLegend()
|
H A D | ObjectIdentifier.cxx | 384 Reference< XLegend > xLegend( xObject, uno::UNO_QUERY ); in createClassifiedIdentifierForObject() local 385 if( xLegend.is() ) in createClassifiedIdentifierForObject() 387 … return createClassifiedIdentifierForParticle( createParticleForLegend( xLegend, xChartModel ) ); in createClassifiedIdentifierForObject()
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | Chart2ModelContact.cxx | 242 uno::Reference< chart2::XLegend > xLegend( LegendHelper::getLegend( m_xChartModel ) ); in GetLegendSize() local 243 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xLegend, m_xChartModel … in GetLegendSize() 255 uno::Reference< chart2::XLegend > xLegend( LegendHelper::getLegend( m_xChartModel ) ); in GetLegendPosition() local 256 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xLegend, m_xChartModel … in GetLegendPosition()
|
H A D | ChartDocumentWrapper.cxx | 523 …Reference< chart2::XLegend > xLegend( LegendHelper::getLegend( m_spChart2ModelContact->getChartMod… in setPropertyValue() local 524 if(xLegend.is()) in setPropertyValue() 526 Reference< beans::XPropertySet > xLegendProp( xLegend, uno::UNO_QUERY_THROW ); in setPropertyValue()
|
/aoo4110/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 458 XShape xLegend = mxOldDoc.getLegend(); in testLegend() local 459 assure( "No Legend returned", xLegend != null ); in testLegend() 462 XPropertySet.class, xLegend ); in testLegend() 481 Point aOldPos = xLegend.getPosition(); in testLegend() 487 xLegend.setPosition( aSetPos ); in testLegend() 489 Point aNewPos = xLegend.getPosition(); in testLegend()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | titleconverter.cxx | 205 …Reference< XLegend > xLegend( createInstance( CREATE_OUSTRING( "com.sun.star.chart2.Legend" ) ), U… in convertFromModel() local 206 rxDiagram->setLegend( xLegend ); in convertFromModel() 207 PropertySet aPropSet( xLegend ); in convertFromModel()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 819 const Reference< XLegend > & xLegend, in VLegend() 822 m_xLegend( xLegend ), in VLegend() 849 bool VLegend::isVisible( const Reference< XLegend > & xLegend ) in isVisible() argument 851 if( ! xLegend.is()) in isVisible() 857 Reference< beans::XPropertySet > xLegendProp( xLegend, uno::UNO_QUERY_THROW ); in isVisible()
|
H A D | VLegend.hxx | 50 ::com::sun::star::chart2::XLegend > & xLegend, 82 ::com::sun::star::chart2::XLegend > & xLegend );
|
H A D | ChartView.cxx | 2338 bool lcl_createLegend( const uno::Reference< XLegend > & xLegend in lcl_createLegend() argument 2348 if( VLegend::isVisible( xLegend )) in lcl_createLegend() 2350 VLegend aVLegend( xLegend, xContext, rLegendEntryProviderList ); in lcl_createLegend()
|
/aoo4110/main/chart2/source/model/main/ |
H A D | ChartModel_Persistence.cxx | 438 Reference< chart2::XLegend > xLegend( in initNew() local 441 Reference< beans::XPropertySet > xLegendProperties( xLegend, uno::UNO_QUERY ); in initNew() 453 xDiagram->setLegend( xLegend ); in initNew()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2471 … Reference< XLegend > xLegend( ScfApiHelper::CreateInstance( SERVICE_CHART2_LEGEND ), UNO_QUERY ); in CreateLegend() local 2472 if( xLegend.is() ) in CreateLegend() 2474 ScfPropertySet aLegendProp( xLegend ); in CreateLegend() 2556 return xLegend; in CreateLegend() 3503 XclImpChLegendRef xLegend; in GetLegend() local 3504 …::const_iterator aIt = maTypeGroups.begin(), aEnd = maTypeGroups.end(); !xLegend && (aIt != aEnd);… in GetLegend() 3505 xLegend = aIt->second->GetLegend(); in GetLegend() 3506 return xLegend; in GetLegend()
|
H A D | xechart.cxx | 3185 Reference< XLegend > xLegend = xDiagram->getLegend(); in Convert() local 3186 if( xLegend.is() ) in Convert() 3188 ScfPropertySet aLegendProp( xLegend ); in Convert()
|
/aoo4110/main/offapi/com/sun/star/chart2/ |
H A D | XDiagram.idl | 71 void setLegend( [in] XLegend xLegend );
|
/aoo4110/main/chart2/source/inc/ |
H A D | ObjectIdentifier.hxx | 158 ::com::sun::star::chart2::XLegend >& xLegend
|
/aoo4110/main/chart2/source/model/inc/ |
H A D | Diagram.hxx | 128 ::com::sun::star::chart2::XLegend >& xLegend )
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ChartController_Insert.cxx | 240 Reference< chart2::XLegend > xLegend = LegendHelper::showLegend( getModel(), m_xCC ); in executeDispatch_InsertLegend() local
|