Searched refs:aTagRect (Results 1 – 1 of 1) sorted by relevance
387 Rectangle aTagRect; in InsertAnnotation() local397 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 17 milliseconds