Searched refs:nScrollOffset (Results 1 – 4 of 4) sorted by relevance
1235 long nScrollOffset = 0; in PreNotify() local1239 nScrollOffset = -m_aVScroll.GetPageSize(); in PreNotify()1241 nScrollOffset = m_aVScroll.GetPageSize(); in PreNotify()1244 if ( nScrollOffset ) in PreNotify()1246 long nNewThumbPos = m_aVScroll.GetThumbPos() + nScrollOffset; in PreNotify()
1115 long nScrollOffset; in ImplScroll() local1119 nScrollOffset = VALUESET_SCROLL_OFFSET/2; in ImplScroll()1121 nScrollOffset = VALUESET_SCROLL_OFFSET; in ImplScroll()1125 if ( (rPos.Y() >= nTopPos) && (rPos.Y() <= nTopPos+nScrollOffset) ) in ImplScroll()1132 if ( (rPos.Y() >= nBottomPos-nScrollOffset) && (rPos.Y() <= nBottomPos) ) in ImplScroll()
1144 …sal_Int32 nScrollOffset = aScrollWindow.aColorBoxes[1]->GetPosPixel().Y() - aScrollWindow.aColorBo… in ColorConfigCtrl_Impl() local1145 sal_Int32 nVisibleEntries = aScrollWindow.GetSizePixel().Height() / nScrollOffset; in ColorConfigCtrl_Impl()
2353 sal_Int32 nScrollOffset = m_aPropertiesWin.GetLineHeight(); in CustomPropertiesControl() local2354 sal_Int32 nVisibleEntries = m_aPropertiesWin.GetSizePixel().Height() / nScrollOffset; in CustomPropertiesControl()
Completed in 46 milliseconds