Lines Matching refs:m_aLB_PlaceLabels
99 , 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()
210 long nListBoxHeight = m_aLB_PlaceLabels.GetSizePixel().Height(); in AxisPositionsTabPage()
211 …m_aLB_PlaceLabels.SetSizePixel( Size( m_aLB_PlaceLabels.GetSizePixel().Width()+nNewRightBorder-nLa… in AxisPositionsTabPage()
218 m_aLB_PlaceLabels.SetSelectHdl( LINK( this, AxisPositionsTabPage, PlaceLabelsSelectHdl ) ); in AxisPositionsTabPage()
219 m_aLB_PlaceLabels.SetDropDownLineCount( m_aLB_PlaceLabels.GetEntryCount() ); in AxisPositionsTabPage()
246 sal_uInt16 nLabelPos = m_aLB_PlaceLabels.GetSelectEntryPos(); in FillItemSet()
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()
415 m_aLB_PlaceLabels.Enable(false); in Reset()
481 sal_uInt16 nLabelPos = m_aLB_PlaceLabels.GetSelectEntryPos(); in IMPL_LINK()