Home
last modified time | relevance | path

Searched refs:fAmountX (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/tools/
H A DRelativePositionHelper.cxx254 double fAmountX, double fAmountY, in centerGrow() argument
263 aSize.Primary += fAmountX; in centerGrow()
266 double fShiftAmountX = fAmountX / 2.0; in centerGrow()
338 if( fAmountX > 0.0 && in centerGrow()
348 if( fAmountX < 0.0 && in centerGrow()
364 double fAmountX, double fAmountY, in moveObject() argument
368 aPos.Primary += fAmountX; in moveObject()
381 if( ( fAmountX > 0.0 && (aLowerRight.Primary > fFarEdgeThreshold)) || in moveObject()
382 ( fAmountX < 0.0 && (aUpperLeft.Primary < fPosCheckThreshold)) || in moveObject()
/trunk/main/chart2/source/inc/
H A DRelativePositionHelper.hxx94 double fAmountX, double fAmountY,
109 double fAmountX, double fAmountY,

Completed in 12 milliseconds