Searched refs:pAnchorItem (Results 1 – 2 of 2) sorted by relevance
307 const SfxPoolItem* pAnchorItem; in Execute() local309 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()
2772 SwFmtAnchor* pAnchorItem = 0; in attachToRange() local2777 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 54 milliseconds