/aoo4110/main/chart2/source/model/template/ |
H A D | ColumnLineChartTypeTemplate.cxx | 190 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes() 376 GetComponentContext()->getServiceManager(), uno::UNO_QUERY ); in getChartTypeForIndex() 396 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries() 416 … m_xDataInterpreter.set( new ColumnLineDataInterpreter( nNumberOfLines, GetComponentContext() ) ); in getDataInterpreter()
|
H A D | BubbleChartTypeTemplate.cxx | 243 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex() 264 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries() 282 m_xDataInterpreter.set( new BubbleDataInterpreter( GetComponentContext()) ); in getDataInterpreter()
|
H A D | StockChartTypeTemplate.cxx | 306 GetComponentContext()->getServiceManager(), uno::UNO_QUERY ); in getChartTypeForIndex() 342 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes() 511 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries() 528 … m_xDataInterpreter.set( new StockDataInterpreter( m_eStockVariant, GetComponentContext() ) ); in getDataInterpreter()
|
H A D | ScatterChartTypeTemplate.cxx | 341 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex() 373 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries() 402 m_xDataInterpreter.set( new XYDataInterpreter( GetComponentContext()) ); in getDataInterpreter()
|
H A D | ChartTypeTemplate.cxx | 161 GetComponentContext()->getServiceManager()->createInstanceWithContext( in createDiagramByDataSource() 163 GetComponentContext() ), in createDiagramByDataSource() 388 m_xDataInterpreter.set( new DataInterpreter( GetComponentContext() ) ); in getDataInterpreter() 733 nDim, nAxisIndex, xCooSys, GetComponentContext() )); in createAxes() 931 Reference< uno::XComponentContext > ChartTypeTemplate::GetComponentContext() const in GetComponentContext() function in chart::ChartTypeTemplate
|
H A D | PieChartTypeTemplate.cxx | 296 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes() 419 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex() 447 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
|
H A D | ChartType.cxx | 76 Reference< uno::XComponentContext > ChartType::GetComponentContext() const in GetComponentContext() function in chart::ChartType 89 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
|
H A D | LineChartTypeTemplate.cxx | 307 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex() 339 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
|
H A D | DataInterpreter.cxx | 68 Reference< uno::XComponentContext > DataInterpreter::GetComponentContext() const in GetComponentContext() function in chart::DataInterpreter 137 xSeries.set( new DataSeries( GetComponentContext() )); in interpretDataSource()
|
H A D | DataInterpreter.hxx | 45 GetComponentContext() const;
|
H A D | NetChartType.cxx | 76 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
|
H A D | NetChartTypeTemplate.cxx | 186 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
|
H A D | BubbleChartType.cxx | 146 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
|
H A D | PieChartType.cxx | 175 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
|
H A D | ChartType.hxx | 69 GetComponentContext() const;
|
H A D | AreaChartTypeTemplate.cxx | 234 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
|
H A D | ScatterChartType.cxx | 192 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
|
H A D | XYDataInterpreter.cxx | 140 xSeries.set( new DataSeries( GetComponentContext() ) ); in interpretDataSource()
|
H A D | BarChartTypeTemplate.cxx | 220 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
|
H A D | BubbleDataInterpreter.cxx | 157 xSeries.set( new DataSeries( GetComponentContext() ) ); in interpretDataSource()
|
H A D | ChartTypeTemplate.hxx | 257 GetComponentContext() const;
|
H A D | StockDataInterpreter.cxx | 253 xSeries.set( new DataSeries( GetComponentContext() ) ); in interpretDataSource()
|
/aoo4110/main/xmloff/source/core/ |
H A D | RDFaExportHelper.cxx | 97 rExport.GetComponentContext()); in getRelativeReference()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterToolBar.cxx | 589 Reference<XComponentContext> PresenterToolBar::GetComponentContext (void) const in GetComponentContext() function in sdext::presenter::PresenterToolBar 2169 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->RemoveListener(mpListener); in disposing() 2179 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->AddListener(mpListener); in ConnectToTimer()
|
H A D | PresenterToolBar.hxx | 114 css::uno::Reference<css::uno::XComponentContext> GetComponentContext (void) const;
|