Searched refs:nShapeID (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/filter/source/msfilter/ |
| H A D | eschesdo.cxx | 149 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 D | escherex.cxx | 5530 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 D | xcl97esc.cxx | 351 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 D | xcl97esc.hxx | 103 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
|
| /AOO42X/main/filter/inc/filter/msfilter/ |
| H A D | escherex.hxx | 1551 … virtual void AddShape( sal_uInt32 nShpInstance, sal_uInt32 nFlagIds, sal_uInt32 nShapeID = 0 ); 1580 virtual void EndShape( sal_uInt16 nShapeType, sal_uInt32 nShapeID );
|