Searched refs:nShapeID (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 150 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 …]
|
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 );
|
Completed in 64 milliseconds