Home
last modified time | relevance | path

Searched defs:xChartDoc (Results 51 – 75 of 86) sorted by relevance

1234

/aoo4110/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx282 void ImplObjectHierarchy::createLegendTree( in createLegendTree()
305 void ImplObjectHierarchy::createAxesTree( in createAxesTree()
394 void ImplObjectHierarchy::createDiagramTree( in createDiagramTree()
H A DChartController_Tools.cxx105 uno::Reference< chart2::XChartDocument > xChartDoc( xModel, uno::UNO_QUERY ); in lcl_deleteDataSeries() local
646 uno::Reference< chart2::XChartDocument > xChartDoc( getModel(), uno::UNO_QUERY ); in executeDispatch_Delete() local
H A DChartController.cxx1352 uno::Reference< XChartDocument > xChartDoc( getModel(), uno::UNO_QUERY ); in executeDispatch_SourceData() local
H A DControllerCommandDispatch.cxx387 Reference< chart2::XChartDocument > xChartDoc( xModel, uno::UNO_QUERY ); in update() local
/aoo4110/main/chart2/source/tools/
H A DDataSourceHelper.cxx226 uno::Reference< chart2::data::XDataSource > DataSourceHelper::pressUsedDataIntoRectangularFormat( in pressUsedDataIntoRectangularFormat()
296 uno::Reference< chart2::data::XDataSource > DataSourceHelper::getUsedData( in getUsedData()
H A DExplicitCategoriesProvider.cxx81 Reference< chart2::XChartDocument > xChartDoc( xChartModel, uno::UNO_QUERY ); in ExplicitCategoriesProvider() local
449 Reference< chart2::XChartDocument > xChartDoc( xNumberFormatsSupplier, uno::UNO_QUERY ); in lcl_fillDateCategories() local
H A DRangeHighlighter.cxx186 Reference< chart2::XChartDocument > xChartDoc( xChartModel, uno::UNO_QUERY_THROW ); in determineRanges() local
H A DTitleHelper.cxx102 uno::Reference< XChartDocument > xChartDoc( xModel, uno::UNO_QUERY ); in lcl_getTitleParent() local
H A DDiagramHelper.cxx1012 Sequence< rtl::OUString > DiagramHelper::getExplicitSimpleCategories( in getExplicitSimpleCategories()
1028 void lcl_switchToDateCategories( const Reference< XChartDocument >& xChartDoc, const Reference< XAx… in lcl_switchToDateCategories()
1106 void lcl_switchToTextCategories( const Reference< XChartDocument >& xChartDoc, const Reference< XAx… in lcl_switchToTextCategories()
1123 void DiagramHelper::switchToDateCategories( const Reference< XChartDocument >& xChartDoc ) in switchToDateCategories()
1139 void DiagramHelper::switchToTextCategories( const Reference< XChartDocument >& xChartDoc ) in switchToTextCategories()
/aoo4110/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx330 Reference< chart2::XChartDocument > xChartDoc( xChartModel, uno::UNO_QUERY ); in initialize() local
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx158 uno::Reference< XChartDocument > xChartDoc( m_xChartModel, uno::UNO_QUERY ); in SeriesOptionsItemConverter() local
H A DErrorBarItemConverter.cxx288 uno::Reference< chart2::XChartDocument > xChartDoc( m_xModel, uno::UNO_QUERY ); in ApplySpecialItem() local
H A DAxisItemConverter.cxx86 AxisItemConverter::AxisItemConverter( in AxisItemConverter()
H A DStatisticsItemConverter.cxx467 uno::Reference< chart2::XChartDocument > xChartDoc( m_xModel, uno::UNO_QUERY ); in ApplySpecialItem() local
/aoo4110/main/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx60 DataEditor::DataEditor( in DataEditor()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLImport.cxx645 uno::Reference< chart2::XChartDocument > xChartDoc( GetModel(), uno::UNO_QUERY ); in ~SchXMLImport() local
727 uno::Reference< chart2::XChartDocument > xChartDoc( GetModel(), uno::UNO_QUERY ); in setTargetDocument() local
H A DSchXMLSeries2Context.cxx132 uno::Reference< chart::XChartDocument > xChartDoc( rImport.GetModel(), uno::UNO_QUERY ); in lcl_setAutomaticSymbolSize() local
219 Reference< chart2::data::XLabeledDataSequence > lcl_createAndAddSequenceToSeries( const rtl::OUStri… in lcl_createAndAddSequenceToSeries()
H A DSchXMLExport.cxx403 Sequence< Reference< chart2::data::XLabeledDataSequence > > lcl_getAllSeriesSequences( const Refere… in lcl_getAllSeriesSequences()
445 Reference< chart2::data::XDataSource > lcl_pressUsedDataIntoRectangularFormat( const Reference< cha… in lcl_pressUsedDataIntoRectangularFormat()
1711 Reference< chart::XChartDocument > xChartDoc( mrExport.GetModel(), uno::UNO_QUERY ); in exportTable() local
3685 Reference< chart2::XChartDocument > xChartDoc( GetModel(), uno::UNO_QUERY ); in exportDoc() local
3706 Reference< chart::XChartDocument > xChartDoc( GetModel(), uno::UNO_QUERY ); in _ExportAutoStyles() local
3721 Reference< chart::XChartDocument > xChartDoc( GetModel(), uno::UNO_QUERY ); in _ExportContent() local
3798 void SchXMLExportHelper_Impl::InitRangeSegmentationProperties( const Reference< chart2::XChartDocum… in InitRangeSegmentationProperties()
H A DSchXMLTableContext.cxx866 void SchXMLTableHelper::applyTableToInternalDataProvider( in applyTableToInternalDataProvider()
959 void SchXMLTableHelper::switchRangesFromOuterToInternalIfNecessary( in switchRangesFromOuterToInternalIfNecessary()
/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java76 XChartDocument xChartDoc = null; field in ChartProperties
/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx646 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in getDiagramType() local
1633 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in detectInnerValue() local
1672 … uno::Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setPropertyValue() local
H A DChartDocumentWrapper.cxx833 … Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in setDiagram() local
1185 Reference< chart2::XChartDocument > xChartDoc( m_spChart2ModelContact->getChart2Document() ); in createInstance() local
/aoo4110/main/oox/source/drawingml/
H A Dshape.cxx600 Reference< chart2::XChartDocument > xChartDoc( xDocModel, UNO_QUERY_THROW ); in finalizeXShape() local
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx331 void XclExpChRoot::InitConversion( XChartDocRef xChartDoc, const Rectangle& rChartRect ) const in InitConversion()
2913 Reference< cssc::XAxis > lclGetApiChart1Axis( Reference< XChartDocument > xChartDoc, in lclGetApiChart1Axis()
3302 XclExpChChart::XclExpChChart( const XclExpRoot& rRoot, in XclExpChChart()
3473 Reference< XChartDocument > xChartDoc( xModel, UNO_QUERY ); in XclExpChart() local
/aoo4110/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1151 … uno::Reference< chart2::XChartDocument> xChartDoc( xCompSupp->getComponent(), uno::UNO_QUERY ); in lcl_getDataProvider() local

Completed in 671 milliseconds

1234