Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DDeckLayouter.cxx102 const sal_Int32 nContentHeight,
232 const sal_Int32 nContentHeight ( in LayoutPanels() local
237 if (nContentHeight-nY < aBox.GetHeight()) in LayoutPanels()
238 nY = nContentHeight-aBox.GetHeight(); in LayoutPanels()
245 nContentHeight); in LayoutPanels()
248 SetupVerticalScrollBar(rVerticalScrollBar, nContentHeight, aBox.GetHeight()); in LayoutPanels()
569 const sal_Int32 nContentHeight, in SetupVerticalScrollBar() argument
572 OSL_ASSERT(nContentHeight > nVisibleHeight); in SetupVerticalScrollBar()
575 rVerticalScrollBar.SetRangeMax(nContentHeight-1); in SetupVerticalScrollBar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DDeckLayouter.cxx100 const sal_Int32 nContentHeight,
198 const sal_Int32 nContentHeight(nTotalPreferredHeight + nTotalDecorationHeight); in LayoutPanels() local
199 SetupVerticalScrollBar(rVerticalScrollBar, nContentHeight, aBox.GetHeight()); in LayoutPanels()
533 const sal_Int32 nContentHeight, in SetupVerticalScrollBar() argument
536 OSL_ASSERT(nContentHeight > nVisibleHeight); in SetupVerticalScrollBar()
538 rVerticalScrollBar.vadjustment_set_upper(nContentHeight-1); in SetupVerticalScrollBar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx1787 const SwTwips nContentHeight = CalcContentHeight(&rAttrs, nMinHeight, nUL); in MakeContentPos() local
1790 if( nContentHeight != 0) in MakeContentPos()
1791 nDiff = aRectFnSet.GetHeight(getFramePrintArea()) - nContentHeight; in MakeContentPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dfly.cxx1739 const SwTwips nContentHeight = CalcContentHeight(&rAttrs, nMinHeight, nUL); in MakeContentPos() local
1742 if( nContentHeight != 0) in MakeContentPos()
1743 nDiff = aRectFnSet.GetHeight(getFramePrintArea()) - nContentHeight; in MakeContentPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport.cxx1253 sal_Int32 nContentHeight = parseDump("//notxt/infos/bounds", "height").toInt32(); variable
1255 CPPUNIT_ASSERT_EQUAL(nFlyHeight, nContentHeight);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dprintfun.cxx2142 long nContentHeight = 0; in PrintPage() local
2156 nContentHeight += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, in PrintPage()
2197 long nEndY = nDataY + nContentHeight; in PrintPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dprintfun.cxx2174 tools::Long nContentHeight = 0; in PrintPage() local
2188 nContentHeight += rDoc.GetScaledRowHeight( nY1, nY2, nPrintTab, in PrintPage()
2229 tools::Long nEndY = nDataY + nContentHeight; in PrintPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport.cxx1484 sal_Int32 nContentHeight = parseDump("//notxt/infos/bounds", "height").toInt32(); in CPPUNIT_TEST_FIXTURE() local
1486 CPPUNIT_ASSERT_EQUAL(nFlyHeight, nContentHeight); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dsalnativewidgets-gtk.cxx1992 …ding(GtkStyleContext* pStyle, tools::Long nContentWidth, tools::Long nContentHeight, const tools::… in AdjustRectForTextBordersPadding() argument
2000 gint nWidgetHeight = nContentHeight + padding.top + padding.bottom + border.top + border.bottom; in AdjustRectForTextBordersPadding()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3salnativewidgets-gtk.cxx2715 …TextBordersPadding(GtkStyleContext* pStyle, long nContentWidth, long nContentHeight, const tools::… in AdjustRectForTextBordersPadding() argument
2723 gint nWidgetHeight = nContentHeight + padding.top + padding.bottom + border.top + border.bottom; in AdjustRectForTextBordersPadding()