Searched refs:mnPointCount (Results 1 – 8 of 8) sorted by relevance
1104 USHORT mnPointCount;1113 mnPointCount(0),1139 mnPointCount = 0;1147 if( mnPointCount >= mnMaxPoints )1153 for( int i = 0; i < mnPointCount; ++i )1167 mpPointAry[ mnPointCount ] = Point( nXPos + mnXOffset, nYPos + mnYOffset );1169 mpFlagAry[ mnPointCount++ ]= eFlags;1181 Polygon aPoly( mnPointCount, mpPointAry, (mbHasOffline ? mpFlagAry : NULL) );1185 mnPointCount = 0;
70 mrModel.mnPointCount = rAttribs.getInteger( XML_val, -1 ); in onCreateContext()143 mrModel.mnPointCount = rAttribs.getInteger( XML_val, -1 ); in onCreateContext()
33 mnPointCount( -1 ) in DataSequenceModel()
1210 mnPointCount( 0 ) in BiffPolygonObject()1220 rStrm >> mnPointCount; in implReadObjBiff4()1231 rStrm >> mnPointCount; in implReadObjBiff5()1284 …OSL_ENSURE( rStrm.getRemaining() / 4 == mnPointCount, "BiffPolygonObject::importCoordList - wrong … in importCoordList()
43 sal_Int32 mnPointCount; /// Number of points in this series source. member
434 sal_uInt16 mnPointCount; /// Polygon point count. member in oox::xls::BiffPolygonObject
1311 mnPointCount( 0 ) in XclImpPolygonObj()1320 …DBG_ASSERT( rStrm.GetRecLeft() / 4 == mnPointCount, "XclImpPolygonObj::ReadCoordList - wrong polyg… in ReadCoordList()1335 rStrm >> mnPointCount; in DoReadObj4()1346 rStrm >> mnPointCount; in DoReadObj5()
368 sal_uInt16 mnPointCount; /// Polygon point count. member in XclImpPolygonObj
Completed in 128 milliseconds