Home
last modified time | relevance | path

Searched refs:Height (Results 926 – 950 of 1739) sorted by relevance

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

/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl98 @param Height
135 [in] unsigned long Height,
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx543 || aNewRefSize.Height != aOldRefSize.Height ) in ApplySpecialItem()
/trunk/main/avmedia/source/win/
H A Dplayer.cxx517 aSize.Height = nHeight; in getPreferredPlayerWindowSize()
533 if( mpVW && aSize.Width > 0 && aSize.Height > 0 ) in createPlayerWindow()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx179 …_aBounds.Y != aBounds.Y || m_aBounds.Width != aBounds.Width || m_aBounds.Height != aBounds.Height ) in SetBounds()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx371 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBox()
383 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBoxOnScreen()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx1463 nMinLen = pOut->PixelToLogic(Size(0,50)).Height(); in Start3DCreation()
1464 nObjDst = pOut->PixelToLogic(Size(0,20)).Height(); in Start3DCreation()
1466 long nDst = pOut->PixelToLogic(Size(0,10)).Height(); in Start3DCreation()
1469 nOutMax = pOut->GetOutputSize().Height() - 1 + nOutMin; in Start3DCreation()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1735 if( pViewData->aSize.Height() < aTextSize.Height() ) in InitViewData()
1736 pViewData->aSize.Height() = aTextSize.Height(); in InitViewData()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx841 aSize.Height = 2 * MM50; in FillBaseProperties()
2136 if ( aActSize.Width() == 0 && aActSize.Height() == 0 && in getPropertyValue()
2147 aTmp.Height = TWIP_TO_MM100(aActSize.Height()); in getPropertyValue()
2220 Size( rRect.Width(), rRect.Height() ), in getPropertyValue()
2222 aAny <<= awt::Size( aMM100Size.Width(), aMM100Size.Height() ); in getPropertyValue()
2950 Size aSz( aSize.Width, aSize.Height ); in attachToRange()
2951 if ( !aSz.Width() || !aSz.Height() ) in attachToRange()
2953 aSz.Width() = aSz.Height() = 5000; in attachToRange()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx321 if ((aPixelBBox.Width > 0) && (aPixelBBox.Height > 0)) in CreateListOfVisibleShapes()
346 aBoundingBox.nBottom = aPos.Y + aSize.Height; in CreateListOfVisibleShapes()
479 aPos.Y + aSize.Height); in AddShape()
H A Dsvxpixelctlaccessiblecontext.cxx361 aRet.Height = aSz.Height(); in getBounds()
392 awt::Size aRet(aSz.Width(),aSz.Height()); in getSize()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx728 if ( rFont.GetSize().Height() ) in Merge()
1089 long Font::GetHeight() const { return mpImplFont->maSize.Height(); } in GetHeight()
1090 void Font::SetWidth( long nWidth ) { SetSize( Size( nWidth, mpImplFont->maSize.Height() ) ); } in SetWidth()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx243 …oint( nLeftMargin, 0), Size(aPageSize.Width() - nLeftMargin - nRightMargin,aPageSize.Height()) ) ); in fill()
546 if ( aOldPageSize.Height() != nNewHeight || nPaperWidth != aOldPageSize.Width() ) in _propertyChanged()
550 …oint( nLeftMargin, 0), Size(aPageSize.Width() - nLeftMargin - nRightMargin,aPageSize.Height()) ) ); in _propertyChanged()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx517 if ( aSz.Height() < aTmpSz.Height() ) in CalcTextSize()
518 aSz.Height() = aTmpSz.Height(); in CalcTextSize()
531 SetHeight( (sal_uInt16)aSz.Height() ); in CalcTextSize()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1537 xImage = rSrcSalBmp.CreateCroppedImage( 0, 0, (int)aSize.Width(), (int)aSize.Height() ); in drawTransformedBitmap()
1539 xImage = rSrcSalBmp.CreateWithMask( *pMaskSalBmp, 0, 0, (int)aSize.Width(), (int)aSize.Height() ); in drawTransformedBitmap()
1550 aYRel.getX()/aSize.Height(), aYRel.getY()/aSize.Height(), in drawTransformedBitmap()
1555 const CGRect aSrcRect = CGRectMake( 0, 0, aSize.Width(), aSize.Height()); in drawTransformedBitmap()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx370 if ( !aPaperSize.Width() && !aPaperSize.Height() ) in InsertEnv()
372 if ( aPaperSize.Width() > aPaperSize.Height() ) in InsertEnv()
/trunk/main/xmloff/source/chart/
H A DPropertyMaps.cxx437 : aSize.Height ); in handleSpecialItem()
584 : aSize.Height, in handleSpecialItem()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx330 long nConditionHeight = LogicToPixel( Size( 0, CONDITION_HEIGHT ), MAP_APPFONT ).Height(); in impl_layoutConditions()
334 _out_rBelowLastVisible = Point( 0, aPlaygroundSize.Height() ); in impl_layoutConditions()
/trunk/main/offapi/com/sun/star/drawing/
H A DGenericDrawPage.idl176 // DocMerge from xml: property com::sun::star::drawing::GenericDrawPage::Height
179 [optional, property] long Height;
/trunk/main/sw/source/core/layout/
H A Danchoredobject.cxx254 maLastCharRect.Height( 0 ); in ResetLastCharRectHeight()
706 maObjRectWithSpaces.SSize().Height() += rUL.GetLower(); in GetObjRectWithSpaces()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java500 return new java.awt.Rectangle(unoRect.X, unoRect.Y, unoRect.Width, unoRect.Height); in getBounds()
515 return new java.awt.Dimension(unoSize.Width, unoSize.Height); in getSize()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx344 ::std::swap( aSize.Width(), aSize.Height() ); in GetCharBounds()
428 ::std::swap( aSize.Width(), aSize.Height() ); in GetIndexAtPoint()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx230 maMosaicTileSize.mnTileHeight= rMosaicTileSize.Height(); in BmpFilterParam()
969 return( ( (sal_uLong) aSizePix.Width() * aSizePix.Height() * GetBitCount() ) >> 3UL ); in GetSizeBytes()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1235 if ( aCropSize.Width() && aCropSize.Height() ) in ImplCreateGraphicAttributes()
1249 sal_uInt32 nTop = ( aGraphCrop.Top * 65536 ) / aCropSize.Height(); in ImplCreateGraphicAttributes()
1259 sal_uInt32 nBottom = ( aGraphCrop.Bottom * 65536 ) / aCropSize.Height(); in ImplCreateGraphicAttributes()
2099 AddOpt( ESCHER_Prop_geoBottom, rGeoRect.Height ); in CreatePolygonProperties()
2298 if ( rGeoRect.Height < 0 ) // justify in CreateConnectorProperties()
2302 rGeoRect.Height = -rGeoRect.Height; in CreateConnectorProperties()
2749 AddOpt( DFF_Prop_geoBottom,aViewBox.Y + aViewBox.Height ); in CreateCustomShapeProperties()
4556 sal_uInt32 nPrefHeight = p_EscherBlibEntry->maPrefSize.Height(); in GetBlibID()
4561 nHeight = pVisArea->Height * 360; in GetBlibID()
4567 nHeight = aPrefSize.Height() * 360; in GetBlibID()
[all …]
/trunk/main/cui/source/options/
H A Doptlingu.cxx2013 aSize.Height() += nDeltaY; in HideGroups()
2020 aSize.Height() += ( aMoreDictsLink.GetSizePixel().Height() * 11 / 8 ); in HideGroups()
2077 long nPos = aMoreDictsLink.GetPosPixel().Y() + aMoreDictsLink.GetSizePixel().Height(); in SvxEditModulesDlg()
2079 aSize.Height() += ( nPos - ( aModulesCLB.GetPosPixel().Y() + aSize.Height() ) ); in SvxEditModulesDlg()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx844 aFont.SetHeight(aWinSize.Height() / 4); in RubyPreview()
885 long nYRuby = aWinSize.Height() / 4 - nTextHeight / 2; in Paint()
886 long nYBase = aWinSize.Height() * 3 / 4 - nTextHeight / 2; in Paint()

Completed in 331 milliseconds

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