Home
last modified time | relevance | path

Searched refs:getHeight (Results 26 – 50 of 287) sorted by relevance

12345678910>>...12

/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeader.cxx242 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox()
244 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox()
253 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen()
255 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx134 (aRange.getHeight() * rG.aGradient.GetYOffset()) / 100.0); in GradToVec()
169 (aRange.getHeight() * rG.aGradient.GetYOffset()) / 100.0); in GradToVec()
345 sal_Int32 nNewYOffset(FRound((aOffset.getY() * 100.0) / aRange.getHeight())); in VecToGrad()
441 sal_Int32 nNewYOffset(FRound((aOffset.getY() * 100.0) / aRange.getHeight())); in VecToGrad()
475 const basegfx::B2DPoint aCenterLeft(aRange.getMinX(), aRange.getHeight()); in VecToGrad()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx111 …utWidthPixel() >= rSizePixel.getWidth() && (*a)->GetOutputHeightPixel() >= rSizePixel.getHeight()); in alloc()
134 …dthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPixel() >= rSizePixel.getHeight(); in alloc()
141 …dthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPixel() >= rSizePixel.getHeight(); in alloc()
155 … pRetval->Erase(Rectangle(0, 0, rSizePixel.getWidth(), rSizePixel.getHeight())); in alloc()
/trunk/main/sw/inc/
H A Dswrect.hxx258 return m_Size.getHeight() ? m_Point.getY() + m_Size.getHeight() - 1 : m_Point.getY(); in Bottom()
308 m_Point.getY() + m_Size.getHeight() - 1 ); //Bottom() in SVRect()
322 return !(m_Size.getHeight() && m_Size.getWidth()); in IsEmpty()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgridprimitive2d.cxx49 if(!rViewInformation.getViewport().isEmpty() && getWidth() > 0.0 && getHeight() > 0.0) in create2DDecomposition()
63 double fStepY(getHeight()); in create2DDecomposition()
305 && getHeight() == rCompare.getHeight() in operator ==()
H A Dmarkerarrayprimitive2d.cxx61 basegfx::B2DVector(aBitmapSize.getWidth() - 1.0, aBitmapSize.getHeight() - 1.0)); in create2DDecomposition()
76 aTransform.set(1, 1, aRange.getHeight()); in create2DDecomposition()
131 basegfx::B2DVector(aBitmapSize.getWidth(), aBitmapSize.getHeight())); in getB2DRange()
H A Dmediaprimitive2d.cxx82 …fx::fTools::equalZero(aDestRange.getWidth()) || basegfx::fTools::equalZero(aDestRange.getHeight())) in create2DDecomposition()
95 …DestRange.getWidth() / aSourceRange.getWidth(), aDestRange.getHeight() / aSourceRange.getHeight()); in create2DDecomposition()
H A Dtextlineprimitive2d.cxx53 double fHeight(getHeight()); in create2DDecomposition()
290 && getHeight() == rCompare.getHeight() in operator ==()
H A Dtextstrikeoutprimitive2d.cxx167 double fStrikeoutHeight(getHeight()); in create2DDecomposition()
267 return (getHeight() == rCompare.getHeight() in operator ==()
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx67 double fTargetSizeY(rTargetRange.getHeight()); in init1DGradientInfo()
138 double fTargetSizeY(rTargetRange.getHeight()); in initEllipticalGradientInfo()
179 fTargetOffsetY += (rOffset.getY() - 0.5) * rTargetRange.getHeight(); in initEllipticalGradientInfo()
207 double fTargetSizeY(rTargetRange.getHeight()); in initRectGradientInfo()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DImageHelper.java47 m_h = getHeight(); in ImageHelper()
65 public int getHeight() {return m_aImage.getHeight(null);} in getHeight() method in ImageHelper
H A DBorderRemover.java50 public int getHeight() {return h;} in getHeight() method in Rect
216 int h = _aImage.getHeight(); in findBorder()
288 int h = _aRect.getHeight(); in createImage()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DImageHelper.java47 m_h = getHeight(); in ImageHelper()
69 public int getHeight() {return m_aImage.getHeight(null);} in getHeight() method in ImageHelper
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DColumnarTwoColumns.java116 … aRect.Y += Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight), aRect.Height); in insertDetailFields()
122 aRect.Y = Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight) * nRows, nMaxHeight); in insertDetailFields()
123 aRect.Y += aSOLabel.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx134 const double fOffsetY((aScale.getY() - aPrefSize.getHeight()) / 2.0); in createVIP2DSForPresObj()
140 …tools::createScaleTranslateB2DHomMatrix(aPrefSize.getWidth(), aPrefSize.getHeight(), fOffsetX, fOf… in createVIP2DSForPresObj()
222 const double fHeight(aPrefSize.getHeight() * fBitmapScaling); in createVIP2DSForDraft()
371 aObjectRange.getWidth(), aObjectRange.getHeight(), in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dpolygon.cxx127 fWidth = aObjectRange.getHeight(); in createViewIndependentPrimitive3DSequence()
130 else if(basegfx::fTools::equalZero(aObjectRange.getHeight())) in createViewIndependentPrimitive3DSequence()
140 fHeight = aObjectRange.getHeight(); in createViewIndependentPrimitive3DSequence()
H A Dviewobjectcontactofsdrpage.cxx541 const double fWidthY(aRaw.getHeight()); in createPrimitive2DSequence()
543 … const sal_uInt32 nSubdivisionsY(aFine.getHeight() ? aRaw.getHeight() / aFine.getHeight() : 0L); in createPrimitive2DSequence()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx165 fStartArrowH = aArrowRange.getHeight() * fStartArrowW / aArrowRange.getWidth(); in create2DDecomposition()
177 fEndArrowH = aArrowRange.getHeight() * fEndArrowW / aArrowRange.getWidth(); in create2DDecomposition()
371 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()
392 fTextY = aMainLeft.getY() - (aTextRange.getHeight() * 0.5); in create2DDecomposition()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx415 rect.top + sal_Int32(rSourceRect.getHeight()+1)); in update()
439 const sal_uInt64 nNumLines(rSourceRect.getHeight()); in update()
479 sal::static_int_cast<sal_Int32>(rSourceRect.getHeight())); in update()
517 sal::static_int_cast<sal_Int32>(rSourceRect.getHeight())); in update()
1017 maSize.getY() == static_cast<sal_Int32>(rect.getHeight())) in resize()
1022 maSize.setY(static_cast<sal_Int32>(rect.getHeight())); in resize()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx543 pText->h = aRect2.getHeight(); // ToDO P2: 1.1 is a hack for solving of size auto-grow problem in drawCharGlyphs()
599 aTranslation.setX( aTranslation.getX() + aRect.getHeight() + aRect.getWidth()); in setupImage()
600 aTranslation.setY( aTranslation.getY() + aRect.getHeight() ); in setupImage()
603 aTranslation.setX( aTranslation.getX() - aRect.getHeight() ); in setupImage()
622 pFrame->h = pImageElement->h = aRect.getHeight(); in setupImage()
630 pFrame->y += aRect.getHeight(); in setupImage()
631 pImageElement->y += aRect.getHeight(); in setupImage()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx100 pData->mnPaperHeight = aInfo.getHeight(); in ImplUpdateJobSetupPaper()
1100 rPaperInfo.getHeight() ); in ImplFindPaperFormatForUserSize()
1124 rPaperInfo.getHeight() ); in ImplFindPaperFormatForUserSize()
1143 sal_Int64 nDY = pSetupData->mnPaperHeight - rPaperInfo.getHeight(); in ImplFindPaperFormatForUserSize()
1153 nDX = pSetupData->mnPaperWidth - rPaperInfo.getHeight(); in ImplFindPaperFormatForUserSize()
1165 rBestInfo.getHeight() ); in ImplFindPaperFormatForUserSize()
1186 pSetupData->mnPaperHeight = aInfo.getHeight(); in SetPaper()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java97 public CSSNumericValue getHeight() in getHeight() method in ImageProducer.OfficeImage
299 …SNumericValue heightVal = CSSNumericValue.createValue(CSSNumericType.MM, dims.getHeight() / 100.0); in produceFromByteArray()
355 …SNumericValue heightVal = CSSNumericValue.createValue(CSSNumericType.MM, dims.getHeight() / 100.0); in produceFromString()
430 …SNumericValue heightVal = CSSNumericValue.createValue(CSSNumericType.MM, dims.getHeight() / 100.0); in produceFromURL()
/trunk/main/embeddedobj/test/Container1/
H A DWindowHelper.java97 (int)aBounds.getHeight() ); in createWindow()
102 + "; height = " + (int)aBounds.getHeight() ); in createWindow()
119 (int)aBounds.getHeight(), in createWindow()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx157 virtual double getHeight() const = 0;
181 double getHeight() const;
200 virtual double getHeight() const;
224 virtual double getHeight() const;
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx171 aPosY = aPointAngle.getY() + aSizeAngle.getHeight() - aTbxSize.getHeight(); in Rearrange()
231 aPosY = aPointAngle.getY() + aSizeAngle.getHeight() - aTbxSize.getHeight(); in Rearrange()

Completed in 131 milliseconds

12345678910>>...12