Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/ !
H A DEnhancedCustomShapeFontWork.cxx198 …std::vector< FWParagraphData >::const_iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() … in CalculateHorizontalScalingFactor() local
200 while( aParagraphIter != aParagraphIEnd ) in CalculateHorizontalScalingFactor()
202 double fTextWidth = aVirDev.GetTextWidth( aParagraphIter->aString ); in CalculateHorizontalScalingFactor()
217 aParagraphIter++; in CalculateHorizontalScalingFactor()
230 std::vector< FWParagraphData >::iterator aParagraphIter( rTextArea.vParagraphs.begin() ); in GetTextAreaOutline() local
232 while( aParagraphIter != aParagraphIEnd ) in GetTextAreaOutline()
234 const rtl::OUString& rText = aParagraphIter->aString; in GetTextAreaOutline()
280 if ( aParagraphIter->nFrameDirection == FRMDIR_HORI_RIGHT_TOP ) in GetTextAreaOutline()
330 aParagraphIter->vCharacters.push_back( aCharacterData ); in GetTextAreaOutline()
332 … std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in GetTextAreaOutline()
[all …]