Home
last modified time | relevance | path

Searched refs:nShapeID (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Deschesdo.cxx149 nShapeID = mpEscherEx->GenerateShapeId(); \
150 rObj.SetShapeId( nShapeID ); \
151 mpEscherEx->AddShape( (sal_uInt32)nType, (sal_uInt32)nFlags, nShapeID ); \
152 rSolverContainer.AddShape( rObj.GetShapeRef(), nShapeID ); \
178 sal_uInt32 nShapeID = 0; in ImplWriteShape() local
203 nShapeID = mpEscherEx->EnterGroup( aShapeName, &rObj.GetRect() ); in ImplWriteShape()
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
[all …]
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()
/AOO42X/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()
/AOO42X/main/sc/source/filter/inc/
H A Dxcl97esc.hxx103 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
/AOO42X/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 );