Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx307 const SfxPoolItem* pAnchorItem; in Execute() local
309 SID_ATTR_TRANSFORM_ANCHOR, sal_False, &pAnchorItem)) in Execute()
312 pSh->ChgAnchor(((const SfxInt16Item*)pAnchorItem) in Execute()
317 … aAnchor.SetType((RndStdIds)((const SfxInt16Item*)pAnchorItem)->GetValue()); in Execute()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2772 SwFmtAnchor* pAnchorItem = 0; in attachToRange() local
2777 pAnchorItem = static_cast<SwFmtAnchor*>(aFrmSet.Get(RES_ANCHOR).Clone()); in attachToRange()
2786 if(pAnchorItem && pFmt) in attachToRange()
2789 pAnchorItem->SetAnchor( m_pCopySource->Start() ); in attachToRange()
2791 aAnchorSet.Put( *pAnchorItem ); in attachToRange()
2793 delete pAnchorItem; in attachToRange()

Completed in 39 milliseconds