Lines Matching refs:aPos
257 chart2::RelativePosition aPos( rInOutPosition ); in centerGrow() local
275 aPos.Primary -= fShiftAmountX; in centerGrow()
285 aPos.Primary += fShiftAmountX; in centerGrow()
297 aPos.Secondary -= fShiftAmountY; in centerGrow()
307 aPos.Secondary += fShiftAmountY; in centerGrow()
314 OSL_ASSERT( rInOutPosition.Anchor == aPos.Anchor ); in centerGrow()
316 if( rInOutPosition.Primary == aPos.Primary && in centerGrow()
317 rInOutPosition.Secondary == aPos.Secondary && in centerGrow()
333 … RelativePositionHelper::getReanchoredPosition( aPos, aSize, drawing::Alignment_TOP_LEFT )); in centerGrow()
335 … RelativePositionHelper::getReanchoredPosition( aPos, aSize, drawing::Alignment_BOTTOM_RIGHT )); in centerGrow()
356 rInOutPosition = aPos; in centerGrow()
367 chart2::RelativePosition aPos( rInOutPosition ); in moveObject() local
368 aPos.Primary += fAmountX; in moveObject()
369 aPos.Secondary += fAmountY; in moveObject()
375 … RelativePositionHelper::getReanchoredPosition( aPos, rObjectSize, drawing::Alignment_TOP_LEFT )); in moveObject()
388 rInOutPosition = aPos; in moveObject()