Searched refs:nNewPBXPos (Results 1 – 1 of 1) sorted by relevance
162 long nNewPBXPos = m_aCBNumber.GetPosPixel().X() + nCBXWidth + aControlDistance.Width(); in DataLabelResources() local164 if( nNewPBXPos + nPBWidth > nPageWidth ) in DataLabelResources()168 nNewPBXPos = nPageWidth-nPBWidth; in DataLabelResources()171 …m_aPB_NumberFormatForValue.SetPosPixel( Point( nNewPBXPos, m_aPB_NumberFormatForValue.GetPosPixel(… in DataLabelResources()172 …m_aPB_NumberFormatForPercent.SetPosPixel( Point( nNewPBXPos, m_aPB_NumberFormatForPercent.GetPosPi… in DataLabelResources()
Completed in 8 milliseconds