Home
last modified time | relevance | path

Searched refs:nDrawingId (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5836 sal_uInt32 nDrawingId = aRecHd.nRecInstance; in SetDgContainer() local
5837 maDgOffsetTable.Insert( nDrawingId, (void*)nFilePos ); in SetDgContainer()
H A Descherex.cxx4975 sal_uInt32 nDrawingId = static_cast< sal_uInt32 >( maDrawingInfos.size() + 1 ); in GenerateDrawingId() local
4977 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateDrawingId()
4980 return nDrawingId; in GenerateDrawingId()
4983 sal_uInt32 EscherExGlobal::GenerateShapeId( sal_uInt32 nDrawingId, bool bIsInSpgr ) in GenerateShapeId() argument
4986 size_t nDrawingIdx = nDrawingId - 1; in GenerateShapeId()
4999 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateShapeId()
5018 sal_uInt32 EscherExGlobal::GetDrawingShapeCount( sal_uInt32 nDrawingId ) const in GetDrawingShapeCount()
5020 size_t nDrawingIdx = nDrawingId - 1; in GetDrawingShapeCount()
5025 sal_uInt32 EscherExGlobal::GetLastShapeId( sal_uInt32 nDrawingId ) const in GetLastShapeId()
5027 size_t nDrawingIdx = nDrawingId - 1; in GetLastShapeId()
/trunk/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()

Completed in 88 milliseconds