Searched refs:rTextAreaBoundRect (Results 1 – 1 of 1) sorted by relevance
588 …ePoly*/, const std::vector< double >& rDistances, const Rectangle& rTextAreaBoundRect, Polygon& rP… in InsertMissingOutlinePoints() argument595 …double fDistance = (double)( rPoint.X() - rTextAreaBoundRect.Left() ) / (double)rTextAreaBoundRect… in InsertMissingOutlinePoints()668 Rectangle rTextAreaBoundRect = aTextAreaIter->aBoundRect; in FitTextOutlinesToShapeOutlines() local669 sal_Int32 nLeft = rTextAreaBoundRect.Left(); in FitTextOutlinesToShapeOutlines()670 sal_Int32 nTop = rTextAreaBoundRect.Top(); in FitTextOutlinesToShapeOutlines()671 sal_Int32 nWidth = rTextAreaBoundRect.GetWidth(); in FitTextOutlinesToShapeOutlines()672 sal_Int32 nHeight= rTextAreaBoundRect.GetHeight(); in FitTextOutlinesToShapeOutlines()776 InsertMissingOutlinePoints( rOutlinePoly, vDistances, rTextAreaBoundRect, aLocalPoly ); in FitTextOutlinesToShapeOutlines()777 InsertMissingOutlinePoints( rOutlinePoly2, vDistances2, rTextAreaBoundRect, aLocalPoly ); in FitTextOutlinesToShapeOutlines()
Completed in 24 milliseconds