Home
last modified time | relevance | path

Searched refs:nBaseHeight (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/sidebar/
H A DDeckLayouter.cxx424 const sal_Int32 nBaseHeight ( in DistributeHeights() local
428 if (nBaseHeight < nContainerHeight) in DistributeHeights()
430 rItem.mnWeight = nContainerHeight - nBaseHeight; in DistributeHeights()
441 const sal_Int32 nBaseHeight ( in DistributeHeights() local
446 if (nBaseHeight+nDistributedHeight > rItem.maLayoutSize.Maximum in DistributeHeights()
449 nDistributedHeight = ::std::max<sal_Int32>(0, rItem.maLayoutSize.Maximum - nBaseHeight); in DistributeHeights()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DDeckLayouter.cxx452 const sal_Int32 nBaseHeight ( in DistributeHeights() local
456 if (nBaseHeight < nContainerHeight) in DistributeHeights()
458 rItem.mnWeight = nContainerHeight - nBaseHeight; in DistributeHeights()
469 const sal_Int32 nBaseHeight ( in DistributeHeights() local
474 if (nBaseHeight+nDistributedHeight > rItem.maLayoutSize.Maximum in DistributeHeights()
477 nDistributedHeight = ::std::max<sal_Int32>(0, rItem.maLayoutSize.Maximum - nBaseHeight); in DistributeHeights()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/frmdlg/
H A Dcolex.cxx531 sal_Int32 nBaseHeight = pGridItem->GetBaseHeight() * 3; in DrawPage() local
541 Size(nBaseHeight, aRect.GetHeight()) : in DrawPage()
542 Size(aRect.GetWidth(), nBaseHeight)); in DrawPage()
544 sal_Int32 nLineHeight = nBaseHeight + nRubyHeight; in DrawPage()
566 m_bVertical ? aRubyRect.Move(nBaseHeight, 0) : aRubyRect.Move(0, nBaseHeight); in DrawPage()
587 aStart.setY( aEnd.AdjustY(nBaseHeight ) ); in DrawPage()
589 aStart.setX( aEnd.AdjustX(nBaseHeight ) ); in DrawPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/frmdlg/
H A Dcolex.cxx534 sal_Int32 nBaseHeight = pGridItem->GetBaseHeight() * 3; in DrawPage() local
544 Size(nBaseHeight, aRect.GetHeight()) : in DrawPage()
545 Size(aRect.GetWidth(), nBaseHeight)); in DrawPage()
547 sal_Int32 nLineHeight = nBaseHeight + nRubyHeight; in DrawPage()
569 m_bVertical ? aRubyRect.Move(nBaseHeight, 0) : aRubyRect.Move(0, nBaseHeight); in DrawPage()
590 aStart.setY( aEnd.AdjustY(nBaseHeight ) ); in DrawPage()
592 aStart.setX( aEnd.AdjustX(nBaseHeight ) ); in DrawPage()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DBannerFactory.cs414 private static int DpiScaleInt(int x, int nBaseHeight) in DpiScaleInt() argument
416 return (int)Math.Round((double)(x * nBaseHeight) / (double)StdHeight); in DpiScaleInt()
419 private static float DpiScaleFloat(float x, int nBaseHeight) in DpiScaleFloat() argument
421 return ((x * (float)nBaseHeight) / (float)StdHeight); in DpiScaleFloat()
/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Dscreen_win32.c974 INT nBaseWidth, nBaseHeight; in refreshv() local
1097 nBaseHeight = SCREENHEIGHT; in refreshv()
1105 nBaseHeight = SCREENHEIGHT - crop.vertical * 2; in refreshv()
1111 if (nBaseWidth * i > nRectWidth || nBaseHeight * i > nRectHeight) in refreshv()
1115 frameparams.height = nBaseHeight * (i-1); in refreshv()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport10.cxx1333 sal_Int32 nBaseHeight; variable
1334 xPropertySet->getPropertyValue("GridBaseHeight") >>= nBaseHeight;
1335 CPPUNIT_ASSERT_EQUAL( sal_Int32(convertTwipToMm100(18 * 20)), nBaseHeight );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport10.cxx1279 sal_Int32 nBaseHeight; variable
1280 xPropertySet->getPropertyValue("GridBaseHeight") >>= nBaseHeight;
1281 CPPUNIT_ASSERT_EQUAL( sal_Int32(convertTwipToMm100(18 * 20)), nBaseHeight );