Home
last modified time | relevance | path

Searched refs:getWidth (Results 76 – 100 of 308) sorted by relevance

12345678910>>...13

/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrole2primitive2d.cxx110 if(0.0 != getSdrLFSTAttribute().getLine().getWidth()) in get2DDecomposition()
118 double fHalfLineWidth(getSdrLFSTAttribute().getLine().getWidth() * 0.5); in get2DDecomposition()
H A Dsdrattributecreator.cxx752 aLineStartEnd = createNewSdrLineStartEndAttribute(rSet, aLine.getWidth()); in createNewSdrLineShadowTextAttribute()
801 aLineStartEnd = createNewSdrLineStartEndAttribute(rSet, aLine.getWidth()); in createNewSdrLineFillShadowTextAttribute()
843 aLineStartEnd = createNewSdrLineStartEndAttribute(rSet, aLine.getWidth()); in createNewSdrLineFillShadowAttribute()
984 const double fHalfObjectWidth(rObjectRange.getWidth() * 0.5); in calculateRelativeCornerRadius()
H A Dsdrolecontentprimitive2d.cxx95 const double fOffsetX((aScale.getX() - aPrefSize.getWidth()) / 2.0); in create2DDecomposition()
102 aPrefSize.getWidth(), aPrefSize.getHeight(), fOffsetX, fOffsetY)); in create2DDecomposition()
/aoo42x/main/drawinglayer/source/primitive3d/
H A Dsdrpolypolygonprimitive3d.cxx172 if(!rLine.isDefault() && !basegfx::fTools::equalZero(rLine.getWidth())) in getB3DRange()
175 aRetval.grow(rLine.getWidth() / 2.0); in getB3DRange()
H A Dsdrextrudelathetools3d.cxx89 …ScaleX(basegfx::fTools::equalZero(aGrownRange.getWidth()) ? 1.0 : aRange.getWidth() / aGrownRange. in impGetOuterPolyPolygon()
616 if(aTexRangeBack.getDepth() > aTexRangeBack.getWidth()) in extractPlanesFromSlice()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DPixelCounter.java125 int w = _aImage.getWidth(); in countNotWhitePixel()
135 int w = _aImage.getWidth(); in countNotBlackPixel()
/aoo42x/main/qadevOOo/runner/graphical/
H A DPixelCounter.java167 final int w = _aImage.getWidth(); in countNotWhitePixel()
177 final int w = _aImage.getWidth(); in countNotBlackPixel()
/aoo42x/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmediaobj.cxx91 if(0 != aSize.getWidth() || 0 != aSize.getHeight()) in getPreferredSize()
159 aTransform.set(0, 0, aRange.getWidth()); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx82 aObjectRange.getWidth(), aObjectRange.getHeight(), in createObjectTransform()
123 const double fWidth(aChartContentRange.getWidth()); in createPrimitive2DSequenceWithParameters()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1820 double fRadiusX((nHor * 2.0) / (aRange.getWidth() > 0.0 ? aRange.getWidth() : 1.0)); in interpretMetafile()
1854 aRange.getCenter(), aRange.getWidth() * 0.5, aRange.getHeight() * 0.5)); in interpretMetafile()
3005 …aTargetRange.getWidth() / (basegfx::fTools::equalZero(aSourceRange.getWidth()) ? 1.0 : aSourceRang… in interpretMetafile()
3222 aMtfTarget.getWidth() ? 1.0 / aMtfTarget.getWidth() : 1.0, in create2DDecomposition()
/aoo42x/main/svl/source/items/
H A Drectitem.cxx148 aVal.getWidth(), in QueryValue()
154 case MID_WIDTH: rVal <<= aVal.getWidth(); break; in QueryValue()
H A Dszitem.cxx151 rVal <<= com::sun::star::awt::Size( aTmp.getWidth(), aTmp.getHeight() ); in QueryValue()
155 rVal <<= aTmp.getWidth(); break; in QueryValue()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx172 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
174 const double fWidth(getWidth().solve(*this, xcoordinate)); in decomposeSvgNode()
H A Dsvgimagenode.cxx205 if(pStyle && getWidth().isSet() && getHeight().isSet()) in decomposeSvgNode()
207 const double fWidth(getWidth().solve(*this, xcoordinate)); in decomposeSvgNode()
/aoo42x/main/basegfx/source/range/
H A Db2xrange.cxx65 const typename RangeType::TraitsType::DifferenceType aw(a.getWidth()); in doComputeSetDifference()
69 const typename RangeType::TraitsType::DifferenceType bw(b.getWidth()); in doComputeSetDifference()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx70 floor( rArea.getWidth() ), floor( rArea.getHeight() ) ); in repaintBackground()
87 sal::static_int_cast<sal_Int32>(rArea.getWidth()), in opaqueUpdateSpriteArea()
360 sal::static_int_cast<sal_Int32>(aDestRect.getWidth()), in scrollUpdate()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx133 ScVbaOLEObject::getWidth() throw (uno::RuntimeException) in getWidth() function in ScVbaOLEObject
135 return m_xControl->getWidth(); in getWidth()
H A Dvbachartobject.cxx167 ScVbaChartObject::getWidth() in getWidth() function in ScVbaChartObject
169 return oShapeHelper->getWidth(); in getWidth()
/aoo42x/main/toolkit/source/awt/
H A Dvclxscroller.cxx115 int thumbWidth = mpVerScrollBar->GetSizePixel().getWidth(); in allocateArea()
137 int thumbWidth = mpVerScrollBar->GetSizePixel().getWidth(); in getMinimumSize()
/aoo42x/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 …aBoundingBox = awt::Rectangle (aPixelPosition.getX(), aPixelPosition.getY(),aPixelSize.getWidth(),… in getBounds()
H A Dtablelayouter.cxx617 if( !bFit && !aOptimalColumns.empty() && (nCurrentWidth < rArea.getWidth()) ) in LayoutTableWidth()
619 sal_Int32 nLeft = rArea.getWidth() - nCurrentWidth; in LayoutTableWidth()
667 if( bFit && (nCurrentWidth != rArea.getWidth()) ) in LayoutTableWidth()
668 distribute( maColumns, rArea.getWidth() - nCurrentWidth ); in LayoutTableWidth()
/aoo42x/main/basebmp/source/
H A Dbitmapdevice.cxx752 aBegin + vigra::Diff2D(rSrcRect.getWidth(), in drawMaskedColor_i()
812 aBegin + vigra::Diff2D(rSrcRect.getWidth(), in drawMaskedColor_i()
1318 const double nScaleX( io_rDestArea.getWidth() / (double)io_rSourceArea.getWidth() ); in clipAreaImpl()
1459 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1512 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
/aoo42x/main/bean/qa/complex/bean/
H A DScreenComparer.java107 int w1 = m_img1.getWidth(); in compare()
109 int w2 = m_img2.getWidth(); in compare()
/aoo42x/main/chart2/source/tools/
H A DBaseGFXHelper.cxx83 return awt::Size( static_cast< sal_Int32 >( rB2IRectangle.getWidth()), in B2IRectangleToAWTSize()
91 static_cast< sal_Int32 >( rB2IRectangle.getWidth()), in B2IRectangleToAWTRectangle()
/aoo42x/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx274 const double fRangeWidth(0.0 != rRange.getWidth() ? rRange.getWidth() : 1.0); in createFillGraphicAttribute()

Completed in 558 milliseconds

12345678910>>...13