Home
last modified time | relevance | path

Searched refs:nShapeID (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx351 void XclEscherEx::EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID ) in EndShape() argument
360 if( nShapeID == 0 ) in EndShape()
/trunk/main/sc/source/filter/inc/
H A Dxcl97esc.hxx103 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx5530 void EscherEx::AddShape( sal_uInt32 nShpInstance, sal_uInt32 nFlags, sal_uInt32 nShapeID ) in AddShape() argument
5534 if ( !nShapeID ) in AddShape()
5535 nShapeID = GenerateShapeId(); in AddShape()
5542 *mpOutStrm << nShapeID << nFlags; in AddShape()
H A Deschesdo.cxx150 rObj.SetShapeId( nShapeID ); \
178 sal_uInt32 nShapeID = 0; in ImplWriteShape() local
748 mpEscherEx->EndShape( nShapeType, nShapeID ); in ImplWriteShape()
757 mpEscherEx->EndShape( nShapeType, nShapeID ); in ImplWriteShape()
758 return nShapeID; in ImplWriteShape()
764 sal_uInt32 nShapeID = 0; in ImplWriteAdditionalText() local
806 nShapeID = mpEscherEx->GenerateShapeId(); in ImplWriteAdditionalText()
856 mpEscherEx->EndShape( nShapeType, nShapeID ); in ImplWriteAdditionalText()
1096 sal_uInt32 nShapeID = GenerateShapeId(); in AddDummyShape() local
1097 AddShape( ESCHER_ShpInst_Rectangle, 0xa00, nShapeID ); in AddDummyShape()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1551 virtual void AddShape( sal_uInt32 nShpInstance, sal_uInt32 nFlagIds, sal_uInt32 nShapeID = 0 );
1580 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );

Completed in 63 milliseconds