Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx113 , m_aLB_PlaceTicks(this,SchResId(LB_PLACE_TICKS)) in AxisPositionsTabPage()
167 lcl_newXPos( m_aLB_PlaceTicks, nXPos ); in AxisPositionsTabPage()
168 m_aLB_PlaceTicks.SetSizePixel( m_aLB_PlaceTicks.CalcMinimumSize() ); in AxisPositionsTabPage()
205 …long nTickmarksRightBorder = m_aLB_PlaceTicks.GetPosPixel().X() + m_aLB_PlaceTicks.GetSizePixel().… in AxisPositionsTabPage()
220 m_aLB_PlaceTicks.SetDropDownLineCount( m_aLB_PlaceTicks.GetEntryCount() ); in AxisPositionsTabPage()
368 if( nPos < m_aLB_PlaceTicks.GetEntryCount() ) in Reset()
369 m_aLB_PlaceTicks.SelectEntryPos( nPos ); in Reset()
372 m_aLB_PlaceTicks.SetNoSelection(); in Reset()
392 m_aLB_PlaceTicks.Show(false); in Reset()
421 m_aLB_PlaceTicks.Enable(false); in Reset()
[all …]
H A Dtp_AxisPositions.hxx88 ListBox m_aLB_PlaceTicks; member in chart::AxisPositionsTabPage

Completed in 47 milliseconds