/aoo42x/main/svgio/source/svgreader/ |
H A D | svgsvgnode.cxx | 288 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight() 345 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() 398 fHReference = aChildRange.getHeight(); in decomposeSvgNode() 408 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in decomposeSvgNode() 499 …const bool bHeightInvalid(getHeight().isSet() && basegfx::fTools::lessOrEqual(getHeight().getNumbe… in decomposeSvgNode() 515 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() 564 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() 568 fH =getHeight().solveNonPercentage(*this); in decomposeSvgNode() 685 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in getCurrentViewPort() 733 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in getCurrentViewPort() [all …]
|
H A D | svgpatternnode.cxx | 215 double fTargetHeight(rGeoRange.getHeight()); in getValuesRelative() 224 rfH = (getHeight().isSet()) ? getHeight().getNumber() : 0.0; in getValuesRelative() 231 if(Unit_percent == getHeight().getUnit()) in getValuesRelative() 239 rfH = (getHeight().isSet()) ? getHeight().solve(rUser, ycoordinate) : 0.0; in getValuesRelative() 393 const SvgNumber& SvgPatternNode::getHeight() const in getHeight() function in svgio::svgreader::SvgPatternNode 404 return mpXLink->getHeight(); in getHeight()
|
H A D | svgmasknode.cxx | 219 const double fContentHeight(aContentRange.getHeight()); in apply() 232 …const double fH(Unit_percent == getHeight().getUnit() ? getHeight().getNumber() * 0.01 : getHeight… in apply() 249 … fY + (getHeight().isSet() ? getHeight().solve(*this, ycoordinate) : 0.0)); in apply()
|
/aoo42x/test/testcommon/source/org/openoffice/test/common/ |
H A D | GraphicsUtil.java | 189 BufferedImage dst = new BufferedImage(src.getWidth(), src.getHeight(), in findRectangle() 193 for (int y = 0; y < dst.getHeight(); y++) { in findRectangle() 203 for (int y = 0; y < src.getHeight(); y++) { in findRectangle() 236 for (int y = 0; y < src.getHeight(); y++) { in detect() 259 int h = image.getHeight(); in getBoundingBox() 292 int h = capture.getHeight(); in isFilledWith() 312 int h = capture.getHeight(); in findImage() 314 int ih = image.getHeight(); in findImage() 340 int h = capture.getHeight(); in findColor() 362 if (expected.getHeight() != actual.getHeight() || expected.getWidth() != actual.getWidth()) in imageEquals() [all …]
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 234 if ( m_Size.getHeight() < 0 ) in Justify() 236 m_Point.Y() += m_Size.getHeight() + 1; in Justify() 237 m_Size.setHeight(-m_Size.getHeight()); in Justify() 257 long SwRect::_Height() const{ return m_Size.getHeight(); } in _Height() 261 long SwRect::_Bottom() const{ return m_Point.getY() + m_Size.getHeight(); } in _Bottom() 272 const Size SwRect::SwappedSize() const { return Size( m_Size.getHeight(), m_Size.getWidth() ); } in SwappedSize() 277 { return Point( m_Point.getX() + m_Size.getWidth(), m_Point.getY() + m_Size.getHeight() ); } in BottomRight() 279 long SwRect::GetBottomDistance( long nLim ) const { return nLim - m_Point.getY() - m_Size.getHeight… in GetBottomDistance() 285 { return nLimit > m_Point.getY() && m_Point.getY() + m_Size.getHeight() > nLimit; } in OverStepBottom() 287 { return nLimit > m_Point.getY() && m_Point.getY() + m_Size.getHeight() > nLimit; } in OverStepTop() [all …]
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | SlideTransitionPane.cxx | 615 ::Point aUpperLeft( nOffsetX, aPaneSize.getHeight() - nOffsetY ); in updateLayout() 621 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() 627 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() 638 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() 651 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() 670 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() 682 aUpperLeft.setY( nBase - aCtrlSize.getHeight()); in updateLayout() 687 aUpperLeft.setY( nBase - aCtrlSize.getHeight() ); in updateLayout() 698 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() 747 aUpperLeft.setY( aUpperLeft.getY() - aCtrlSize.getHeight()); in updateLayout() [all …]
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | PositionAndSizeHelper.cxx | 67 …tion.Secondary = (double(aPos.Y())+double(aObjectRect.getHeight())/2.0)/double(aPageRect.getHeight… in moveObject() 78 aRelativePosition.Secondary = double(aPos.Y())/double(aPageRect.getHeight()); in moveObject() 94 static_cast< double >( aPageRect.getHeight()); in moveObject() 104 static_cast< double >( aObjectRect.getHeight()) / in moveObject() 105 static_cast< double >( aPageRect.getHeight()); in moveObject() 121 aRelativePosition.Secondary = double(aPos.Y())/double(aPageRect.getHeight()); in moveObject() 129 aRelativeSize.Secondary = double(aObjectRect.getHeight())/double(aPageRect.getHeight()); in moveObject()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 275 1.0 / rSvgRange.getHeight()); in create2DDecompositionOfGraphic() 319 const Fraction aScaleY(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 393 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 414 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 431 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 533 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 572 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 602 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 665 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() 701 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() [all …]
|
H A D | sceneprimitive2d.cxx | 118 …eFactorY(basegfx::fTools::equalZero(rDiscreteRange.getHeight()) ? 1.0 : 1.0 / rDiscreteRange.getHe… in calculateDiscreteSizes() 170 double fViewSizeY(aVisibleDiscreteRange.getHeight()); in create2DDecomposition() 220 … aObjToUnit.scale(1.0 / aDiscreteRange.getWidth(), 1.0 / aDiscreteRange.getHeight()); in create2DDecomposition() 276 …t double fLogicY((aInverseOToV * basegfx::B2DVector(0.0, aDiscreteRange.getHeight() * fReduceFacto… in create2DDecomposition() 295 if(aBitmapSizePixel.getWidth() && aBitmapSizePixel.getHeight()) in create2DDecomposition() 301 aNew2DTransform.set(1, 1, aVisibleDiscreteRange.getHeight()); in create2DDecomposition() 376 double fDivisorY(maOldUnitVisiblePart.getHeight()); in tryToCheckLastVisualisationDirectHit() 497 basegfx::fTools::more(aDiscreteRange.getHeight(), mfOldDiscreteSizeY)) in get2DDecomposition() 521 pThat->mfOldDiscreteSizeY = aDiscreteRange.getHeight(); in get2DDecomposition()
|
H A D | wallpaperprimitive2d.cxx | 60 aObjectTransform.set(1, 1, getLocalObjectRange().getHeight()); in create2DDecomposition() 159 aObjectTransform.set(1, 1, aTargetRange.getHeight()); in create2DDecomposition() 178 …aLogicSize.getY() / (getLocalObjectRange().getHeight() ? getLocalObjectRange().getHeight() : 1.0)); in create2DDecomposition()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | tp_ChartType.cxx | 100 long getHeight(); 128 long AxisTypeResourceGroup::getHeight() in getHeight() function in chart::AxisTypeResourceGroup 162 long getHeight(); 199 long Dim3DLookResourceGroup::getHeight() in getHeight() function in chart::Dim3DLookResourceGroup 259 long getHeight(); 315 long getHeight(); 364 long StackingResourceGroup::getHeight() in getHeight() function in chart::StackingResourceGroup 612 long getHeight(); 667 long SplineResourceGroup::getHeight() in getHeight() function in chart::SplineResourceGroup 736 long getHeight(); [all …]
|
/aoo42x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1259 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END() 1266 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END() 1272 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END() 1278 fTop += maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END() 1279 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END() 1300 fTop += maRange.getHeight(); in IMPL_LINK_INLINE_END() 1307 fTop += maRange.getHeight(); in IMPL_LINK_INLINE_END() 1313 fTop += maRange.getHeight(); in IMPL_LINK_INLINE_END() 1454 rfY -= rRange.getHeight(); in GetTopLeftPosition() 1460 rfY -= rRange.getHeight(); in GetTopLeftPosition() [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | GraphicalDisplay.java | 71 (int)(mnScale*aScreenSize.getHeight())); in paintComponent() 78 (int)(mnScale*aScreenSize.getHeight())); in paintComponent() 146 if ((aScreenSize.getWidth() > 0) && (aScreenSize.getHeight() > 0)) in setupTransformation() 153 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation() 161 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation()
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/ |
H A D | Canvas.java | 132 aScreenSize.getHeight()); in paintComponent() 208 if ((aScreenSize.getWidth() > 0) && (aScreenSize.getHeight() > 0)) in setupTransformation() 219 double nVScale = (aWidgetSize.getHeight() - 10) in setupTransformation() 220 / aScreenSize.getHeight(); in setupTransformation() 235 mnVOffset = (aWidgetSize.getHeight() in setupTransformation() 236 - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation() 244 (int)(2*mnVOffset + mnScale * aScreenSize.getHeight()))); in setupTransformation()
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | Canvas.java | 230 mnScale*aScreenSize.getHeight()); in paintComponent() 295 if ((aScreenSize.getWidth() > 0) && (aScreenSize.getHeight() > 0)) in setupTransformation() 305 double nVScale = (aWidgetSize.getHeight() - 10) / aScreenSize.getHeight(); in setupTransformation() 318 mnVOffset = (aWidgetSize.getHeight() - mnScale*aScreenSize.getHeight()) / 2.0; in setupTransformation() 326 (int)(2*mnVOffset + mnScale * aScreenSize.getHeight()))); in setupTransformation()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 241 …tStyleProperty<awt::Size>(xReportDefinition,PROPERTY_PAPERSIZE).Width,5*m_xSection->getHeight()) ); in fill() 286 aRet.setHeight(aRet.getHeight() + 1); in Paste() 294 aRet.Move(0,aRet.getHeight()+1); in Paste() 301 … ( m_xSection.is() && (static_cast<sal_uInt32>(aRet.getHeight() + aRet.Top()) > m_xSection->getHei… in Paste() 302 m_xSection->setHeight(aRet.getHeight() + aRet.Top()); in Paste() 545 sal_Int32 nNewHeight = 5*m_xSection->getHeight(); in _propertyChanged() 601 aRet.setHeight(aRet.getHeight() + 1); in impl_adjustObjectSizePosition() 603 … ( m_xSection.is() && (static_cast<sal_uInt32>(aRet.getHeight() + aRet.Top()) > m_xSection->getHei… in impl_adjustObjectSizePosition() 604 m_xSection->setHeight(aRet.getHeight() + aRet.Top()); in impl_adjustObjectSizePosition()
|
H A D | ViewsWindow.cxx | 119 … nYTemp += aOverlappingRect.Top() - aNewRect.Top() - aNewRect.getHeight(); in lcl_getNewRectSize() 152 nYTemp = aNewRect.getHeight(); in lcl_getNewRectSize() 207 Size aSectionSize = _rSectionWindow.LogicToPixel( Size( 0,xSection->getHeight() ) ); in impl_resizeSectionWindow() 721 if ( _rResize.getHeight() > aObjRect.getHeight() ) in collectBoundResizeRect() 729 if ( _rResize.getHeight() < aObjRect.getHeight() ) in collectBoundResizeRect() 754 xSection->getHeight())); in collectBoundResizeRect() 791 xSection->getHeight()).Center(); in alignMarkedObjects() 889 nYMov = aResize.getHeight(); in alignMarkedObjects() 897 nYMov = aObjRect.getHeight(); in alignMarkedObjects() 1693 aPos.Y() = aOver.Top() - aMarkRect.getHeight(); in handleKey() [all …]
|
/aoo42x/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | EditorFrame.java | 45 …m_aBufImage = new BufferedImage( m_aTextArea.getWidth(), m_aTextArea.getHeight(), BufferedImage.TY… 88 (int)(aSize.getHeight() + aOwnSize.getHeight() - aAppSize.getHeight() ) ); in setAppSize() 108 int nHeight = (int)aDim.getHeight(); in getReplacementImage()
|
/aoo42x/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 55 …const sal_uInt32 nHeight(mnAntiAlialize ? rRaster.getHeight()/mnAntiAlialize : rRaster.getHeight()… in BPixelRasterToBitmapEx() 388 if(nLine >= 0 && nLine < (sal_Int32)mrBuffer.getHeight()) in processLineSpan() 613 …verter3D->rasterconvertB3DPolygon(aSnappedHairline, 0, mpBZPixelRaster->getHeight(), mnAntiAlializ… in rasterconvertB3DPolygon() 617 …sterConverter3D->rasterconvertB3DPolygon(rHairline, 0, mpBZPixelRaster->getHeight(), mnAntiAlializ… in rasterconvertB3DPolygon() 622 …mpZBufferRasterConverter3D->rasterconvertB3DPolygon(rHairline, 0, mpBZPixelRaster->getHeight(), 1); in rasterconvertB3DPolygon() 654 …rConverter3D->rasterconvertB3DPolyPolygon(rFill, &maInvEyeToView, 0, mpBZPixelRaster->getHeight()); in rasterconvertB3DPolyPolygon() 679 const double fViewSizeY(fFullViewSizeY * rVisiblePart.getHeight()); in ZBufferProcessor3D() 755 …maRasterRange.expand(basegfx::B2DPoint(mpBZPixelRaster->getWidth(), mpBZPixelRaster->getHeight())); in ZBufferProcessor3D()
|
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | InBlocksLabelsAbove.java | 122 aRectFields.Y = aSOLabel.getHeight(LayoutConstants.LabelHeight); in insertDetailFields() 139 …int nHeight = (aSOLabel.getHeight(LayoutConstants.LabelHeight) + Math.max(aSOTextField.getHeight(L… in insertDetailFields() 150 …aRectFields.Y += Math.max(aSOTextField.getHeight(LayoutConstants.FormattedFieldHeight), nLastHeigh… in insertDetailFields() 151 aRectFields.Y += aSOTextField.getHeight(LayoutConstants.EmptyLineHeight); // one empty line in insertDetailFields()
|
H A D | Tabular.java | 85 nHeight = Math.max(aSO.getHeight(nHeight), nHeight); in insertDetailFields() 132 aRect.Y = xSection.getHeight() + LayoutConstants.LineHeight; in insertDetailFieldTitles() 141 xSection.setHeight(xSection.getHeight() + aSO.getHeight(LayoutConstants.LabelHeight)); in insertDetailFieldTitles()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_spritecanvashelper.cxx | 63 static_cast<sal_Int32>(rOutputArea.getHeight()) ); in repaintBackground() 233 … static_cast<sal_Int32>(rCurrArea.getHeight()) ); in updateScreen() 318 static_cast<sal_Int32>(maScrapRect.getHeight()) ); in scrollUpdate() 342 static_cast<sal_Int32>(maScrapRect.getHeight()) ); in opaqueUpdate() 362 static_cast<sal_Int32>(maScrapRect.getHeight()) ); in genericUpdate()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 157 aLogicBitmapRange.getHeight() * aLogicBitmapRange.getHeight()); in handleBitmapContent() 196 static_cast< double >(aSizePixel.Height()) / aLogicBitmapRange.getHeight()); in handleBitmapContent() 231 basegfx::fround(aLogicBitmapRange.getHeight())), in handleBitmapContent() 553 … double fRadiusY((nVer * 2.0) / (aRange.getHeight() > 0.0 ? aRange.getHeight() : 1.0)); in clipMetafileContentAgainstOwnRegions() 592 aRange.getHeight() * 0.5)), in clipMetafileContentAgainstOwnRegions()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | polygn3d.cxx | 216 if(aVolume.getHeight()) in CreateDefaultTexture() 217 aTex.setX((aCandidate.getY() - aVolume.getMinY()) / aVolume.getHeight()); in CreateDefaultTexture() 232 if(aVolume.getHeight()) in CreateDefaultTexture() 233 aTex.setY((aCandidate.getY() - aVolume.getMinY()) / aVolume.getHeight()); in CreateDefaultTexture()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | viewappletshape.cxx | 212 … static_cast<sal_Int32>(rPixelBounds.getHeight()), in startApplet() 219 static_cast<sal_Int32>(rPixelBounds.getHeight()), in startApplet() 283 static_cast<sal_Int32>(rPixelBounds.getHeight()), in resize() 290 static_cast<sal_Int32>(rPixelBounds.getHeight()), in resize()
|