Home
last modified time | relevance | path

Searched refs:Height (Results 851 – 875 of 1739) sorted by relevance

1...<<31323334353637383940>>...70

/trunk/main/sd/source/ui/view/
H A Dsdview.cxx940 … aOleSize = OutputDevice::LogicToLogic( Size( aSz.Width, aSz.Height ), aUnit, MAP_100TH_MM ); in SetMarkedOriginalSize()
953 Fraction( aOleSize.Height(), aDrawRect.GetHeight() ) ); in SetMarkedOriginalSize()
1018 Fraction aScaleHeight(aDrawSize.Height(), aObjAreaSize.Height() ); in DoConnect()
H A Ddrviews4.cxx843 ,GetActiveWindow()->GetSizePixel().Height()/2); in Command()
859 if( aMenuPos.Y() > GetActiveWindow()->GetSizePixel().Height() ) in Command()
860 aMenuPos.Y() = GetActiveWindow()->GetSizePixel().Height(); in Command()
/trunk/main/sfx2/source/doc/
H A Dfrmdescr.cxx204 aMargin.Height() = rProp.lMarginHeight; in TakeProperties()
237 , lMarginHeight( pD->GetMargin().Height() ) in SfxFrameProperties()
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx74 mnMaxWidth = (sal_uLong) ( 0.4 * hypot( (double) aSize.Width(), aSize.Height() ) ); in ImplWheelWindow()
130 aPos.Y() -= aSize.Height() >> 1; in ImplSetRegion()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx93 if ( !aPageSize.Width() || !aPageSize.Height() ) in ScHTMLImport()
99 aPageSize.Height() -= nTopMargin + nBottomMargin; in ScHTMLImport()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx106 mfMulY = (double)mpReadBitmap->Height() / maSize.getY(); in GeoTexSvxBitmapEx()
177 return (rY >= 0L && rY < mpReadBitmap->Height()); in impIsValid()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadminpages.cxx320 aReference.Y() += _rReference.GetSizePixel().Height(); in positionBelow()
325 Point aControlPos( aReference.X() + aOffset.Width(), aReference.Y() + aOffset.Height() ); in positionBelow()
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx191 ceil( rSpriteSize.Height ) ) ); in init()
226 rInputSize.Height ), in checkDrawBitmap()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java201 protected void InsertThrobber( int X, int Y, int Width, int Height ) in InsertThrobber() argument
221 xThrobberProps.setPropertyValue( "Height", new Integer( Height ) ); in InsertThrobber()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx362 aRet.Height = aOutSize.Height(); in implGetBounds()
823 aRet.Height = aRect.GetHeight(); in implGetBounds()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx560 aSize.Height += 1; in _CreateSdrObject()
562 Rectangle aRect( Point( aPos.X, aPos.Y ), Size( aSize.Width, aSize.Height ) ); in _CreateSdrObject()
598 double fH = (double)aSize.Height; in _CreateSdrObject()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx96 …B2DPoint aTopLeft(rPosition.X() - aHalfLogicSize.Width(), rPosition.Y() - aHalfLogicSize.Height()); in ImplConnectMarkerOverlay()
97 …oint aBottomRight(rPosition.X() + aHalfLogicSize.Width(), rPosition.Y() + aHalfLogicSize.Height()); in ImplConnectMarkerOverlay()
583 Rectangle(rPnt,Size(rObjSiz.Width()+1,rObjSiz.Height()+1)), 0L); in BegCreateCaptionObj()
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx496 aSize.Height() = aSize.Height() * rFrmSize.GetHeightPercent() / 100; in ActivatePage()
499 aVal.nHeight = aSize.Height(); in ActivatePage()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx733 if(100 < aHalfConSiz.Height()) in IMPL_LINK_INLINE_END()
734 nY *= aHalfConSiz.Height(); in IMPL_LINK_INLINE_END()
743 nY *= aLogicSizeOnePixel.Height(); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/misc/
H A Dimap.cxx989 rTotalSize.Height() * rRelHitPoint.Y() / rDisplaySize.Height() ); in GetHitIMapObject()
999 aRelPoint.Y() = rTotalSize.Height() - aRelPoint.Y(); in GetHitIMapObject()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx476 HBITMAP hMaskBitmap = CreateBitmap( (int) aSize.Width(), (int) aSize.Height(), 1, 1, NULL ); in drawBitmap()
487 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap()
501 BitBlt( hMaskDC, 0, 0, (int) aSize.Width(), (int) aSize.Height(), hSrcDC, 0, 0, SRCCOPY ); in drawBitmap()
/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx361 aReturn <<= m_xAssociatedShape->getSize().Height; in getPropertyValue()
424 aSize.Height = nSize; in setPropertyValue()
751 … aEventTranslations.push_back( EventTranslation( PROPERTY_HEIGHT, makeAny( aSize.Height ) ) ); in propertyChange()
/trunk/main/sc/source/ui/src/
H A Dscstring.src148 Text [ en-US ] = "Height" ;
156 Text [ en-US ] = "Row Height" ;
160 Text [ en-US ] = "Optimal Row Height" ;
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3489 long nYCroppedSize = rOrig.Height()-(rCr.GetTop() + rCr.GetBottom()); in ExportPICT()
3503 rBuffer.append((sal_Int32)((100 * rRendered.Height()) / nYCroppedSize)); in ExportPICT()
3517 rBuffer.append((sal_Int32)rMapped.Height()); in ExportPICT()
3522 rBuffer.append((sal_Int32)rOrig.Height()); in ExportPICT()
3602 aRendered.Height() = rSize.Height(); in FlyFrameOLE()
3620 SwTwips nHeight = aSize.Height(); in FlyFrameOLE()
3703 aRendered.Height() = rSize.Height(); in FlyFrameGraphic()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx165 GetSizePixel().Height() ) ) ); in Paint()
169 Point( 0, GetSizePixel().Height() ) ) ); in Paint()
/trunk/main/vcl/source/gdi/
H A Dbmpacc3.cxx322 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolygon()
383 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolyPolygon()
/trunk/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx268 setCurHeight( long( m_aFontHeight.Height * 10), rPopupMenu ); in fillPopupMenu()
312 setCurHeight( long( m_aFontHeight.Height * 10), m_xPopupMenu ); in statusChanged()
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx324 Size( aSz.Width, aSz.Height ), in SetMarkedOriginalSize()
367 Fraction( aOriginalSize.Height(), aDrawRect.GetHeight() ) ); in SetMarkedOriginalSize()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java144 aSizeOnScreen.Height); in UpdateGeometry()
275 double y = maShape.y + aRect.Y + aRect.Height; in paintText()
/trunk/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx378 sal_Int32 nH = aAgentSize.Height(); in implts_positionAgentWindow()
386 sal_Int32 nY = aContainerSize.Height - nH; in implts_positionAgentWindow()

Completed in 143 milliseconds

1...<<31323334353637383940>>...70