Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/vml/
H A Dvmlshape.hxx169 typedef ::std::vector< ::com::sun::star::awt::Point > PointVector; typedef
174 PointVector maPoints; /// Points for the polyline shape.
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx431 typedef ::std::vector< ::com::sun::star::awt::Point > PointVector; typedef in oox::xls::BiffPolygonObject
432 PointVector maCoords; /// Coordinates relative to bounding rectangle.
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx365 typedef ::std::vector< Point > PointVector; typedef in XclImpPolygonObj
366 PointVector maCoords; /// Coordinates relative to bounding rectangle.
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1260 PointVector aPolygon; in implConvertAndInsert()
1261 …for( PointVector::const_iterator aIt = maCoords.begin(), aEnd = maCoords.end(); aIt != aEnd; ++aIt… in implConvertAndInsert()
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx373 …for( ShapeModel::PointVector::const_iterator aIt = maShapeModel.maPoints.begin(), aEnd = maShapeMo… in implConvertAndInsert()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1371 …for( PointVector::const_iterator aIt = maCoords.begin(), aEnd = maCoords.end(); aIt != aEnd; ++aIt… in DoCreateSdrObj()

Completed in 53 milliseconds