Searched refs:nNextWidth (Results 1 – 2 of 2) sorted by relevance
125 long nNextWidth = pOwner->GetColumnWidth(nColumnId); in Undo() local127 m_nNextWidth = nNextWidth; in Undo()
1057 long nNextWidth = aPrevBoundRect.Right() + nGridDX + LROFFS_WINBORDER; in FindNextEntryPos() local1058 if( nNextWidth > aVirtOutputSize.Width() ) in FindNextEntryPos()1061 if( nNextWidth < nMaxVirtWidth ) in FindNextEntryPos()1096 long nNextWidth=aPrevBoundRect.Right()+rBoundSize.Width()+LROFFS_BOUND+nHorDist; in FindNextEntryPos() local1097 if( nNextWidth > aVirtOutputSize.Width() ) in FindNextEntryPos()1100 if( nNextWidth < nMaxVirtWidth ) in FindNextEntryPos()
Completed in 34 milliseconds