Searched refs:pAnchorItem (Results 1 – 2 of 2) sorted by relevance
311 const SfxPoolItem* pAnchorItem; in Execute() local313 SID_ATTR_TRANSFORM_ANCHOR, sal_False, &pAnchorItem)) in Execute()316 pSh->ChgAnchor(((const SfxInt16Item*)pAnchorItem) in Execute()321 … aAnchor.SetType((RndStdIds)((const SfxInt16Item*)pAnchorItem)->GetValue()); in Execute()
2129 SwFmtAnchor* pAnchorItem = 0; in attachToRange() local2134 pAnchorItem = static_cast<SwFmtAnchor*>(aFrmSet.Get(RES_ANCHOR).Clone()); in attachToRange()2143 if(pAnchorItem && pFmt) in attachToRange()2146 pAnchorItem->SetAnchor( m_pCopySource->Start() ); in attachToRange()2148 aAnchorSet.Put( *pAnchorItem ); in attachToRange()2150 delete pAnchorItem; in attachToRange()
Completed in 25 milliseconds