Home
last modified time | relevance | path

Searched refs:pWrapInfluenceOnObjPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx105 SwFmtWrapInfluenceOnObjPos* pWrapInfluenceOnObjPos; member in SwShapeDescriptor_Impl
129 pWrapInfluenceOnObjPos( new SwFmtWrapInfluenceOnObjPos( in SwShapeDescriptor_Impl()
148 delete pWrapInfluenceOnObjPos; in ~SwShapeDescriptor_Impl()
259 if ( _bCreate && !pWrapInfluenceOnObjPos ) in GetWrapInfluenceOnObjPos()
261 pWrapInfluenceOnObjPos = new SwFmtWrapInfluenceOnObjPos( in GetWrapInfluenceOnObjPos()
266 return pWrapInfluenceOnObjPos; in GetWrapInfluenceOnObjPos()
270 DELETEZ(pWrapInfluenceOnObjPos); in RemoveWrapInfluenceOnObjPos()
H A Dunoframe.cxx880 const ::uno::Any* pWrapInfluenceOnObjPos = 0; in FillBaseProperties() local
881 GetProperty(RES_WRAP_INFLUENCE_ON_OBJPOS, MID_WRAP_INFLUENCE, pWrapInfluenceOnObjPos); in FillBaseProperties()
882 if ( pWrapInfluenceOnObjPos ) in FillBaseProperties()
885 aFmtWrapInfluenceOnObjPos.PutValue( *pWrapInfluenceOnObjPos, MID_WRAP_INFLUENCE ); in FillBaseProperties()

Completed in 51 milliseconds