Home
last modified time | relevance | path

Searched refs:nScrollOffset (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx1235 long nScrollOffset = 0; in PreNotify() local
1239 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()
/aoo42x/main/svtools/source/control/
H A Dvalueset.cxx1115 long nScrollOffset; in ImplScroll() local
1119 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()
/aoo42x/main/cui/source/options/
H A Doptcolor.cxx1144 …sal_Int32 nScrollOffset = aScrollWindow.aColorBoxes[1]->GetPosPixel().Y() - aScrollWindow.aColorBo… in ColorConfigCtrl_Impl() local
1145 sal_Int32 nVisibleEntries = aScrollWindow.GetSizePixel().Height() / nScrollOffset; in ColorConfigCtrl_Impl()
/aoo42x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2353 sal_Int32 nScrollOffset = m_aPropertiesWin.GetLineHeight(); in CustomPropertiesControl() local
2354 sal_Int32 nVisibleEntries = m_aPropertiesWin.GetSizePixel().Height() / nScrollOffset; in CustomPropertiesControl()

Completed in 42 milliseconds