Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/filter/eppt/
H A Deppt.cxx1159 geometry::RealPoint2D aRealPoint2D( xAnnotation->getPosition() ); in ImplExportComments() local
1161 …Point aPoint( OutputDevice::LogicToLogic( Point( static_cast< sal_Int32 >( aRealPoint2D.X * 100.0 … in ImplExportComments()
1162 static_cast< sal_Int32 >( aRealPoint2D.Y * 100.0 ) ), MAP_100TH_MM, aMapDest ) ); in ImplExportComments()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1608 geometry::RealPoint2D aRealPoint2D( xAnnotation->getPosition() ); in ImplPDFExportComments() local
1623 rPDFExtOutDevData.CreateNote( Rectangle( Point( static_cast< long >( aRealPoint2D.X * 100 ), in ImplPDFExportComments()
1624 static_cast< long >( aRealPoint2D.Y * 100 ) ), Size( 1000, 1000 ) ), aNote ); in ImplPDFExportComments()

Completed in 50 milliseconds