Lines Matching refs:aPos

153             SwPosition aPos( aSttIdx );  in Copy()  local
156 aPos.nContent.Assign( pTxtNd, 0 ); in Copy()
158 aAnchor.SetAnchor( &aPos ); in Copy()
195 SwPosition aPos( aSttIdx, SwIndex( pTxtNd, 0 )); in Copy() local
207 aAnchor.SetAnchor( &aPos ); in Copy()
213 SwPaM aTemp(aPos); in Copy()
226 aAnchor.SetAnchor( &aPos ); in Copy()
278 SwPosition aPos( rIdx ); in lcl_SetAnchor() local
279 rAnchor.SetAnchor( &aPos ); in lcl_SetAnchor()
357 SwPosition aPos( *GetCrsr()->GetPoint() ); in CopyDrawSel() local
361 GetLayout()->GetCrsrOfst( &aPos, aPt, &aState ); in CopyDrawSel()
363 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in CopyDrawSel()
366 bRet = ::lcl_SetAnchor( aPos, *pNd, 0, rInsPt, in CopyDrawSel()
410 Point aPos( rInsPt ); in CopyDrawSel() local
411 aPos -= aNewAnch; in CopyDrawSel()
412 aPos -= rSttPt - pObj->GetSnapRect().TopLeft(); in CopyDrawSel()
415 …pFmt->SetFmtAttr( SwFmtHoriOrient( aPos.X(), text::HoriOrientation::NONE, text::RelOrientation::FR… in CopyDrawSel()
416 …pFmt->SetFmtAttr( SwFmtVertOrient( aPos.Y(), text::VertOrientation::NONE, text::RelOrientation::FR… in CopyDrawSel()
507 SwPosition aPos( *GetCrsr()->GetPoint() ); in Copy() local
511 GetLayout()->GetCrsrOfst( &aPos, aPt, &aState ); in Copy()
513 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in Copy()
518 if ( aPos.nNode > *pTmp && aPos.nNode < in Copy()
524 bRet = ::lcl_SetAnchor( aPos, *pNd, pFly, rInsPt, in Copy()
558 Point aPos( rInsPt ); in Copy() local
559 aPos -= aNewAnch; in Copy()
560 aPos -= rSttPt - pFly->Frm().Pos(); in Copy()
561 …pFlyFmt->SetFmtAttr( SwFmtHoriOrient( aPos.X(),text::HoriOrientation::NONE, text::RelOrientation::… in Copy()
562 …pFlyFmt->SetFmtAttr( SwFmtVertOrient( aPos.Y(),text::VertOrientation::NONE, text::RelOrientation::… in Copy()
652 SwPosition aPos( *GetCrsr()->GetPoint() ); in Copy() local
654 GetLayout()->GetCrsrOfst( &aPos, aPt ); in Copy()
655 bRet = !aPos.nNode.GetNode().IsNoTxtNode(); in Copy()
882 SwPosition aPos( aNdIdx, SwIndex( pCNd, 0 )); in Paste() local
885 ::PaMCorrAbs(tmpPaM, aPos); in Paste()
898 SwPosition aPos( aNdIdx, SwIndex( pCNd, 0 )); in Paste() local
904 ::PaMCorrAbs(tmpPam, aPos); in Paste()
1365 Point aPos( pPt ? *pPt : GetCharRect().Pos() ); in Paste() local
1535 pView->Paste( *pModel, aPos ); in Paste()