Home
last modified time | relevance | path

Searched refs:ChartTypeDialogController (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/ !
H A DChartTypeDialogController.cxx137 ChartTypeDialogController::ChartTypeDialogController() in ChartTypeDialogController() function in chart::ChartTypeDialogController
143 ChartTypeDialogController::~ChartTypeDialogController() in ~ChartTypeDialogController()
146 Image ChartTypeDialogController::getImage( bool /*bIsHighContrast*/ ) in getImage()
150 bool ChartTypeDialogController::isSubType( const rtl::OUString& rServiceName ) in isSubType()
158 ChartTypeParameter ChartTypeDialogController::getChartTypeParameterForService( in getChartTypeParameterForService()
193 void ChartTypeDialogController::adjustSubTypeAndEnableControls( ChartTypeParameter& /*rParameter*/ ) in adjustSubTypeAndEnableControls()
196 void ChartTypeDialogController::adjustParameterToSubType( ChartTypeParameter& rParameter ) in adjustParameterToSubType()
214 void ChartTypeDialogController::adjustParameterToMainType( ChartTypeParameter& rParameter ) in adjustParameterToMainType()
264 rtl::OUString ChartTypeDialogController::getServiceNameForParameter( const ChartTypeParameter& rPar… in getServiceNameForParameter()
291 uno::Reference< XChartTypeTemplate > ChartTypeDialogController::getCurrentTemplate( in getCurrentTemplate()
[all …]
H A DChartTypeDialogController.hxx96 class ChartTypeDialogController : public ChangingResource class
99 ChartTypeDialogController();
100 virtual ~ChartTypeDialogController();
140 class ColumnOrBarChartDialogController_Base : public ChartTypeDialogController
176 class PieChartDialogController : public ChartTypeDialogController
191 class LineChartDialogController : public ChartTypeDialogController
209 class XYChartDialogController : public ChartTypeDialogController
225 class AreaChartDialogController : public ChartTypeDialogController
241 class NetChartDialogController : public ChartTypeDialogController
256 class StockChartDialogController : public ChartTypeDialogController
[all …]
H A Dtp_ChartType.cxx888 …::std::vector< ChartTypeDialogController* >::const_iterator aIter = m_aChartTypeDialogContro… in ChartTypeTabPage()
889 …const ::std::vector< ChartTypeDialogController* >::const_iterator aEnd = m_aChartTypeDialogContro… in ChartTypeTabPage()
909 …::std::vector< ChartTypeDialogController* >::const_iterator aIter = m_aChartTypeDialogContro… in ~ChartTypeTabPage()
910 …const ::std::vector< ChartTypeDialogController* >::const_iterator aEnd = m_aChartTypeDialogContro… in ~ChartTypeTabPage()
969 ChartTypeDialogController* ChartTypeTabPage::getSelectedMainType() in getSelectedMainType()
971 ChartTypeDialogController* pTypeController = 0; in getSelectedMainType()
972 …::std::vector< ChartTypeDialogController* >::size_type nM = static_cast< ::std::vector< ChartTypeD… in getSelectedMainType()
1022 void ChartTypeTabPage::showAllControls( ChartTypeDialogController& rTypeController ) in showAllControls()
1117 …::std::vector< ChartTypeDialogController* >::iterator aIter = m_aChartTypeDialogContro… in initializePage()
1118 …const ::std::vector< ChartTypeDialogController* >::const_iterator aEnd = m_aChartTypeDialogContro… in initializePage()
H A Dtp_ChartType.hxx78 ChartTypeDialogController* getSelectedMainType();
79 void showAllControls( ChartTypeDialogController& rTypeController );
109 ::std::vector< ChartTypeDialogController* > m_aChartTypeDialogControllerList;
110 ChartTypeDialogController* m_pCurrentMainType;
H A Dmakefile.mk61 $(SLO)$/ChartTypeDialogController.obj \