Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx588 …ePoly*/, const std::vector< double >& rDistances, const Rectangle& rTextAreaBoundRect, Polygon& rP… in InsertMissingOutlinePoints() argument
595 …double fDistance = (double)( rPoint.X() - rTextAreaBoundRect.Left() ) / (double)rTextAreaBoundRect in InsertMissingOutlinePoints()
668 Rectangle rTextAreaBoundRect = aTextAreaIter->aBoundRect; in FitTextOutlinesToShapeOutlines() local
669 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 13 milliseconds