Searched refs:bSortByXValues (Results 1 – 4 of 4) sorted by relevance
83 , bSortByXValues(sal_False) in ChartTypeParameter()102 , bSortByXValues(sal_False) in ChartTypeParameter()239 sal_Bool bSortByXValues = rParameter.bSortByXValues; in adjustParameterToMainType() local249 rParameter.bSortByXValues = bSortByXValues; in adjustParameterToMainType()366 … xDiaProp->setPropertyValue( C2U( "SortByXValues" ), uno::makeAny( rParameter.bSortByXValues ) ); in commitToModel()
294 m_aCB_XValueSorting.Check( rParameter.bSortByXValues ); in fillControls()298 rParameter.bSortByXValues = m_aCB_XValueSorting.IsChecked(); in fillParameter()963 aParameter.bSortByXValues = lcl_getSortByXValues( m_xChartModel ); in stateChanged()1014 aParameter.bSortByXValues = lcl_getSortByXValues( m_xChartModel ); in IMPL_LINK()1136 aParameter.bSortByXValues = lcl_getSortByXValues( m_xChartModel ); in initializePage()
91 sal_Bool bSortByXValues; member in chart::ChartTypeParameter
647 sal_Bool bSortByXValues = sal_False; in initializeCooSysAndSeriesPlotter() local656 xDiaProp->getPropertyValue( C2U( "SortByXValues" ) ) >>= bSortByXValues; in initializeCooSysAndSeriesPlotter()755 if( bSortByXValues ) in initializeCooSysAndSeriesPlotter()
Completed in 33 milliseconds