Home
last modified time | relevance | path

Searched refs:GetComponentContext (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx188 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes()
372 GetComponentContext()->getServiceManager(), uno::UNO_QUERY ); in getChartTypeForIndex()
391 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
410 … m_xDataInterpreter.set( new ColumnLineDataInterpreter( nNumberOfLines, GetComponentContext() ) ); in getDataInterpreter()
H A DStockChartTypeTemplate.cxx302 GetComponentContext()->getServiceManager(), uno::UNO_QUERY ); in getChartTypeForIndex()
338 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes()
505 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
521 … m_xDataInterpreter.set( new StockDataInterpreter( m_eStockVariant, GetComponentContext() ) ); in getDataInterpreter()
H A DBubbleChartTypeTemplate.cxx238 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
258 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
275 m_xDataInterpreter.set( new BubbleDataInterpreter( GetComponentContext()) ); in getDataInterpreter()
H A DChartTypeTemplate.cxx160 GetComponentContext()->getServiceManager()->createInstanceWithContext( in createDiagramByDataSource()
162 GetComponentContext() ), in createDiagramByDataSource()
382 m_xDataInterpreter.set( new DataInterpreter( GetComponentContext() ) ); in getDataInterpreter()
723 nDim, nAxisIndex, xCooSys, GetComponentContext() )); in createAxes()
921 Reference< uno::XComponentContext > ChartTypeTemplate::GetComponentContext() const in GetComponentContext() function in chart::ChartTypeTemplate
H A DScatterChartTypeTemplate.cxx336 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
367 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
395 m_xDataInterpreter.set( new XYDataInterpreter( GetComponentContext()) ); in getDataInterpreter()
H A DPieChartTypeTemplate.cxx294 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in createChartTypes()
416 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
443 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
H A DChartType.cxx76 Reference< uno::XComponentContext > ChartType::GetComponentContext() const in GetComponentContext() function in chart::ChartType
87 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
H A DLineChartTypeTemplate.cxx304 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
335 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForNewSeries()
H A DDataInterpreter.cxx68 Reference< uno::XComponentContext > DataInterpreter::GetComponentContext() const in GetComponentContext() function in chart::DataInterpreter
136 xSeries.set( new DataSeries( GetComponentContext() )); in interpretDataSource()
H A DDataInterpreter.hxx45 GetComponentContext() const;
H A DNetChartType.cxx74 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
H A DBubbleChartType.cxx143 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
H A DNetChartTypeTemplate.cxx184 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
H A DChartType.hxx69 GetComponentContext() const;
H A DPieChartType.cxx171 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
H A DAreaChartTypeTemplate.cxx230 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
H A DScatterChartType.cxx189 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
H A DXYDataInterpreter.cxx139 xSeries.set( new DataSeries( GetComponentContext() ) ); in interpretDataSource()
H A DChartTypeTemplate.hxx247 GetComponentContext() const;
H A DBarChartTypeTemplate.cxx219 GetComponentContext()->getServiceManager(), uno::UNO_QUERY_THROW ); in getChartTypeForIndex()
H A DStockDataInterpreter.cxx252 xSeries.set( new DataSeries( GetComponentContext() ) ); in interpretDataSource()
H A DBubbleDataInterpreter.cxx156 xSeries.set( new DataSeries( GetComponentContext() ) ); in interpretDataSource()
/trunk/main/xmloff/source/core/
H A DRDFaExportHelper.cxx97 rExport.GetComponentContext()); in getRelativeReference()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx585 Reference<XComponentContext> PresenterToolBar::GetComponentContext (void) const in GetComponentContext() function in sdext::presenter::PresenterToolBar
2139 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->RemoveListener(mpListener); in disposing()
2149 PresenterClockTimer::Instance(mpToolBar->GetComponentContext())->AddListener(mpListener); in ConnectToTimer()
H A DPresenterToolBar.hxx114 css::uno::Reference<css::uno::XComponentContext> GetComponentContext (void) const;

12