Searched refs:nHeightDiff (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/control/ |
H A D | ilstbox.cxx | 1224 long nHeightDiff = mpEntryList->GetAddedHeight( nSelect, mnTop, 0 ); in SelectEntries() local 1225 maFocusRect.SetPos( Point( 0, nHeightDiff ) ); in SelectEntries() 1266 long nHeightDiff = mpEntryList->GetAddedHeight( mnCurrentPos, mnTop, 0 ); in Tracking() local 1267 maFocusRect.SetPos( Point( 0, nHeightDiff ) ); in Tracking() 1399 long nHeightDiff = mpEntryList->GetAddedHeight( mnCurrentPos, mnTop, 0 ); in Tracking() local 1400 maFocusRect.SetPos( Point( 0, nHeightDiff ) ); in Tracking() 1983 long nHeightDiff = mpEntryList->GetAddedHeight( mnCurrentPos, mnTop, 0 ); in ImplDoPaint() local 1984 maFocusRect.SetPos( Point( 0, nHeightDiff ) ); in ImplDoPaint() 2042 long nHeightDiff = mpEntryList->GetAddedHeight( nPos, mnTop, 0 ); in GetFocus() local 2043 maFocusRect.SetPos( Point( 0, nHeightDiff ) ); in GetFocus()
|
/aoo42x/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterViewShell.cxx | 741 long nHeightDiff = (aPageSize.Height() - aRect.GetHeight()) / 2; in SetZoomRect() local 743 aRect.Top() -= nHeightDiff; in SetZoomRect() 744 aRect.Bottom() += nHeightDiff; in SetZoomRect()
|
/aoo42x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 1795 long nHeightDiff = - aFLSz.Height(); in SwCreateAuthEntryDlg_Impl() local 1797 nHeightDiff += aFLSz.Height(); in SwCreateAuthEntryDlg_Impl() 1800 aDlgSize.Height() += nHeightDiff; in SwCreateAuthEntryDlg_Impl()
|
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1552 long nHeightDiff = nDestHeight - nSourceHeight; in CopyFromClip() local 1564 if ( Abs(nHeightDiff) > 1 && nDestHeight > 1 && nSourceHeight > 1 ) in CopyFromClip()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 935 int nHeightDiff = (rFSD.mnHeight - mnHeight) * 1000; in IsBetterMatch() local 936 nHeightMatch = (nHeightDiff >= 0) ? -nHeightDiff : 100+nHeightDiff; in IsBetterMatch()
|
Completed in 80 milliseconds