Lines Matching refs:aCoords
131 SvULongs aCoords; in ParseAreaOptions() local
150 pOption->GetNumbers( aCoords, sal_True ); in ParseAreaOptions()
198 if( aCoords.Count() >=4 ) in ParseAreaOptions()
200 Rectangle aRec( aCoords[0], aCoords[1], in ParseAreaOptions()
201 aCoords[2], aCoords[3] ); in ParseAreaOptions()
210 if( aCoords.Count() >=3 ) in ParseAreaOptions()
212 Point aPoint( aCoords[0], aCoords[1] ); in ParseAreaOptions()
213 IMapCircleObject aMapCObj( aPoint, aCoords[2],aHRef, aAlt, String(), in ParseAreaOptions()
221 if( aCoords.Count() >=6 ) in ParseAreaOptions()
223 sal_uInt16 nCount = aCoords.Count() / 2; in ParseAreaOptions()
226 aPoly[i] = Point( aCoords[2*i], aCoords[2*i+1] ); in ParseAreaOptions()