Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 25 of 145) sorted by relevance

123456

/aoo4110/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx83 aRetval.grow(fDiscreteHalfLineWidth); in getB2DRange()
178 aRetval.grow(fDiscreteHalfLineWidth); in getB2DRange()
376 aRetval.grow(getLineAttribute().getWidth() * 0.5); in getB2DRange()
393 aRetval.grow(fDiscreteHalfLineWidth); in getB2DRange()
502 aRetval.grow(getWaveHeight()); in getB2DRange()
508 aRetval.grow(getLineAttribute().getWidth() * 0.5); in getB2DRange()
H A Dmediaprimitive2d.cxx80 aDestRange.grow(-0.5 * fDiscreteSize); in create2DDecomposition()
146 aRetval.grow(-0.5 * fDiscreteSize); in getB2DRange()
H A Dpolypolygonprimitive2d.cxx252 aRetval.grow(getLineAttribute().getWidth() / 2.0); in getB2DRange()
680 aRetval.grow(fDiscreteUnit * getDiscreteGrow()); in getB2DRange()
/aoo4110/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx246 void grow(sal_Int32 nValue) in grow() function in basegfx::B3IBox
248 maRangeX.grow(nValue); in grow()
249 maRangeY.grow(nValue); in grow()
250 maRangeZ.grow(nValue); in grow()
H A Db3irange.hxx249 void grow(sal_Int32 nValue) in grow() function in basegfx::B3IRange
251 maRangeX.grow(nValue); in grow()
252 maRangeY.grow(nValue); in grow()
253 maRangeZ.grow(nValue); in grow()
H A Db3drange.hxx280 void grow(double fValue) in grow() function in basegfx::B3DRange
282 maRangeX.grow(fValue); in grow()
283 maRangeY.grow(fValue); in grow()
284 maRangeZ.grow(fValue); in grow()
H A Db2ibox.hxx211 void grow(sal_Int32 nValue) in grow() function in basegfx::B2IBox
213 maRangeX.grow(nValue); in grow()
214 maRangeY.grow(nValue); in grow()
H A Db2irange.hxx212 void grow(sal_Int32 nValue) in grow() function in basegfx::B2IRange
214 maRangeX.grow(nValue); in grow()
215 maRangeY.grow(nValue); in grow()
H A Db2drange.hxx244 void grow(double fValue) in grow() function in basegfx::B2DRange
246 maRangeX.grow(fValue); in grow()
247 maRangeY.grow(fValue); in grow()
H A Db1ibox.hxx132 void grow(sal_Int32 nValue) in grow() function in basegfx::B1IBox
134 maRange.grow(nValue); in grow()
H A Db1irange.hxx133 void grow(sal_Int32 nValue) in grow() function in basegfx::B1IRange
135 maRange.grow(nValue); in grow()
H A Db1drange.hxx147 void grow(double fValue) in grow() function in basegfx::B1DRange
149 maRange.grow(fValue); in grow()
H A Dbasicbox.hxx105 void grow(sal_Int32 nValue) in grow() function in basegfx::BasicBox
H A Dbasicrange.hxx235 void grow(T nValue) in grow() function in basegfx::BasicRange
/aoo4110/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl243 On edit, the auto grow feature will not grow the object heigher than
251 On edit, the auto grow feature will not grow the objects wider than
259 On edit, the auto grow feature will not shrink the objects height smaller
267 On edit, the auto grow feature will not shrink the object width smaller
/aoo4110/main/offapi/com/sun/star/ucb/
H A DCachedContentResultSet.idl43 will be released, so the cash will not grow and grow and grow.
/aoo4110/main/drawinglayer/source/primitive3d/
H A Dsdrprimitive3d.cxx54 aUnitRange.grow(rLine.getWidth() / 2.0); in getStandard3DRange()
81 aRetval.grow(rLine.getWidth() / 2.0); in get3DRangeFromSlices()
H A Dsdrpolypolygonprimitive3d.cxx175 aRetval.grow(rLine.getWidth() / 2.0); in getB3DRange()
/aoo4110/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx99 aPolygonRange.grow(fDiscreteHitTolerance); in checkHairlineHitWithTolerance()
129 aPolygonRange.grow(fDiscreteHitTolerance); in checkFillHitWithTolerance()
/aoo4110/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx237 aOuterRange.grow(getDiscreteUnit() * getDiscreteGrow()); in create2DDecomposition()
238 aInnerRange.grow(getDiscreteUnit() * -getDiscreteShrink()); in create2DDecomposition()
/aoo4110/main/svx/source/svdraw/
H A Dsdrhittesthelper.cxx137 aObjectRange.grow(fLogicHitTolerance); in ViewObjectContactPrimitiveHit()
/aoo4110/main/offapi/com/sun/star/awt/
H A DVisualEffect.idl35 <p>The list may grow in future versions.</p>
H A DPopupMenuDirection.idl28 a popup menu will grow.
/aoo4110/main/offapi/com/sun/star/sdbcx/
H A DPrivilegeObject.idl30 This list may grow in the future.
/aoo4110/main/writerfilter/source/rtftok/
H A DRTFScanner.skl175 * and can realloc() it to grow it, and should free() it to
795 { /* Not enough room in the buffer - grow it. */
822 /* Can't grow it, we don't own it. */
1346 /* It's okay to grow etc. this buffer, and we should throw it

Completed in 81 milliseconds

123456