Searched refs:aCoords (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sfx2/source/bastyp/ |
H A D | sfxhtml.cxx | 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() [all …]
|
/aoo42x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | DrawingDemo.java | 290 PolyPolygonBezierCoords aCoords = new PolyPolygonBezierCoords(); in Demo_PolyPolygonBezier() local 293 aCoords.Coordinates = new Point[ nPolygonCount ][ ]; in Demo_PolyPolygonBezier() 294 aCoords.Flags = new PolygonFlags[ nPolygonCount ][ ]; in Demo_PolyPolygonBezier() 334 aCoords.Coordinates[ i ]= pPolyPoints; in Demo_PolyPolygonBezier() 335 aCoords.Flags[ i ] = pPolyFlags; in Demo_PolyPolygonBezier() 337 xShapeProperties.setPropertyValue( "PolyPolygonBezier", aCoords ); in Demo_PolyPolygonBezier()
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | htmlout.cxx | 647 ByteString aCoords; in Out_ImageMap() local 656 ((((((aCoords = in Out_ImageMap() 670 ((((aCoords = in Out_ImageMap() 686 ((aCoords = in Out_ImageMap() 693 (((aCoords += ',') in Out_ImageMap() 713 += OOO_STRING_SVTOOLS_HTML_O_coords) += "=\"") += aCoords) += "\" "; in Out_ImageMap()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 1011 drawing::PolyPolygonBezierCoords aCoords = getRingBezierCoords( in createPieSegment2D() local 1016 xProp->setPropertyValue( C2U( "PolyPolygonBezier" ), uno::makeAny( aCoords ) ); in createPieSegment2D() 1077 drawing::PolyPolygonBezierCoords aCoords = getRingBezierCoords( in createPieSegment() local 1092 drawing::PolyPolygonShape3D aPoly( BezierToPoly(aCoords) ); in createPieSegment()
|
Completed in 97 milliseconds