Searched refs:nContentHeight (Results 1 – 4 of 4) sorted by relevance
175 const sal_Int32 nContentHeight ( in LayoutPanels() local180 if (nContentHeight-nY < aBox.GetHeight()) in LayoutPanels()181 nY = nContentHeight-aBox.GetHeight(); in LayoutPanels()188 nContentHeight); in LayoutPanels()191 SetupVerticalScrollBar(rVerticalScrollBar, nContentHeight, aBox.GetHeight()); in LayoutPanels()489 const sal_Int32 nContentHeight, in SetupVerticalScrollBar() argument492 OSL_ASSERT(nContentHeight > nVisibleHeight); in SetupVerticalScrollBar()495 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 40 milliseconds