Home
last modified time | relevance | path

Searched refs:aNewAnchor (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1335 … 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()
H A Dunotext.cxx1775 SwFmtAnchor aNewAnchor(pNewFrame->GetFrmFmt()->GetAnchor()); in convertToTextFrame() local
1776 aNewAnchor.SetAnchor( aMovePam.Start() ); in convertToTextFrame()
1778 aNewAnchor, *pNewFrame->GetFrmFmt() ); in convertToTextFrame()
/trunk/main/sw/source/core/undo/
H A Dundobj1.cxx611 SwFmtAnchor aNewAnchor( (RndStdIds) nOldAnchorTyp ); in UndoImpl() local
612 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() local
640 GetAnchor( aNewAnchor, nNewNode, nNewCntnt ); in RedoImpl()
642 aSet.Put( aNewAnchor ); in RedoImpl()
H A Dunattr.cxx473 SwFmtAnchor aNewAnchor( rAnchor.GetAnchorId() ); in RestoreFlyAnchor() local
503 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()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1618 Point aNewAnchor( rSdrObj.GetUpGroup()->GetAnchorPos() ); in ImpEndCreate() local
1620 rSdrObj.NbcSetRelativePos( aTmpPos - aNewAnchor ); in ImpEndCreate()
1621 rSdrObj.NbcSetAnchorPos( aNewAnchor ); in ImpEndCreate()
H A Dfecopy.cxx1448 Point aNewAnchor = pAnchor->GetFrmAnchorPos( ::HasWrap( pOldObj ) ); in Paste() local
1451 pNewObj->NbcSetRelativePos( aNullPt - aNewAnchor ); in Paste()
1452 pNewObj->NbcSetAnchorPos( aNewAnchor ); in Paste()
H A Dfefly1.cxx1038 SwFmtAnchor aNewAnchor( pFmt->GetAnchor() ); in SetPageObjsNewPage() local
1039 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()
/trunk/main/chart2/source/tools/
H A DRelativePositionHelper.cxx38 drawing::Alignment aNewAnchor ) in getReanchoredPosition() argument
41 if( rPosition.Anchor != aNewAnchor ) in getReanchoredPosition()
84 switch( aNewAnchor ) in getReanchoredPosition()
/trunk/main/chart2/source/inc/
H A DRelativePositionHelper.hxx77 ::com::sun::star::drawing::Alignment aNewAnchor );

Completed in 60 milliseconds