Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx98 , m_aFT_PlaceLabels( this, SchResId( FT_PLACE_LABELS ) ) in AxisPositionsTabPage()
145 long nFixTextHeight = m_aFT_PlaceLabels.GetSizePixel().Height(); in AxisPositionsTabPage()
146 long nLabelPlacementWidth = m_aFT_PlaceLabels.CalcMinimumSize().Width(); in AxisPositionsTabPage()
157 m_aFT_PlaceLabels.SetSizePixel( Size( nLabelPlacementWidth, nFixTextHeight ) ); in AxisPositionsTabPage()
158 long nXPos = m_aFT_PlaceLabels.GetPosPixel().X() + nLabelPlacementWidth + nDistance; in AxisPositionsTabPage()
385 m_aFT_PlaceLabels.Show(false); in Reset()
414 m_aFT_PlaceLabels.Enable(false); in Reset()
H A Dtp_AxisPositions.hxx71 FixedText m_aFT_PlaceLabels; member in chart::AxisPositionsTabPage

Completed in 34 milliseconds