Searched refs:aRealPoint2D (Results 1 – 2 of 2) sorted by relevance
1159 geometry::RealPoint2D aRealPoint2D( xAnnotation->getPosition() ); in ImplExportComments() local1161 …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()
1608 geometry::RealPoint2D aRealPoint2D( xAnnotation->getPosition() ); in ImplPDFExportComments() local1623 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 41 milliseconds