Searched refs:nSelectionWidth (Results 1 – 3 of 3) sorted by relevance
114 nSelectionWidth(0), in SwColumnDlg()125 nSelectionWidth = aRect.Width(); in SwColumnDlg()137 nSelectionWidth = rSh.GetSectionWidth(*pCurrSection->GetFmt()); in SwColumnDlg()138 if ( !nSelectionWidth ) in SwColumnDlg()139 nSelectionWidth = USHRT_MAX; in SwColumnDlg()277 long nWidth = nSelectionWidth; in IMPL_LINK()
480 …long nSelectionWidth = Min( GetTextWidth( maFields[ mnSelectIndex ].maFieldName ) + 4, nFieldWidth… in Paint() local482 GetFieldPosition( mnSelectIndex ) + Point( (nFieldWidth - nSelectionWidth) / 2, 3 ), in Paint()483 Size( nSelectionWidth, maFieldSize.Height() - 6 ) ); in Paint()
83 long nSelectionWidth; member in SwColumnDlg
Completed in 35 milliseconds