Searched refs:aNewAnchor (Results 1 – 9 of 9) sorted by relevance
611 SwFmtAnchor aNewAnchor( (RndStdIds) nOldAnchorTyp ); in UndoImpl() local612 GetAnchor( aNewAnchor, nOldNode, nOldCntnt ); in UndoImpl()613 pFrmFmt->SetFmtAttr( aNewAnchor ); in UndoImpl()615 if (FLY_AS_CHAR == aNewAnchor.GetAnchorId()) in UndoImpl()617 SwPosition* pPos = (SwPosition*)aNewAnchor.GetCntntAnchor(); in UndoImpl()639 SwFmtAnchor aNewAnchor( (RndStdIds) nNewAnchorTyp ); in RedoImpl() local640 GetAnchor( aNewAnchor, nNewNode, nNewCntnt ); in RedoImpl()642 aSet.Put( aNewAnchor ); in RedoImpl()
473 SwFmtAnchor aNewAnchor( rAnchor.GetAnchorId() ); in RestoreFlyAnchor() local503 aNewAnchor.SetAnchor( &aPos ); in RestoreFlyAnchor()506 aNewAnchor.SetPageNum( rAnchor.GetPageNum() ); in RestoreFlyAnchor()559 m_pOldSet->Put( aNewAnchor ); in RestoreFlyAnchor()598 if (FLY_AS_CHAR == aNewAnchor.GetAnchorId()) in RestoreFlyAnchor()600 const SwPosition* pPos = aNewAnchor.GetCntntAnchor(); in RestoreFlyAnchor()
38 drawing::Alignment aNewAnchor ) in getReanchoredPosition() argument41 if( rPosition.Anchor != aNewAnchor ) in getReanchoredPosition()84 switch( aNewAnchor ) in getReanchoredPosition()
1038 SwFmtAnchor aNewAnchor( pFmt->GetAnchor() ); in SetPageObjsNewPage() local1039 if ((FLY_AT_PAGE != aNewAnchor.GetAnchorId()) || in SetPageObjsNewPage()1040 0 >= ( nNewPage = aNewAnchor.GetPageNum() + nOffset ) ) in SetPageObjsNewPage()1057 aNewAnchor.SetPageNum( sal_uInt16(nNewPage) ); in SetPageObjsNewPage()1058 pDoc->SetAttr( aNewAnchor, *pFmt ); in SetPageObjsNewPage()
1448 Point aNewAnchor = pAnchor->GetFrmAnchorPos( ::HasWrap( pOldObj ) ); in Paste() local1451 pNewObj->NbcSetRelativePos( aNullPt - aNewAnchor ); in Paste()1452 pNewObj->NbcSetAnchorPos( aNewAnchor ); in Paste()
1618 Point aNewAnchor( rSdrObj.GetUpGroup()->GetAnchorPos() ); in ImpEndCreate() local1620 rSdrObj.NbcSetRelativePos( aTmpPos - aNewAnchor ); in ImpEndCreate()1621 rSdrObj.NbcSetAnchorPos( aNewAnchor ); in ImpEndCreate()
77 ::com::sun::star::drawing::Alignment aNewAnchor );
1775 SwFmtAnchor aNewAnchor(pNewFrame->GetFrmFmt()->GetAnchor()); in convertToTextFrame() local1776 aNewAnchor.SetAnchor( aMovePam.Start() ); in convertToTextFrame()1778 aNewAnchor, *pNewFrame->GetFrmFmt() ); in convertToTextFrame()
1335 … SwFmtAnchor aNewAnchor( dynamic_cast< const SwFmtAnchor& >( aSet.Get( RES_ANCHOR ) ) ); in setPropertyValue()1351 aNewAnchor.SetAnchor( aPam.GetPoint() ); in setPropertyValue()1352 aSet.Put( aNewAnchor ); in setPropertyValue()
Completed in 85 milliseconds