Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx387 Rectangle aTagRect; in InsertAnnotation() local
397 aTagRect.nLeft = sal::static_int_cast< long >( aPoint.X * 100.0 ); in InsertAnnotation()
398 aTagRect.nTop = sal::static_int_cast< long >( aPoint.Y * 100.0 ); in InsertAnnotation()
399 aTagRect.nRight = aTagRect.nLeft + width - 1; in InsertAnnotation()
400 aTagRect.nBottom = aTagRect.nTop + height - 1; in InsertAnnotation()
402 if( aNewRect.IsOver( aTagRect ) ) in InsertAnnotation()

Completed in 22 milliseconds