Home
last modified time | relevance | path

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

123456

/trunk/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()
772 aRetval.grow(fDiscreteUnit * getDiscreteGrow()); in getB2DRange()
/trunk/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx247 void grow(sal_Int32 nValue) in grow() function in basegfx::B3IBox
249 maRangeX.grow(nValue); in grow()
250 maRangeY.grow(nValue); in grow()
251 maRangeZ.grow(nValue); in grow()
H A Db3irange.hxx250 void grow(sal_Int32 nValue) in grow() function in basegfx::B3IRange
252 maRangeX.grow(nValue); in grow()
253 maRangeY.grow(nValue); in grow()
254 maRangeZ.grow(nValue); in grow()
H A Db3drange.hxx281 void grow(double fValue) in grow() function in basegfx::B3DRange
283 maRangeX.grow(fValue); in grow()
284 maRangeY.grow(fValue); in grow()
285 maRangeZ.grow(fValue); in grow()
H A Db2ibox.hxx212 void grow(sal_Int32 nValue) in grow() function in basegfx::B2IBox
214 maRangeX.grow(nValue); in grow()
215 maRangeY.grow(nValue); in grow()
H A Db2irange.hxx213 void grow(sal_Int32 nValue) in grow() function in basegfx::B2IRange
215 maRangeX.grow(nValue); in grow()
216 maRangeY.grow(nValue); in grow()
H A Db2drange.hxx245 void grow(double fValue) in grow() function in basegfx::B2DRange
247 maRangeX.grow(fValue); in grow()
248 maRangeY.grow(fValue); in grow()
H A Db1ibox.hxx133 void grow(sal_Int32 nValue) in grow() function in basegfx::B1IBox
135 maRange.grow(nValue); in grow()
H A Db1irange.hxx134 void grow(sal_Int32 nValue) in grow() function in basegfx::B1IRange
136 maRange.grow(nValue); in grow()
H A Db1drange.hxx148 void grow(double fValue) in grow() function in basegfx::B1DRange
150 maRange.grow(fValue); in grow()
H A Dbasicbox.hxx106 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
/trunk/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl243 On edit, the auto grow feature will not grow the object higher 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
/trunk/main/offapi/com/sun/star/ucb/
H A DCachedContentResultSet.idl43 will be released, so the cash will not grow and grow and grow.
/trunk/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()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx99 aPolygonRange.grow(fDiscreteHitTolerance); in checkHairlineHitWithTolerance()
129 aPolygonRange.grow(fDiscreteHitTolerance); in checkFillHitWithTolerance()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx237 aOuterRange.grow(getDiscreteUnit() * getDiscreteGrow()); in create2DDecomposition()
238 aInnerRange.grow(getDiscreteUnit() * -getDiscreteShrink()); in create2DDecomposition()
/trunk/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
/trunk/main/svx/source/svdraw/
H A Dsdrhittesthelper.cxx137 aObjectRange.grow(fLogicHitTolerance); in ViewObjectContactPrimitiveHit()
/trunk/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.
/trunk/main/offapi/com/sun/star/sdbcx/
H A DPrivilegeObject.idl30 This list may grow in the future.

Completed in 74 milliseconds

123456