Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds