Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx99 , m_aLB_PlaceLabels( this, SchResId( LB_PLACE_LABELS ) ) in AxisPositionsTabPage()
159 lcl_newXPos( m_aLB_PlaceLabels, nXPos ); in AxisPositionsTabPage()
160 m_aLB_PlaceLabels.SetSizePixel(m_aLB_PlaceLabels.CalcMinimumSize()); in AxisPositionsTabPage()
204 …long nLabelRightBorder = m_aLB_PlaceLabels.GetPosPixel().X() + m_aLB_PlaceLabels.GetSizePixel().Wi… in AxisPositionsTabPage()
211m_aLB_PlaceLabels.SetSizePixel( Size( m_aLB_PlaceLabels.GetSizePixel().Width()+nNewRightBorder-nLa… in AxisPositionsTabPage()
219 m_aLB_PlaceLabels.SetDropDownLineCount( m_aLB_PlaceLabels.GetEntryCount() ); in AxisPositionsTabPage()
345 if( nPos < m_aLB_PlaceLabels.GetEntryCount() ) in Reset()
346 m_aLB_PlaceLabels.SelectEntryPos( nPos ); in Reset()
349 m_aLB_PlaceLabels.SetNoSelection(); in Reset()
386 m_aLB_PlaceLabels.Show(false); in Reset()
[all …]
H A Dtp_AxisPositions.hxx72 ListBox m_aLB_PlaceLabels; member in chart::AxisPositionsTabPage

Completed in 31 milliseconds