Home
last modified time | relevance | path

Searched refs:getHeight (Results 76 – 100 of 287) sorted by relevance

12345678910>>...12

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRun.java57 mnHeight = aMetrics.getHeight(); in Format()
75 mnHeight = aG2.getFontMetrics().getHeight(); in Paint()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1821 double fRadiusY((nVer * 2.0) / (aRange.getHeight() > 0.0 ? aRange.getHeight() : 1.0)); in interpretMetafile()
1854 aRange.getCenter(), aRange.getWidth() * 0.5, aRange.getHeight() * 0.5)); in interpretMetafile()
3006 …aTargetRange.getHeight() / (basegfx::fTools::equalZero(aSourceRange.getHeight()) ? 1.0 : aSourceRa… in interpretMetafile()
3223 aMtfTarget.getHeight() ? 1.0 / aMtfTarget.getHeight() : 1.0); in create2DDecomposition()
/trunk/main/svl/source/items/
H A Drectitem.cxx149 aVal.getHeight() ); in QueryValue()
155 case MID_HEIGHT: rVal <<= aVal.getHeight(); break; in QueryValue()
H A Dszitem.cxx151 rVal <<= com::sun::star::awt::Size( aTmp.getWidth(), aTmp.getHeight() ); in QueryValue()
157 rVal <<= aTmp.getHeight(); break; in QueryValue()
/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx172 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
175 const double fHeight(getHeight().solve(*this, ycoordinate)); in decomposeSvgNode()
H A Dsvgimagenode.cxx205 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
208 const double fHeight(getHeight().solve(*this, ycoordinate)); in decomposeSvgNode()
/trunk/main/basegfx/source/range/
H A Db2xrange.cxx66 const typename RangeType::TraitsType::DifferenceType ah(a.getHeight()); in doComputeSetDifference()
70 const typename RangeType::TraitsType::DifferenceType bh(b.getHeight()); in doComputeSetDifference()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx70 floor( rArea.getWidth() ), floor( rArea.getHeight() ) ); in repaintBackground()
88 sal::static_int_cast<sal_Int32>(rArea.getHeight()) ); in opaqueUpdateSpriteArea()
361 sal::static_int_cast<sal_Int32>(aDestRect.getHeight()) ); in scrollUpdate()
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx121 ScVbaOLEObject::getHeight() throw (uno::RuntimeException) in getHeight() function in ScVbaOLEObject
123 return m_xControl->getHeight(); in getHeight()
H A Dvbachartobject.cxx155 ScVbaChartObject::getHeight() in getHeight() function in ScVbaChartObject
157 return oShapeHelper->getHeight(); in getHeight()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrolecontentprimitive2d.cxx96 const double fOffsetY((aScale.getY() - aPrefSize.getHeight()) / 2.0); in create2DDecomposition()
102 aPrefSize.getWidth(), aPrefSize.getHeight(), fOffsetX, fOffsetY)); in create2DDecomposition()
/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx116 int thumbHeight = mpHorScrollBar->GetSizePixel().getHeight(); in allocateArea()
138 int thumbHeight = mpHorScrollBar->GetSizePixel().getHeight(); in getMinimumSize()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx366 ::Rectangle aBBox ( x, y, x + aPixelSize.getWidth(), y + aPixelSize.getHeight()); in getBounds()
370 aBoundingBox = awt::Rectangle ( aBBox.getX(), aBBox.getY(), aBBox.getWidth(), aBBox.getHeight()); in getBounds()
375 …angle (aPixelPosition.getX(), aPixelPosition.getY(),aPixelSize.getWidth(), aPixelSize.getHeight()); in getBounds()
H A Dtablelayouter.cxx768 if( !bFit && !aOptimalRows.empty() && (nCurrentHeight < rArea.getHeight()) ) in LayoutTableHeight()
770 sal_Int32 nLeft = rArea.getHeight() - nCurrentHeight; in LayoutTableHeight()
817 if( bFit && nCurrentHeight != rArea.getHeight() ) in LayoutTableHeight()
818 distribute( maRows, rArea.getHeight() - nCurrentHeight ); in LayoutTableHeight()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx753 rSrcRect.getHeight()), in drawMaskedColor_i()
813 rSrcRect.getHeight()), in drawMaskedColor_i()
1319 const double nScaleY( io_rDestArea.getHeight() / (double)io_rSourceArea.getHeight() ); in clipAreaImpl()
1460 aSrcRange.getHeight() ); in drawMaskedColor()
1513 aSrcRange.getHeight() ); in drawMaskedColor()
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java108 int h1 = m_img1.getHeight(); in compare()
110 int h2 = m_img2.getHeight(); in compare()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java168 int h = metrics.getHeight(); in update()
196 int h = metrics.getHeight(); in paintComponent()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx166 if(aRange.getWidth() > aRange.getHeight()) in fillPolyPolygonNeededToBeSplit()
2020 … const sal_uInt32 nViewVisibleArea(aSizePixel.getWidth() * aSizePixel.getHeight()); in processBasePrimitive2D()
2028 … basegfx::fround((double)aSizePixel.getHeight() * fReduceFactor)); in processBasePrimitive2D()
2046 … const double fDPIYChange((double)aDPIOld.getHeight() / (double)aDPINew.getHeight()); in processBasePrimitive2D()
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx84 static_cast< sal_Int32 >( rB2IRectangle.getHeight())); in B2IRectangleToAWTSize()
92 static_cast< sal_Int32 >( rB2IRectangle.getHeight())); in B2IRectangleToAWTRectangle()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx275 const double fRangeHeight(0.0 != rRange.getHeight() ? rRange.getHeight() : 1.0); in createFillGraphicAttribute()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx192 ScVbaShape::getHeight() throw (uno::RuntimeException) in getHeight() function in ScVbaShape
194 return m_pShapeHelper->getHeight(); in getHeight()
389 double nHeight = getHeight(); in ScaleHeight()
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx578 double fTargetSizeY(rDefinitionRange.getHeight()); in GeoTexSvxHatch()
659 …const sal_uInt32 nNeededIntegerSteps(basegfx::fround((aBackUnitRange.getHeight() / mfDistance) + 0… in appendTransformations()
746 const double fHeight(maRange.getHeight()); in appendTransformations()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx528 aNewTransform.scale(rInfo.maBulletSize.getWidth(), rInfo.maBulletSize.getHeight()); in impHandleDrawBulletInfo()
757 const sal_uInt32 nAnchorTextHeight(FRound(aAnchorTextRange.getHeight() + 1L)); in impDecomposeBlockTextPrimitive()
854 if(aAnchorTextRange.getHeight() < aOutlinerScale.getY() && bVerticalWritintg) in impDecomposeBlockTextPrimitive()
884 const double fFree(aAnchorTextRange.getHeight() - aOutlinerScale.getY()); in impDecomposeBlockTextPrimitive()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofpageobj.cxx225 aPageObjectTransform.set(1, 1, aPageObjectBound.getHeight()); in createPrimitive2DSequence()
240 const double fPageHeight(aPageSize.getHeight()); in createPrimitive2DSequence()
H A Dobjectcontactofpageview.cxx202 …ViewRange = basegfx::B2DRange(0.0, 0.0, aOutputSizePixel.getWidth(), aOutputSizePixel.getHeight()); in DoProcessDisplay()
337 …gfx::B2DRange aLogicViewRange(0.0, 0.0, aOutputSizePixel.getWidth(), aOutputSizePixel.getHeight()); in IsAreaVisible()

Completed in 93 milliseconds

12345678910>>...12