Home
last modified time | relevance | path

Searched refs:nDrawingId (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/filter/inc/filter/msfilter/
H A Descherex.hxx1371 sal_uInt32 GenerateShapeId( sal_uInt32 nDrawingId, bool bIsInSpgr );
1374 sal_uInt32 GetDrawingShapeCount( sal_uInt32 nDrawingId ) const;
1377 sal_uInt32 GetLastShapeId( sal_uInt32 nDrawingId ) const;
1416 …inline explicit ClusterEntry( sal_uInt32 nDrawingId ) : mnDrawingId( nDrawingId ), mnNextShape… in ClusterEntry()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx4964 sal_uInt32 nDrawingId = static_cast< sal_uInt32 >( maDrawingInfos.size() + 1 ); in GenerateDrawingId() local
4966 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateDrawingId()
4969 return nDrawingId; in GenerateDrawingId()
4972 sal_uInt32 EscherExGlobal::GenerateShapeId( sal_uInt32 nDrawingId, bool bIsInSpgr ) in GenerateShapeId() argument
4975 size_t nDrawingIdx = nDrawingId - 1; in GenerateShapeId()
4988 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateShapeId()
5007 sal_uInt32 EscherExGlobal::GetDrawingShapeCount( sal_uInt32 nDrawingId ) const in GetDrawingShapeCount()
5009 size_t nDrawingIdx = nDrawingId - 1; in GetDrawingShapeCount()
5014 sal_uInt32 EscherExGlobal::GetLastShapeId( sal_uInt32 nDrawingId ) const in GetLastShapeId()
5016 size_t nDrawingIdx = nDrawingId - 1; in GetLastShapeId()
H A Dmsdffimp.cxx5817 sal_uInt32 nDrawingId = aRecHd.nRecInstance; in SetDgContainer() local
5818 maDgOffsetTable.Insert( nDrawingId, (void*)nFilePos ); in SetDgContainer()

Completed in 114 milliseconds