Home
last modified time | relevance | path

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

/AOO41X/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()
210 long nListBoxHeight = m_aLB_PlaceLabels.GetSizePixel().Height(); in AxisPositionsTabPage()
211m_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()
[all …]
H A Dtp_AxisPositions.hxx72 ListBox m_aLB_PlaceLabels; member in chart::AxisPositionsTabPage