Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx269 CheckBox m_aCB_XValueSorting; member in chart::SortByXValuesResourceGroup
273 , m_aCB_XValueSorting( pWindow, SchResId( CB_XVALUE_SORTING ) ) in SortByXValuesResourceGroup()
275m_aCB_XValueSorting.SetToggleHdl( LINK( this, SortByXValuesResourceGroup, SortByXValuesCheckHdl ) … in SortByXValuesResourceGroup()
282 m_aCB_XValueSorting.Show(bShow); in showControls()
286 return m_aCB_XValueSorting.GetSizePixel().Height(); in getHeight()
290 m_aCB_XValueSorting.SetPosPixel(rPoint); in setPosition()
294 m_aCB_XValueSorting.Check( rParameter.bSortByXValues ); in fillControls()
298 rParameter.bSortByXValues = m_aCB_XValueSorting.IsChecked(); in fillParameter()

Completed in 19 milliseconds