Searched refs:GetLineSize (Results 1 – 15 of 15) sorted by relevance
61 long nDeltaX = pHScroll->GetLineSize(); in IMPL_LINK_INLINE_END()62 long nDeltaY = pVScroll->GetLineSize(); in IMPL_LINK_INLINE_END()334 …long nThumbPos = pScrollBar->GetThumbPos() + ( ( nX != 0 ) ? nX : nY ) * pScrollBar->GetLineSize(); in KeyInput()
96 sal_Int32 nDeltaX = pDlgEditor->GetHScroll()->GetLineSize(); in MakeVisible()97 sal_Int32 nDeltaY = pDlgEditor->GetVScroll()->GetLineSize(); in MakeVisible()
109 long GetLineSize( sal_uInt16 ) const;
114 long GetLineSize() const { return mnLineSize; } in GetLineSize() function in Slider
132 long GetLineSize() const { return mnLineSize; } in GetLineSize() function in ScrollBar
320 nLinesX *= mpHorizontalScrollBar->GetLineSize(); in ScrollLines()324 nLinesY *= mpVerticalScrollBar->GetLineSize(); in ScrollLines()
936 long nHLine = pHorScroll->GetLineSize(); in DoScroll()939 long nVLine = pVerScroll->GetLineSize(); in DoScroll()
1268 const double fVal = (double)nNewPos - ((double)nX * pHScrl->GetLineSize()); in ImplHandleScroll()1291 const double fVal = (double)nNewPos - ((double)nY * pVScrl->GetLineSize()); in ImplHandleScroll()
1599 aSize.Width() = pSplitWin->GetLineSize(nLine); in CalcAlignment()1623 aSize.Height() = pSplitWin->GetLineSize(nLine); in CalcAlignment()
955 long SfxSplitWindow::GetLineSize( sal_uInt16 nLine ) const in GetLineSize() function in SfxSplitWindow
401 if( !maTimeSlider.GetLineSize() ) in implUpdateTimeSlider()
1089 const long nColumnWidth (pSplitWindow->GetLineSize(nColumn)); in SetChildWindowWidth()
2353 nThumb += aHorSBar.GetLineSize(); in KeyInput()2385 nThumb -= aHorSBar.GetLineSize(); in KeyInput()
427 long nLinSz = pModulWindow->GetHScrollBar()->GetLineSize(); (void)nLinSz; in KeyInput()
3163 return pScrollBar ? pScrollBar->GetLineSize() : 0; in getLineIncrement()
Completed in 146 milliseconds