Lines Matching refs:m_aLB_PlaceTicks
113 , 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()
212 …m_aLB_PlaceTicks.SetSizePixel( Size( m_aLB_PlaceTicks.GetSizePixel().Width()+nNewRightBorder-nTick… in AxisPositionsTabPage()
220 m_aLB_PlaceTicks.SetDropDownLineCount( m_aLB_PlaceTicks.GetEntryCount() ); in AxisPositionsTabPage()
266 sal_uInt16 nMarkPos = m_aLB_PlaceTicks.GetSelectEntryPos(); in FillItemSet()
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()
491 m_aLB_PlaceTicks.Enable(bEnableTickmarkPlacement); in IMPL_LINK()