Home
last modified time | relevance | path

Searched refs:bXAxisWithValues (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx73 , bXAxisWithValues( false ) in ChartTypeParameter()
92 , bXAxisWithValues( HasXAxisWithValues ) in ChartTypeParameter()
118 if( this->bXAxisWithValues!=rParameter.bXAxisWithValues ) in mapsToSimilarService()
218 rParameter.bXAxisWithValues = bSupportsXAxisWithValues; in adjustParameterToMainType()
267 if( aParameter.bXAxisWithValues ) in getServiceNameForParameter()
H A Dtp_ChartType.cxx138 m_aCB_XAxis_Categories.Check(!rParameter.bXAxisWithValues); in fillControls()
142 rParameter.bXAxisWithValues = !m_aCB_XAxis_Categories.IsChecked(); in fillParameter()
415 m_aCB_Stacked.Enable( !rParameter.bXAxisWithValues ); in fillControls()
416 m_aRB_Stack_Y.Enable( m_aCB_Stacked.IsChecked() && !rParameter.bXAxisWithValues ); in fillControls()
417 m_aRB_Stack_Y_Percent.Enable( m_aCB_Stacked.IsChecked() && !rParameter.bXAxisWithValues ); in fillControls()
H A DChartTypeDialogController.hxx65 ChartTypeParameter( sal_Int32 nSubTypeIndex, bool bXAxisWithValues=false
77 bool bXAxisWithValues; member in chart::ChartTypeParameter

Completed in 31 milliseconds