Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx114 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()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx480 …long nSelectionWidth = Min( GetTextWidth( maFields[ mnSelectIndex ].maFieldName ) + 4, nFieldWidth… in Paint() local
482 GetFieldPosition( mnSelectIndex ) + Point( (nFieldWidth - nSelectionWidth) / 2, 3 ), in Paint()
483 Size( nSelectionWidth, maFieldSize.Height() - 6 ) ); in Paint()
/trunk/main/sw/source/ui/inc/
H A Dcolumn.hxx83 long nSelectionWidth; member in SwColumnDlg

Completed in 25 milliseconds