Searched refs:aShapePos (Results 1 – 2 of 2) sorted by relevance
408 Point aShapePos( in convertFromModel() local411 if( (aShapePos.X >= 0) && (aShapePos.Y >= 0) ) in convertFromModel()419 aShapePos.X += static_cast< sal_Int32 >( fSin * aShapeSize.Height + 0.5 ); in convertFromModel()422 aShapePos.Y += static_cast< sal_Int32 >( fSin * aShapeSize.Width + 0.5 ); in convertFromModel()424 rxShape->setPosition( aShapePos ); in convertFromModel()
1691 awt::Point aShapePos( xShape->getPosition() ); in ImplPDFExportShapeInteraction() local1693 …Rectangle aLinkRect( Point( aShapePos.X, aShapePos.Y ), Size( aShapeSize.Width, aShapeSize.Heigh… in ImplPDFExportShapeInteraction()