Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx107 SwFmtWrapInfluenceOnObjPos* pWrapInfluenceOnObjPos; member in SwShapeDescriptor_Impl
131 pWrapInfluenceOnObjPos( new SwFmtWrapInfluenceOnObjPos( in SwShapeDescriptor_Impl()
150 delete pWrapInfluenceOnObjPos; in ~SwShapeDescriptor_Impl()
261 if ( _bCreate && !pWrapInfluenceOnObjPos ) in GetWrapInfluenceOnObjPos()
263 pWrapInfluenceOnObjPos = new SwFmtWrapInfluenceOnObjPos( in GetWrapInfluenceOnObjPos()
268 return pWrapInfluenceOnObjPos; in GetWrapInfluenceOnObjPos()
272 DELETEZ(pWrapInfluenceOnObjPos); in RemoveWrapInfluenceOnObjPos()
H A Dunoframe.cxx522 const ::uno::Any* pWrapInfluenceOnObjPos = 0; in FillBaseProperties() local
523 GetProperty(RES_WRAP_INFLUENCE_ON_OBJPOS, MID_WRAP_INFLUENCE, pWrapInfluenceOnObjPos); in FillBaseProperties()
524 if ( pWrapInfluenceOnObjPos ) in FillBaseProperties()
527 aFmtWrapInfluenceOnObjPos.PutValue( *pWrapInfluenceOnObjPos, MID_WRAP_INFLUENCE ); in FillBaseProperties()

Completed in 164 milliseconds