Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx408 Point aShapePos( in convertFromModel() local
411 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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1661 awt::Point aShapePos( xShape->getPosition() ); in ImplPDFExportShapeInteraction() local
1663 …Rectangle aLinkRect( Point( aShapePos.X, aShapePos.Y ), Size( aShapeSize.Width, aShapeSize.Height … in ImplPDFExportShapeInteraction()

Completed in 33 milliseconds