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()
1661 awt::Point aShapePos( xShape->getPosition() ); in ImplPDFExportShapeInteraction() local1663 …Rectangle aLinkRect( Point( aShapePos.X, aShapePos.Y ), Size( aShapeSize.Width, aShapeSize.Height … in ImplPDFExportShapeInteraction()
Completed in 24 milliseconds