Searched refs:nWindowHeight (Results 1 – 3 of 3) sorted by relevance
/trunk/main/UnoControls/source/controls/ |
H A D | progressbar.cxx | 453 sal_Int32 nWindowHeight = impl_getHeight() ; in impl_recalcRange() local 458 if( nWindowWidth > nWindowHeight ) in impl_recalcRange() 461 fBlockHeight = (nWindowHeight-(2*FREESPACE)) ; in impl_recalcRange() 470 fMaxBlocks = nWindowHeight/(fBlockHeight+FREESPACE); in impl_recalcRange()
|
/trunk/main/cui/source/options/ |
H A D | optcolor.cxx | 1291 const long nWindowHeight = aScrollWindow.GetSizePixel().Height(); in IMPL_LINK() local 1303 lcl_MoveAndShow(aScrollWindow.aCheckBoxes[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK() 1304 lcl_MoveAndShow(aScrollWindow.aFixedTexts[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK() 1305 lcl_MoveAndShow(aScrollWindow.aWindows[i] , nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK() 1306 … sal_Bool bShow = lcl_MoveAndShow(aScrollWindow.aColorBoxes[i], nOffset, nWindowHeight, bShowCtrl); in IMPL_LINK()
|
/trunk/main/vcl/source/control/ |
H A D | ilstbox.cxx | 884 long nWindowHeight = GetSizePixel().Height(); in GetLastVisibleEntry() local 887 …for( nDiff = 0; nDiff < nWindowHeight && nPos < nCount; nDiff = mpEntryList->GetAddedHeight( nPos,… in GetLastVisibleEntry() 890 if( nDiff > nWindowHeight && nPos > mnTop ) in GetLastVisibleEntry()
|
Completed in 39 milliseconds