Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx177 const sal_Int32 nContentHeight ( in LayoutPanels() local
182 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() argument
494 OSL_ASSERT(nContentHeight > nVisibleHeight); in SetupVerticalScrollBar()
497 rVerticalScrollBar.SetRangeMax(nContentHeight-1); in SetupVerticalScrollBar()
H A DDeckLayouter.hxx113 const sal_Int32 nContentHeight,
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx217 sal_Int32 nContentHeight = pLastEdit->GetPosPixel().Y() + nEDHeight + in SetData() local
219 if(nContentHeight < m_aScrollBar.GetSizePixel().Height()) in SetData()
221 nContentHeight = m_aScrollBar.GetSizePixel().Height(); in SetData()
232 aWinOutputSize.Height() = nContentHeight; in SetData()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx2170 long nContentHeight = 0; in PrintPage() local
2184 nContentHeight += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, in PrintPage()
2228 long nEndY = nDataY + nContentHeight; in PrintPage()

Completed in 41 milliseconds