Home
last modified time | relevance | path

Searched refs:Height (Results 526 – 550 of 1739) sorted by relevance

1...<<21222324252627282930>>...70

/trunk/main/sdext/source/presenter/
H A DPresenterSpritePane.cxx113 mpSprite->Resize(geometry::RealSize2D(rEvent.Width, rEvent.Height)); in windowResized()
228 PaintBorder(awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height)); in UpdateCanvases()
247 mpSprite->Resize(geometry::RealSize2D(aBorderBox.Width, aBorderBox.Height)); in CreateCanvases()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleEventBroadcaster.java75 newPosSize.Height = newPosSize.Height - 20; in fireEvent()
79 newPosSize.Height, PosSize.POSSIZE); in fireEvent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleWindow.java190 newPosSize.Height = newPosSize.Height - 20; in createTestEnvironment()
194 newPosSize.Height, PosSize.POSSIZE); in createTestEnvironment()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx285 if (nHeight>0 && aItemSize.Height()>0) in GetPreferredWidth()
287 int nRowCount = nHeight / aItemSize.Height(); in GetPreferredWidth()
311 aItemSize.Height() += 8; in GetHeightForWidth()
318 nPreferredHeight = nRowCount * aItemSize.Height(); in GetHeightForWidth()
367 aItemSize.Height() += 8; in Resize()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergechildwindow.cxx70 if (!pInfo->aSize.Width() || !pInfo->aSize.Height()) in SFX_IMPL_FLOATINGWINDOW()
399 aLBPos.Y() += aHeadSize.Height(); in SwSendMailDialog()
400 aLBSize.Height() -= aHeadSize.Height(); in SwSendMailDialog()
509 Size aDlgSize = GetSizePixel(); aDlgSize.Height() += nMove; SetSizePixel(aDlgSize); in IMPL_LINK()
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx61 OSL_ENSURE( aRect1.Width >= 0 && aRect2.Width >= 0 && aRect1.Height >= 0 && aRect2.Height >= 0, in GetRectangleInterception()
68 sal_Int32 nBottom1 = aRect1.Y + aRect1.Height; in GetRectangleInterception()
70 sal_Int32 nBottom2 = aRect2.Y + aRect2.Height; in GetRectangleInterception()
72 aResult.Height = ( nBottom1 < nBottom2 ? nBottom1 : nBottom2 ) - aResult.Y; in GetRectangleInterception()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx474 aSizePix.Height() += 2 * pI->aSpace.Y(); in GraphicSize()
481 nHeight += aLogicSize.Height(); in GraphicSize()
482 else if ( nHeight < aLogicSize.Height() ) in GraphicSize()
483 nHeight = aLogicSize.Height(); in GraphicSize()
556 aInsertPos.Y() += aLogicSize.Height(); in InsertGraphic()
/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx222 sal_Bool bTooBig = pFnt->GetSize( pFnt->GetActual() ).Height() > nMax && in PaintExtra()
318 if( IsLocked() || IsHiddenNow() || !Prt().Height() ) in PaintExtraData()
414 ->GetAscent( pSh, *pSh->GetOut() ), Prt().Height(), bRedLine ); in PaintExtraData()
417 aExtra.PaintRedline( Frm().Top()+Prt().Top(), Prt().Height() ); in PaintExtraData()
515 if( pSh->GetViewOptions()->IsParagraph() && Prt().Height() ) in PaintEmpty()
H A Ditradj.cxx272 ASSERT( pCurrent->Height(), "SwTxtAdjuster::CalcBlockAdjust: missing CalcLine()" ); in CalcNewBlock()
422 ASSERT( pCurrent->Height(), "SwTxtAdjuster::CalcBlockAdjust: missing CalcLine()" ); in CalcKanaAdj()
573 const sal_uInt16 nLineHeight = pCurrent->Height(); in CalcRightMargin()
798 pFlyPortion->Height( KSHORT( rCurrRect.Height() ) ); in CalcFlyPortion()
/trunk/main/vcl/source/window/
H A Dfloatwin.cxx204 aSize.Height() = ReadShortRes(); in ImplLoadRes()
374 aPos.Y() = devRect.Top()-aSize.Height()+1; in ImplCalcPos()
390 if ( aPos.Y()+aSize.Height() > aScreenRect.Bottom() ) in ImplCalcPos()
411 if ( aPos.Y()+aSize.Height() > aScreenRect.Bottom() ) in ImplCalcPos()
413 aPos.Y() = devRect.Bottom()-aSize.Height()+1; in ImplCalcPos()
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx200 const sal_uInt32 nWidth = Width(), nHeight = Height(), nScanSize = GetScanlineSize(); in ImplZeroInitUnusedBits()
480 DBG_ASSERT( nY < rReadAcc.Height(), "y-coordinate in source out of range!" ); in CopyScanline()
567 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer()
573 for( long nY = 0L, nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); nY < nHeight; nY++ ) in CopyBuffer()
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.cxx116 std::max<sal_Int32>( 0, realSize.Height - mxBitmap->getSize().Height in calcSpritePos()
128 spriteSize.Height ), in viewAdded()
/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx128 aPos.Y() = Min(aPos.Y(), aWorkAreaBR.Y()-aSize.Height()); in RequestNewObjectArea()
217 aLogicRect.GetHeight() - aScaledSize.Height() ), in ViewChanged()
219 if( aPixelDiff.Width() || aPixelDiff.Height() ) in ViewChanged()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSOImageService.java104 dim.setSize(imageSize.Width, imageSize.Height); in getImageSize()
110 dim.setSize(imageSize.Width * fac, imageSize.Height * fac); in getImageSize()
118 dim.setSize(imageSize.Width * fac, imageSize.Height * fac); in getImageSize()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx178 m_pTabWin->GetSizePixel().Height() - m_pTabWin->GetListBox()->GetSizePixel().Height()); in MouseButtonDown()
180 …aSize.Height() += (m_pTabWin->GetListBox()->GetEntryCount() + 2) * m_pTabWin->GetListBox()->GetEnt… in MouseButtonDown()
/trunk/main/cui/source/dialogs/
H A Ddlgname.cxx66 long nHeight = aSize.Height(); in SvxNameDialog()
67 aSize.Height() = nHeight * nLines; in SvxNameDialog()
70 aPnt.Y() += ( aSize.Height() - nHeight ); in SvxNameDialog()
/trunk/main/cui/source/customize/
H A Dselector.cxx903 sal_uLong nEntries = GetOutputSizePixel().Height() / GetEntryHeight(); in Expand()
1034 gap = s.Height() - news.Height(); in ResizeControls()
1037 news = Size( s.Width(), s.Height() - gap ); in ResizeControls()
1049 news = Size( s.Width(), s.Height() + gap ); in ResizeControls()
1060 news = Size( s.Width(), s.Height() + gap ); in ResizeControls()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Size.java93 Size newSize = new Size(orgSize.Width*2645/100, orgSize.Height*2645/100); in setUpDocument()
140 …assertEquals("Height of graphic error", m_ExpectedSize.Height, xGraphicShape2.getSize().Height, 3); in testGraphicSize()
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx64 pHatchWindow->SetPosSizePixel( aBounds.X, aBounds.Y, aBounds.Width, aBounds.Height ); in initializeWindow()
66 pHatchWindow->SetHatchBorderPixel( Size( aSize.Width, aSize.Height ) ); in initializeWindow()
196 … pHatchWindow->SetHatchBorderPixel( Size( aHatchBorderSize.Width, aHatchBorderSize.Height ) ); in setHatchBorderSize()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java124 oDateControl.xShape.setSize(new Size(ndatewidth, _aSize.Height)); in setSize()
125 oTimeControl.xShape.setSize(new Size(ntimewidth, _aSize.Height)); in setSize()
136 return new Size(ncontrolwidth, oDateControl.xShape.getSize().Height); in getSize()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx182 sal_Int64 Height; member
184 inline explicit EmuSize() : Width( 0 ), Height( 0 ) {} in EmuSize()
185 …inline explicit EmuSize( sal_Int64 nWidth, sal_Int64 nHeight ) : Width( nWidth ), Height( nHei… in EmuSize()
/trunk/main/cui/source/options/
H A Doptaccessibility.cxx87 nDelta = aSize.Height(); in SvxAccessibilityOptionsTabPage()
89 aSize.Height() += nDelta; in SvxAccessibilityOptionsTabPage()
97 nHeightDelta = aSize.Height(); in SvxAccessibilityOptionsTabPage()
H A Doptcolor.cxx804 sal_Int32 nLastY = aSQLCommentWN.GetPosPixel().Y() + aSQLCommentWN.GetSizePixel().Height(); in ColorConfigWindow_Impl()
805 nLastY = nLastY + LogicToPixel( Size( 0, 3 ), MAP_APPFONT ).Height(); in ColorConfigWindow_Impl()
807 sal_Int32 nHeight = LogicToPixel( Size( 0, _LINE_HEIGHT ), MAP_APPFONT ).Height(); in ColorConfigWindow_Impl()
850 sal_Int32 nFTHeight = aChapters[0]->GetSizePixel().Height(); in ColorConfigWindow_Impl()
1145 sal_Int32 nVisibleEntries = aScrollWindow.GetSizePixel().Height() / nScrollOffset; in ColorConfigCtrl_Impl()
1279 bHide = aPos.Y() > nMaxVisible || (aPos.Y() + pWindow->GetSizePixel().Height()) < 0; in lcl_MoveAndShow()
1291 const long nWindowHeight = aScrollWindow.GetSizePixel().Height(); in IMPL_LINK()
1510 sal_Int32 nWinHeight = aScrollWindow.GetSizePixel().Height(); in IMPL_LINK()
1513 nWinHeight < aCtrlPos.Y() + aScrollWindow.aColorBoxes[0]->GetSizePixel().Height()))) in IMPL_LINK()
1516 if(nWinHeight < aCtrlPos.Y() + aScrollWindow.aColorBoxes[0]->GetSizePixel().Height()) in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx670 if ( aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu()
671 aSize.Height() = aParentSize.Height(); in LaunchPageFieldMenu()
672 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in LaunchPageFieldMenu()
673 aPos.Y() = aParentSize.Height() - aSize.Height(); in LaunchPageFieldMenu()
1030 if ( aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue()
1031 aSize.Height() = aParentSize.Height(); in DoAutoFilterMenue()
1032 if ( aPos.Y() + aSize.Height() > aParentSize.Height() ) in DoAutoFilterMenue()
1033 aPos.Y() = aParentSize.Height() - aSize.Height(); in DoAutoFilterMenue()
4406 Height() * 2; in UpdateEditViewPos()
4858 if ( aPos.Y() >= aSize.Height() ) in RFMouseMove()
[all …]
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1065 aString += ::rtl::OUString::valueOf( aSz.Height() ); in ImplWriteBmp()
1387 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in ImplWriteActions()
1791 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1813 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1836 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1859 aFont.SetHeight( aSz.Height() ); in ImplWriteActions()
1930 aMapMode.SetScaleY( aFractionY *= Fraction( aSize.Height(), aPrefSize.Height() ) ); in WriteMetaFile()

Completed in 143 milliseconds

1...<<21222324252627282930>>...70