Home
last modified time | relevance | path

Searched refs:getChart2Document (Results 1 – 12 of 12) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx521 …RowDescriptionsOperator aOperator( rRowDescriptions, m_spChart2ModelContact->getChart2Document() ); in setRowDescriptions()
526 …DescriptionsOperator aOperator( rColumnDescriptions, m_spChart2ModelContact->getChart2Document() ); in setColumnDescriptions()
533 …RowDescriptionsOperator aOperator( rRowDescriptions, m_spChart2ModelContact->getChart2Document() ); in setComplexRowDescriptions()
538 …DescriptionsOperator aOperator( rColumnDescriptions, m_spChart2ModelContact->getChart2Document() ); in setComplexColumnDescriptions()
557 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setDateCategories()
651 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in switchToInternalDataProvider()
659 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in initDataAccess()
675 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in applyData()
H A DWrappedStockProperties.cxx95 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setPropertyValue()
154 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in getPropertyValue()
225 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in getPropertyValue()
H A DWrappedNumberFormatProperty.cxx73 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setPropertyValue()
150 …ocument > xChartDoc( m_pWrappedNumberFormatProperty->m_spChart2ModelContact->getChart2Document() ); in setPropertyValue()
H A DChartDocumentWrapper.cxx724 …aCtrlLockGuard( Reference< frame::XModel >( m_spChart2ModelContact->getChart2Document(), uno::UNO_… in getTitle()
734 …aCtrlLockGuard( Reference< frame::XModel >( m_spChart2ModelContact->getChart2Document(), uno::UNO_… in getSubTitle()
796 … Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setDiagram()
828 …aCtrlLockGuard( Reference< frame::XModel >( m_spChart2ModelContact->getChart2Document(), uno::UNO_… in attachData()
1127 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in createInstance()
H A DAreaWrapper.cxx160 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in getInnerPropertySet()
H A DChart2ModelContact.hxx66 ::com::sun::star::chart2::XChartDocument > getChart2Document() const;
H A DDiagramWrapper.cxx645 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in getDiagramType()
1566 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in detectInnerValue()
1604 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setPropertyValue()
H A DChart2ModelContact.cxx97 Reference< chart2::XChartDocument > Chart2ModelContact::getChart2Document() const in getChart2Document() function in chart::wrapper::Chart2ModelContact
H A DTitleWrapper.cxx222 …aCtrlLockGuard( Reference< frame::XModel >( m_spChart2ModelContact->getChart2Document(), uno::UNO_… in TitleWrapper()
H A DWrappedStatisticProperties.cxx137 spChart2ModelContact->getChart2Document()); in lcl_getDataProviderFromContact()
/trunk/test/testuno/source/testlib/uno/
H A DChartUtil.java144 public static com.sun.star.chart2.XChartDocument getChart2Document(XShape xShape) in getChart2Document() method in ChartUtil
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java478 xChart2Doc = ChartUtil.getChart2Document(xShape); in testWall()