Home
last modified time | relevance | path

Searched refs:mnLastShapeId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1424 … sal_uInt32 mnLastShapeId; /// Last shape identifier generated for this drawing. member
1425 …Info( sal_uInt32 nClusterId ) : mnClusterId( nClusterId ), mnShapeCount( 0 ), mnLastShapeId( 0 ) {} in DrawingInfo()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx5006 …rDrawingInfo.mnLastShapeId = static_cast< sal_uInt32 >( rDrawingInfo.mnClusterId * DFF_DGG_CLUSTER… in GenerateShapeId()
5015 return rDrawingInfo.mnLastShapeId; in GenerateShapeId()
5029 return (nDrawingIdx < maDrawingInfos.size()) ? maDrawingInfos[ nDrawingIdx ].mnLastShapeId : 0; in GetLastShapeId()
5051 nLastShapeId = ::std::max( nLastShapeId, aIt->mnLastShapeId ); in WriteDggAtom()

Completed in 44 milliseconds