Searched refs:nContentHeight (Results 1 – 4 of 4) sorted by relevance
177 const sal_Int32 nContentHeight ( in LayoutPanels() local182 if (nContentHeight-nY < aBox.GetHeight()) in LayoutPanels()183 nY = nContentHeight-aBox.GetHeight(); in LayoutPanels()190 nContentHeight); in LayoutPanels()193 SetupVerticalScrollBar(rVerticalScrollBar, nContentHeight, aBox.GetHeight()); in LayoutPanels()491 const sal_Int32 nContentHeight, in SetupVerticalScrollBar() argument494 OSL_ASSERT(nContentHeight > nVisibleHeight); in SetupVerticalScrollBar()497 rVerticalScrollBar.SetRangeMax(nContentHeight-1); in SetupVerticalScrollBar()
113 const sal_Int32 nContentHeight,
217 sal_Int32 nContentHeight = pLastEdit->GetPosPixel().Y() + nEDHeight + in SetData() local219 if(nContentHeight < m_aScrollBar.GetSizePixel().Height()) in SetData()221 nContentHeight = m_aScrollBar.GetSizePixel().Height(); in SetData()232 aWinOutputSize.Height() = nContentHeight; in SetData()
2170 long nContentHeight = 0; in PrintPage() local2184 nContentHeight += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, in PrintPage()2228 long nEndY = nDataY + nContentHeight; in PrintPage()
Completed in 44 milliseconds