Lines Matching refs:nShapeId

942 void WW8_WrPlcTxtBoxes::Append( const SdrObject& rObj, sal_uInt32 nShapeId )  in Append()  argument
946 aShapeIds.Insert( nShapeId, aShapeIds.Count() ); in Append()
951 void WW8_WrPlcTxtBoxes::Append( const SwFrmFmt* pFmt, sal_uInt32 nShapeId ) in Append() argument
955 aShapeIds.Insert( nShapeId, aShapeIds.Count() ); in Append()
1529 void SwBasicEscherEx::WriteEmptyFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId) in WriteEmptyFlyFrame() argument
1532 AddShape(ESCHER_ShpInst_PictureFrame, 0xa00, nShapeId); in WriteEmptyFlyFrame()
1615 sal_Int32 SwBasicEscherEx::WriteGrfFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId) in WriteGrfFlyFrame() argument
1628 nShapeId); in WriteGrfFlyFrame()
1791 void SwEscherEx::SetPicId(const SdrObject &rSdrObj, sal_uInt32 nShapeId, in SetPicId() argument
1794 pTxtBxs->Append(rSdrObj, nShapeId); in SetPicId()
1800 sal_Int32 SwBasicEscherEx::WriteOLEFlyFrame(const SwFrmFmt& rFmt, sal_uInt32 nShapeId) in WriteOLEFlyFrame() argument
1846 … rMirror), pGraphic ? *pGraphic : Graphic(), *pSdrObj, nShapeId, bRectIsSet ? &aRect : NULL ); in WriteOLEFlyFrame()
2251 sal_uInt32 nShapeId=0; in SwEscherEx() local
2268 nBorderThick = WriteFlyFrm(*pObj, nShapeId, aSorted); in SwEscherEx()
2271 WriteOCXControl(rFmt, nShapeId = GenerateShapeId()); in SwEscherEx()
2291 nShapeId = AddSdrObject(*pSdrObj); in SwEscherEx()
2306 if( !nShapeId ) in SwEscherEx()
2308 nShapeId = AddDummyShape(); in SwEscherEx()
2311 pObj->SetShapeDetails(nShapeId, nBorderThick); in SwEscherEx()
2955 sal_Int32 SwEscherEx::WriteTxtFlyFrame(const DrawObj &rObj, sal_uInt32 nShapeId, in WriteTxtFlyFrame() argument
2964 AddShape( ESCHER_ShpInst_TextBox, 0xa00, nShapeId ); in WriteTxtFlyFrame()
3007 sal_uInt32 nShapeId, const awt::Rectangle* pVisArea ) in WriteOLEPicture() argument
3010 AddShape(ESCHER_ShpInst_PictureFrame, nShapeFlags, nShapeId); in WriteOLEPicture()
3026 SetPicId(rObj, nShapeId, rPropOpt); in WriteOLEPicture()
3030 void SwEscherEx::WriteOCXControl( const SwFrmFmt& rFmt, sal_uInt32 nShapeId ) in WriteOCXControl() argument
3048 *pSdrObj, nShapeId, NULL ); in WriteOCXControl()
3093 sal_uLong nShapeId = bNeedsShapeId ? GenerateShapeId() : 0; in MakeZOrderArrAndFollowIds() local
3095 aFollowShpIds.Insert(nShapeId, n); in MakeZOrderArrAndFollowIds()
3103 sal_uInt32 nShapeId; in GetFlyShapeId() local
3106 if (0 == (nShapeId = aFollowShpIds[nPos])) in GetFlyShapeId()
3108 nShapeId = GenerateShapeId(); in GetFlyShapeId()
3109 aFollowShpIds[ nPos ] = nShapeId; in GetFlyShapeId()
3113 nShapeId = GenerateShapeId(); in GetFlyShapeId()
3114 return nShapeId; in GetFlyShapeId()
3118 const uno::Reference< drawing::XShape>& xXShapeRef, sal_uInt32 nShapeId ) in QueryTextID() argument
3123 pTxtBxs->Append( *pObj, nShapeId ); in QueryTextID()