Searched refs:rTextArea (Results 1 – 1 of 1) sorted by relevance
224 …line( const FWData& rFWData, const SdrObject* pCustomShape, FWTextArea& rTextArea, sal_Bool bSameL… in GetTextAreaOutline() argument227 sal_Int32 nVerticalOffset = rFWData.nMaxParagraphsPerTextArea > rTextArea.vParagraphs.size() in GetTextAreaOutline()230 std::vector< FWParagraphData >::iterator aParagraphIter( rTextArea.vParagraphs.begin() ); in GetTextAreaOutline()231 std::vector< FWParagraphData >::iterator aParagraphIEnd( rTextArea.vParagraphs.end() ); in GetTextAreaOutline()408 if ( rTextArea.aBoundRect.IsEmpty() ) in GetTextAreaOutline()409 rTextArea.aBoundRect = Rectangle( Point( 0, 0 ), Size( 1, rFWData.nSingleLineHeight ) ); in GetTextAreaOutline()411 rTextArea.aBoundRect.Bottom() += rFWData.nSingleLineHeight; in GetTextAreaOutline()416 rTextArea.aBoundRect.Union( rParagraphBoundRect ); in GetTextAreaOutline()
Completed in 13 milliseconds