Home
last modified time | relevance | path

Searched refs:mnPointCount (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1104 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;
/trunk/main/oox/source/drawingml/chart/
H A Ddatasourcecontext.cxx70 mrModel.mnPointCount = rAttribs.getInteger( XML_val, -1 ); in onCreateContext()
143 mrModel.mnPointCount = rAttribs.getInteger( XML_val, -1 ); in onCreateContext()
H A Ddatasourcemodel.cxx33 mnPointCount( -1 ) in DataSequenceModel()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1210 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()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Ddatasourcemodel.hxx43 sal_Int32 mnPointCount; /// Number of points in this series source. member
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx434 sal_uInt16 mnPointCount; /// Polygon point count. member in oox::xls::BiffPolygonObject
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1311 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()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx368 sal_uInt16 mnPointCount; /// Polygon point count. member in XclImpPolygonObj

Completed in 59 milliseconds