Home
last modified time | relevance | path

Searched refs:Height (Results 226 – 250 of 1739) sorted by relevance

12345678910>>...70

/trunk/main/vcl/source/control/
H A Dgroup.cxx191 pDev->DrawLine( Point( rPos.X(), nTop ), Point( rPos.X(), rPos.Y()+rSize.Height()-2 ) ); in ImplDraw()
192 …DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSize.Width()-2, rPos.Y()+… in ImplDraw()
193 …pDev->DrawLine( Point( rPos.X()+rSize.Width()-2, rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSiz… in ImplDraw()
209 … pDev->DrawLine( Point( rPos.X()+1, nTop+1 ), Point( rPos.X()+1, rPos.Y()+rSize.Height()-3 ) ); in ImplDraw()
210 …DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-1 ), Point( rPos.X()+rSize.Width()-1, rPos.Y()+… in ImplDraw()
211 …pDev->DrawLine( Point( rPos.X()+rSize.Width()-1, rPos.Y()+rSize.Height()-1 ), Point( rPos.X()+rSiz… in ImplDraw()
H A Dfixed.cxx73 nY = rWinSize.Height()-rObjSize.Height(); in ImplCalcPos()
75 nY = (rWinSize.Height()-rObjSize.Height())/2; in ImplCalcPos()
399 if ( aSize.Height() <= 0 ) in CalcMinimumTextSize()
400 aSize.Height() = pControl->GetTextHeight(); in CalcMinimumTextSize()
512 aDecoView.DrawSeparator( Point( nX, 0 ), Point( nX, aOutSize.Height()-1 ) ); in ImplDraw()
516 nY = (aOutSize.Height()-1)/2; in ImplDraw()
528 Point aStartPt( aOutSize.Width()/2, aOutSize.Height()-1 ); in ImplDraw()
530 aStartPt.Y() -= (aOutSize.Height() - nWidth)/2; in ImplDraw()
535 if( aOutSize.Height() - aStartPt.Y() > FIXEDLINE_TEXT_BORDER ) in ImplDraw()
536 aDecoView.DrawSeparator( Point( aStartPt.X(), aOutSize.Height()-1 ), in ImplDraw()
[all …]
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx205 + mxControls[CB_BANDED_COLUMNS]->GetSizePixel().Height(); in GetHeightForWidth()
220 aItemSize.Height() += 10; in GetHeightForWidth()
230 nHeight += nRowCount * aItemSize.Height(); in GetHeightForWidth()
438 …gOffsetY[CB_BANDED_COLUMNS] + mxControls[CB_BANDED_COLUMNS]->GetSizePixel().Height() + aOffset.Y(); in updateLayout()
440 const long nStylesHeight = aPaneSize.Height() - nOptionsHeight; in updateLayout()
468 pValueSet->SetItemHeight( aItemSize.Height() ); in updateLayout()
471 aItemSize.Height() += 10; in updateLayout()
480 int nVisibleRowCount = (aValueSetSize.Height()+2) / aItemSize.Height(); in updateLayout()
492 aValueSetSize.Height() = nRowCount * aItemSize.Height(); in updateLayout()
515 const long nOptionsPos = aPos.Y() + aValueSetSize.Height(); in updateLayout()
[all …]
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx313 Point aPageOrg( aPageSize.Width(), aPageSize.Height() / 2); in Construct()
314 Size aSize(aPageSize.Width() * 3, aPageSize.Height() * 2); in Construct()
608 long nHeight = mpActualPage->GetSize().Height(); in SetupPage()
699 aPagePos.Y() += aPageSize.Height() / 2; in GetStatusBarState()
700 aPageSize.Height() = (long) (aPageSize.Height() * 1.03); in GetStatusBarState()
701 aPagePos.Y() -= aPageSize.Height() / 2; in GetStatusBarState()
735 aSize.Height() = Fraction(aSize.Height()) / aUIScale; in GetStatusBarState()
754 aSize.Height() = Fraction(aSize.Height()) / aUIScale; in GetStatusBarState()
H A Dviewoverlaymanager.cxx217 nHighlightId += aMDPos.Y() > maImageSize.Height() ? 2 : 0; in onMouseEnter()
261 maImageSize.Height() >>= 1; in CreateB2dIAObject()
392 long nShapeSizePix = std::min(aShapeSizePix.Width(),aShapeSizePix.Height()); in createOverlayImage()
398 aRet.SetSizePixel( Size( aSize.Width() << 1, aSize.Height() << 1 ) ); in createOverlayImage()
403 aRet.Expand( aSize.Width(), aSize.Height(), NULL, sal_True ); in createOverlayImage()
406 …aRet.CopyPixel( Rectangle( Point( 0, aSize.Height() ), aSize ), aRectSrc, getButtonImage((nHigh… in createOverlayImage()
407 …aRet.CopyPixel( Rectangle( Point( aSize.Width(), aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
427 long nShapeSizePix = std::min(aShapeSizePix.Width(),aShapeSizePix.Height()); in addCustomHandles()
439 long all_height = nRows * aButtonSize.Height(); in addCustomHandles()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx176 aPos.Height() -= aFormPos.Height(); in TransformSdrToControlCoordinates()
189 aPos.Height() -= aDeviceInfo.TopInset; in TransformSdrToControlCoordinates()
198 nYOut = aPos.Height(); in TransformSdrToControlCoordinates()
200 nHeightOut = aSize.Height(); in TransformSdrToControlCoordinates()
248 nYOut = aPos.Height(); in TransformSdrToFormCoordinates()
250 nHeightOut = aSize.Height(); in TransformSdrToFormCoordinates()
292 aPos.Height() += aFormPos.Height(); in TransformControlToSdrCoordinates()
310 nYOut = aPos.Height(); in TransformControlToSdrCoordinates()
312 nHeightOut = aSize.Height(); in TransformControlToSdrCoordinates()
360 nYOut = aPos.Height(); in TransformFormToSdrCoordinates()
[all …]
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx365 DrawRect(Rectangle( 0, 0, -aOffset.X(), aWinSize.Height() )); in DoPrint()
456 aLocalPageSize.Height() = (long) (aLocalPageSize.Height() * HMM_PER_TWIPS ); in DoPrint()
478 long nPageEndY = aLocalPageSize.Height() - aOffset.Y(); in DoPrint()
483 Point aWinEnd( aWinSize.Width(), aWinSize.Height() ); in DoPrint()
777 aWinSize.Height() -= 2 * aMarginSize.Height(); in GetOptimalZoom()
780 if ( aLocalPageSize.Width() && aLocalPageSize.Height() ) in GetOptimalZoom()
783 long nZoomY = (long) ( aWinSize.Height() * 100 / ( aLocalPageSize.Height() * nWinScaleY )); in GetOptimalZoom()
1156 aHeaderSize.Height() = aHeaderSize.Height() * 100 / mnScale; in MouseButtonUp()
1170 aFooterSize.Height() = aFooterSize.Height() * 100 / mnScale; in MouseButtonUp()
1270 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseMove()
[all …]
/trunk/main/migrationanalysis/src/wizard/
H A DSearchDocs.frm21 Height = 375
29 Height = 440
38 Height = 195
46 Height = 195
54 Height = 195
62 Height = 195
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx115 …long nMaxHeight = (aEditSize.Height() > aItemRect.GetHeight()) ? aEditSize.Height() : aItemRect.Ge… in SFX_IMPL_POS_CHILDWINDOW()
116 if( nMaxHeight+2 > aSizeTbx.Height() ) in SFX_IMPL_POS_CHILDWINDOW()
117 aSizeTbx.Height() = nMaxHeight+2; in SFX_IMPL_POS_CHILDWINDOW()
119 aSize.Height() = aSizeTbx.Height(); in SFX_IMPL_POS_CHILDWINDOW()
124 aPosSize.Height() = nMaxHeight; in SFX_IMPL_POS_CHILDWINDOW()
125 aEditSize.Height() = nMaxHeight; in SFX_IMPL_POS_CHILDWINDOW()
128 aPosPos.Y() = (aSize.Height() - nMaxHeight)/2 + 1; in SFX_IMPL_POS_CHILDWINDOW()
129 aEditPos.Y() = (aSize.Height() - nMaxHeight)/2 + 1; in SFX_IMPL_POS_CHILDWINDOW()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx371 nBoundingY2 = pMTF->GetPrefSize().Height(); in WritePS()
453 ImplWriteLong( aSizePoint.Height() ,PS_RET ); in ImplWriteProlog()
477 ImplWriteLong( aSizeBitmap.Height() ); in ImplWriteProlog()
482 nLines *= aSizeBitmap.Height(); in ImplWriteProlog()
487 for ( nY = 0; nY < aSizeBitmap.Height(); nY++ ) in ImplWriteProlog()
570 …ouble)pMTF->GetPrefSize().Width(), (double)aSizePoint.Height() / (double)pMTF->GetPrefSize().Heigh… in ImplWriteProlog()
572 ImplWriteDouble( -pMTF->GetPrefSize().Height() ); in ImplWriteProlog()
1147 aOrigin.Y() += aOutSize.Height(); in ImplWriteActions()
1183 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
2161 ImplWriteDouble( aSize.Height() ); in ImplSetAttrForText()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx55 return ( aSize.Width() == 0 ) && ( aSize.Height() == 0 ); in hasEmptySize()
174 _rPosSize.Height = aSize.Height(); in lcl_checkUIElement()
257 aRect.Height = rRect.Bottom(); in putRectangleValueToAWT()
268 aRect.Bottom() = rRect.Height; in putAWTToRectangle()
279 aRect.Height = rRect.GetHeight(); in convertRectangleToAWT()
289 aRect.Bottom() = rRect.Y + rRect.Height; in convertAWTToRectangle()
300 ( rRect1.Height == rRect2.Height )); in equalRectangles()
H A Dlayoutmanager.cxx563 rElementData.m_aFloatingData.m_aSize.Height() = aSize.Height; in implts_readWindowStateData()
688 aSize.Height = rElementData.m_aFloatingData.m_aSize.Height(); in implts_writeWindowStateData()
2381 aBorderSpace.Height += implts_getStatusBarSize().Height(); in implts_doLayout()
2440 aContainerSize.Height() -= aStatusBarSize.Height(); in implts_doLayout()
2445 if ( aStatusBarSize.Height() > 0 ) in implts_doLayout()
2485 if (( aWorkArea.Width > 0 ) && ( aWorkArea.Height > 0 )) in implts_resizeContainerWindow()
2487 … if (( rContainerSize.Width > aWorkArea.Width ) || ( rContainerSize.Height > aWorkArea.Height )) in implts_resizeContainerWindow()
2546 return ::Size( aPosSize.Width, aPosSize.Height ); in implts_getStatusBarSize()
2581 if ( aStatusBarSize.Height() > 0 ) in implts_setDockingAreaWindowSizes()
2583 …tatusBarPosSize( ::Point( 0, std::max(( aContainerClientSize.Height - aStatusBarSize.Height() ), l… in implts_setDockingAreaWindowSizes()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.cxx121 reqSize.Height = getHeightForWidth( rArea.Width ); in allocateArea()
125 setPosSize( 0, 0, reqSize.Width, reqSize.Height, ::com::sun::star::awt::PosSize::SIZE ); in allocateArea()
134 if ( reqSize.Height > curSize.Height ) in allocateArea()
135 setPosSize( 0, 0, 0, reqSize.Height, ::com::sun::star::awt::PosSize::HEIGHT ); in allocateArea()
140 maAllocation.Height = size.Height; in allocateArea()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx220 aPos.Y() += ( rUDEvt.GetRect().GetHeight() - aImageSize.Height() ) / 2; in UserDraw()
287 aSize.Height() = aTxtSize.Height(); in ImpGetLine()
308 long nPix = aVirDev.PixelToLogic( Size( 0, 1 ) ).Height(); in ImpGetLine()
322 if ( nVirHeight > aSize.Height() ) in ImpGetLine()
323 aSize.Height() = nVirHeight; in ImpGetLine()
370 aTxtSize.Height() = GetTextHeight(); in ImplInit()
775 aSz.Height() *= 14; in ImplCalcUserItemSize()
776 aSz.Height() /= 10; in ImplCalcUserItemSize()
783 if ( aSz.Height() > aUserItemSz.Height() ) in ImplCalcUserItemSize()
784 aUserItemSz.Height() = aSz.Height(); in ImplCalcUserItemSize()
[all …]
H A Dscriptedtext.cxx145 maTextSize.Width() = maTextSize.Height() = 0; in CalculateSizes()
180 maTextSize.Height() = Max( maTextSize.Height(), mrOutDevice.GetTextHeight() ); in CalculateSizes()
182 maTextSize.Height() = Max( maTextSize.Height(), mrOutDevice.GetTextHeight() ); in CalculateSizes()
184 maTextSize.Height() = Max( maTextSize.Height(), mrOutDevice.GetTextHeight() ); in CalculateSizes()
373 return mpImpl->GetTextSize().Height(); in GetTextHeight()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1304 aDstPtPix.Y() += aDstSzPix.Height(); in RemoveTransparenciesFromMetaFile()
1402 const double fBmpPixelY = aBmpSize.Height(); in GetDownsampledBitmap()
1404 const double fMaxPixelY = aDstSizeTwip.Height() * nMaxBmpDPIY / 1440.0; in GetDownsampledBitmap()
1419 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmap()
1424 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in GetDownsampledBitmap()
1427 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in GetDownsampledBitmap()
1471 const double fBmpPixelY = aBmpSize.Height(); in GetDownsampledBitmapEx()
1473 const double fMaxPixelY = aDstSizeTwip.Height() * nMaxBmpDPIY / 1440.0; in GetDownsampledBitmapEx()
1488 aNewBmpSize.Height() = FRound( fMaxPixelY ); in GetDownsampledBitmapEx()
1493 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in GetDownsampledBitmapEx()
[all …]
H A Doutdev4.cxx448 …sqrt((double)aSize.Width()*(double)aSize.Width() + (double)aSize.Height()*(double)aSize.Height())); in ImplDrawComplexGradient()
449 aSize.Height() = aSize.Width(); in ImplDrawComplexGradient()
455 aSize.Height() = (long)( 0.5 + (double) aSize.Height() * 1.4142 ); in ImplDrawComplexGradient()
459 if ( aSize.Width() > aSize.Height() ) in ImplDrawComplexGradient()
460 aSize.Height() = aSize.Width(); in ImplDrawComplexGradient()
462 aSize.Width() = aSize.Height(); in ImplDrawComplexGradient()
474 aSize.Height() -= nBorderY; in ImplDrawComplexGradient()
478 aRect.Top() = aCenter.Y() - ( aSize.Height() >> 1 ); in ImplDrawComplexGradient()
1186 aPt1.X() += aInc.Width(); aPt1.Y() += aInc.Height(); in ImplDrawHatch()
1187 aPt2.X() += aInc.Width(); aPt2.Y() += aInc.Height(); in ImplDrawHatch()
[all …]
H A Dpdfwriter_impl2.cxx94 if( aSize.Height() < 0 ) in implWriteBitmapEx()
96 aSize.Height() *= -1; in implWriteBitmapEx()
97 aPoint.Y() -= aSize.Height(); in implWriteBitmapEx()
111 const double fBmpPixelY = aBmpSize.Height(); in implWriteBitmapEx()
128 aNewBmpSize.Height() = FRound( fMaxPixelY ); in implWriteBitmapEx()
133 aNewBmpSize.Height() = FRound( fMaxPixelX / fBmpWH); in implWriteBitmapEx()
136 if( aNewBmpSize.Width() && aNewBmpSize.Height() ) in implWriteBitmapEx()
149 if ( aSizePixel.Width() && aSizePixel.Height() ) in implWriteBitmapEx()
461 … double fScaleY = (double)aDstSize.Height() / (double)aTmpMtf.GetPrefSize().Height(); in playMetafile()
514 aMapMode.SetScaleY( Fraction( aOutSize.Height(), aSubstitute.GetPrefSize().Height() ) ); in playMetafile()
[all …]
/trunk/main/cui/source/tabpages/
H A Dpage.cxx198 long nDiffH = Abs( rSize.Height() - aSize.Height() ); in IsEqualSize_Impl()
395 aPaperSize.Height() - aPrintSize.Height() - aPrintOffset.Y() + nOffset ), FUNIT_TWIP ); in SvxPageDescPage()
404 aPrintOffset.Y() + aPrintSize.Height() ), FUNIT_TWIP ); in SvxPageDescPage()
407 aPrintOffset.Y() + aPrintSize.Height() ), FUNIT_TWIP ); in SvxPageDescPage()
585 aPaperSize.Width() > aPaperSize.Height() ) in Reset()
592 ConvertLong_Impl( aPaperSize.Height(), eUnit ) ) ); in Reset()
1212 aPaperSize.Height() - aPrintSize.Height() - aPrintOffset.Y() + nOffset; in SwapFirstValues_Impl()
1426 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1643 MINBODY + aBorder.Height(); in IMPL_LINK()
1654 long nMax = nH - nBB - aBorder.Height() - MINBODY - in IMPL_LINK()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx512 if ( aR.Width || aR.Height ) in GetTextBounds()
2626 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in AdjustTextFrameWidthAndHeight()
2639 if (nMaxHgt==0 || nMaxHgt>aMaxSiz.Height()) nMaxHgt=aMaxSiz.Height(); in AdjustTextFrameWidthAndHeight()
2641 aSiz.Height()=nMaxHgt; in AdjustTextFrameWidthAndHeight()
2646 aSiz.Height()-=nVDist; in AdjustTextFrameWidthAndHeight()
2649 if ( aSiz.Height() < 2 ) in AdjustTextFrameWidthAndHeight()
2878 if (aTmpSiz.Height()!=0) aMaxSiz.Height()=aTmpSiz.Height(); in TakeTextEditArea()
2892 nMaxHgt=aMaxSiz.Height(); in TakeTextEditArea()
2908 aPaperMax.Height()=nMaxHgt; in TakeTextEditArea()
2924 long nYFree = aAnkSiz.Height() - aPaperMin.Height(); in TakeTextEditArea()
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx365 aHatchRect.Height - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
373 aHatchRect.Height, in ResizeWindows_Impl()
380 aHatchRect.Height - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
429 aHatchRectangle.Height - 2*HATCH_BORDER_WIDTH ); in ShowInplace()
952 if (( aWindowRect.Width < aWorkRect.Width) && ( aWindowRect.Height < aWorkRect.Height )) in GetDocFrame()
955 int OffsetY = ( aWorkRect.Height - aWindowRect.Height ) /2 + aWorkRect.Y; in GetDocFrame()
956 …xHWindow->setPosSize( OffsetX, OffsetY, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POS ); in GetDocFrame()
1142 aRect.Height - m_aBorderWidths.Top - m_aBorderWidths.Bottom - 2*HATCH_BORDER_WIDTH ); in CalculateBorderedArea()
1151 aRect.Height + m_aBorderWidths.Top + m_aBorderWidths.Bottom + 2*HATCH_BORDER_WIDTH ); in AddBorderToArea()
1309 if ( aResult.Height < aMinRectangle.Height + 2 ) in calcAdjustedRectangle()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx121 pWin->DrawLine( Point( 0, aSz.Height() - 1 ), Point( aSz.Width(), aSz.Height() - 1 ) ); in lcl_DrawIDEWindowFrame()
1250 aSz.Height() += 6; in WatchWindow()
1286 if ( aBoxSz.Height() < 4 ) in Resize()
1287 aBoxSz.Height() = 0; in Resize()
1289 aBoxSz.Height() -= nHeaderBarHeight; in Resize()
1293 aBoxSz.Height() = nHeaderBarHeight; in Resize()
1555 aSz.Height() += 6; in StackWindow()
1588 if ( aBoxSz.Height() < 4 ) in Resize()
1589 aBoxSz.Height() = 0; in Resize()
1709 aSz.Height() -= 2*DWBORDER; in Resize()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx192 else if (aPosition.Y >= aInnerBox.Y+aInnerBox.Height) in ClassifyBorderElementUnderMouse()
193 if (aPosition.Y >= aOuterBox.Y+aOuterBox.Height) in ClassifyBorderElementUnderMouse()
448 const sal_Int32 nOldBottom = aOldBox.Y + aOldBox.Height; in mouseDragged()
452 sal_Int32 nBottom = aBox.Y + aBox.Height; in mouseDragged()
487 aBox.Height = nBottom - aBox.Y; in mouseDragged()
489 && aBox.Height > 20) in mouseDragged()
499 if (aBox.Height != aOldBox.Height) in mouseDragged()
501 mxOuterDragWindow->setPosSize(aBox.X, aBox.Y, aBox.Width, aBox.Height, nFlags); in mouseDragged()
H A DPresenterClock.cxx534 const awt::Size aWindowSize(aWindowBox.Width,aWindowBox.Height); in Resize()
777 maSize.Height*nSuperSampleFactor))); in Paint()
790 awt::Rectangle(0,0,maSize.Width,maSize.Height), in Paint()
902 maCenter = geometry::RealPoint2D(rWindowSize.Width/2.0, rWindowSize.Height/2.0); in Resize()
903 mnOuterRadius = ::std::min(rWindowSize.Width, rWindowSize.Height) / 2.0 - 2; in Resize()
1006 maCenter = geometry::RealPoint2D(rWindowSize.Width/2.0, rWindowSize.Height/2.0); in Resize()
1007 mnOuterRadius = ::std::min(rWindowSize.Width, rWindowSize.Height) / 2.0 - 2; in Resize()
1201 const sal_Int32 nSize = std::max(aFaceSize.Width, aFaceSize.Height); in ScaleBitmaps()
1330 = (maWindowSize.Height - (aBox.Y2-aBox.Y1+1)) / 2 - aBox.Y1; in Paint()
1344 if (maWindowSize.Width != rSize.Width || maWindowSize.Height != rSize.Height) in Resize()
[all …]
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx158 const long nHeight = aWinSize.Height(); in Construct()
166 aNewSize.Height()= nHeight; in Construct()
171 aNewSize.Height()= (long) ( (double) nWidth / fRectWH ); in Construct()
175 Fraction aFrac2( aWinSize.Height(), aRect.GetHeight() ); in Construct()
184 aNewPos.Y() = ( nHeight - aNewSize.Height() ) >> 1; in Construct()
354 …long nY = (long)( ( (double)aOutSize.Height() - ( (double)aOutSize.Height() * (double)*pMultFrac … in MouseButtonDown()

Completed in 218 milliseconds

12345678910>>...70