Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx146 long nLabelPlacementWidth = m_aFT_PlaceLabels.CalcMinimumSize().Width(); in AxisPositionsTabPage() local
151 nWidth_0 = ::std::max( nWidth_0, nLabelPlacementWidth ); in AxisPositionsTabPage()
153 nLabelPlacementWidth = nMarkPlacementWidth = nWidth_0; in AxisPositionsTabPage()
157 m_aFT_PlaceLabels.SetSizePixel( Size( nLabelPlacementWidth, nFixTextHeight ) ); in AxisPositionsTabPage()
158 long nXPos = m_aFT_PlaceLabels.GetPosPixel().X() + nLabelPlacementWidth + nDistance; in AxisPositionsTabPage()

Completed in 18 milliseconds