Home
last modified time | relevance | path

Searched refs:nHeightDiff (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dilstbox.cxx1224 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()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx741 long nHeightDiff = (aPageSize.Height() - aRect.GetHeight()) / 2; in SetZoomRect() local
743 aRect.Top() -= nHeightDiff; in SetZoomRect()
744 aRect.Bottom() += nHeightDiff; in SetZoomRect()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1795 long nHeightDiff = - aFLSz.Height(); in SwCreateAuthEntryDlg_Impl() local
1797 nHeightDiff += aFLSz.Height(); in SwCreateAuthEntryDlg_Impl()
1800 aDlgSize.Height() += nHeightDiff; in SwCreateAuthEntryDlg_Impl()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1552 long nHeightDiff = nDestHeight - nSourceHeight; in CopyFromClip() local
1564 if ( Abs(nHeightDiff) > 1 && nDestHeight > 1 && nSourceHeight > 1 ) in CopyFromClip()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx935 int nHeightDiff = (rFSD.mnHeight - mnHeight) * 1000; in IsBetterMatch() local
936 nHeightMatch = (nHeightDiff >= 0) ? -nHeightDiff : 100+nHeightDiff; in IsBetterMatch()

Completed in 127 milliseconds