Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx4995 …rDrawingInfo.mnLastShapeId = static_cast< sal_uInt32 >( rDrawingInfo.mnClusterId * DFF_DGG_CLUSTER… in GenerateShapeId()
5004 return rDrawingInfo.mnLastShapeId; in GenerateShapeId()
5018 return (nDrawingIdx < maDrawingInfos.size()) ? maDrawingInfos[ nDrawingIdx ].mnLastShapeId : 0; in GetLastShapeId()
5040 nLastShapeId = ::std::max( nLastShapeId, aIt->mnLastShapeId ); in WriteDggAtom()

Completed in 54 milliseconds