Lines Matching refs:const_iterator

198 …std::vector< FWParagraphData >::const_iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() …  in CalculateHorizontalScalingFactor()
199 std::vector< FWParagraphData >::const_iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in CalculateHorizontalScalingFactor()
600 …std::vector< double >::const_iterator aIter = std::upper_bound( rDistances.begin(), rDistances.end… in InsertMissingOutlinePoints()
613 …std::vector< double >::const_iterator aIter = std::lower_bound( rDistances.begin(), rDistances.end… in InsertMissingOutlinePoints()
637 …std::vector< double >::const_iterator aIter = std::lower_bound( rDistances.begin(), rDistances.end… in GetPoint()
820 std::vector< FWTextArea >::const_iterator aTextAreaIter = rFWData.vTextAreas.begin(); in CreateSdrObjectFromParagraphOutlines()
821 std::vector< FWTextArea >::const_iterator aTextAreaIEnd = rFWData.vTextAreas.end(); in CreateSdrObjectFromParagraphOutlines()
824 …std::vector< FWParagraphData >::const_iterator aParagraphIter = aTextAreaIter->vParagraphs.begin(); in CreateSdrObjectFromParagraphOutlines()
825 std::vector< FWParagraphData >::const_iterator aParagraphIEnd = aTextAreaIter->vParagraphs.end(); in CreateSdrObjectFromParagraphOutlines()
828 …std::vector< FWCharacterData >::const_iterator aCharacterIter( aParagraphIter->vCharacters.begin()… in CreateSdrObjectFromParagraphOutlines()
829 …std::vector< FWCharacterData >::const_iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in CreateSdrObjectFromParagraphOutlines()
832 std::vector< PolyPolygon >::const_iterator aOutlineIter = aCharacterIter->vOutlines.begin(); in CreateSdrObjectFromParagraphOutlines()
833 std::vector< PolyPolygon >::const_iterator aOutlineIEnd = aCharacterIter->vOutlines.end(); in CreateSdrObjectFromParagraphOutlines()