Home
last modified time | relevance | path

Searched refs:xLegend (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2471 … 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 Dxechart.cxx3185 Reference< XLegend > xLegend = xDiagram->getLegend(); in Convert() local
3186 if( xLegend.is() ) in Convert()
3188 ScfPropertySet aLegendProp( xLegend ); in Convert()
/trunk/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx205 …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()
/trunk/main/offapi/com/sun/star/chart2/
H A DXDiagram.idl71 void setLegend( [in] XLegend xLegend );
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx819 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 DVLegend.hxx50 ::com::sun::star::chart2::XLegend > & xLegend,
82 ::com::sun::star::chart2::XLegend > & xLegend );
H A DChartView.cxx2338 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()
/trunk/main/chart2/source/tools/
H A DObjectIdentifier.cxx384 Reference< XLegend > xLegend( xObject, uno::UNO_QUERY ); in createClassifiedIdentifierForObject() local
385 if( xLegend.is() ) in createClassifiedIdentifierForObject()
387 … return createClassifiedIdentifierForParticle( createParticleForLegend( xLegend, xChartModel ) ); in createClassifiedIdentifierForObject()
H A DLegendHelper.cxx48 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()
/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx438 Reference< chart2::XLegend > xLegend( in initNew() local
441 Reference< beans::XPropertySet > xLegendProperties( xLegend, uno::UNO_QUERY ); in initNew()
453 xDiagram->setLegend( xLegend ); in initNew()
/trunk/main/chart2/source/model/inc/
H A DDiagram.hxx128 ::com::sun::star::chart2::XLegend >& xLegend )
/trunk/main/chart2/source/inc/
H A DObjectIdentifier.hxx158 ::com::sun::star::chart2::XLegend >& xLegend
/trunk/main/chart2/source/controller/main/
H A DChartController_Insert.cxx240 Reference< chart2::XLegend > xLegend = LegendHelper::showLegend( getModel(), m_xCC ); in executeDispatch_InsertLegend() local
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChart2ModelContact.cxx242 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 DChartDocumentWrapper.cxx523 …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()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java458 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()

Completed in 179 milliseconds