Home
last modified time | relevance | path

Searched refs:aAnch (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/sw/source/core/doc/
H A Ddoclay.cxx652 SwFmtAnchor aAnch( pFmt->GetAnchor() ); in _MakeFlySection() local
656 aAnch.SetAnchor( &aPos ); in _MakeFlySection()
661 if( eRequestId != aAnch.GetAnchorId() && in _MakeFlySection()
664 aAnch.SetType( eRequestId ); in _MakeFlySection()
667 eAnchorId = aAnch.GetAnchorId(); in _MakeFlySection()
671 aAnch.GetPageNum() == 0 ) ) ) in _MakeFlySection()
673 aAnch.SetAnchor( &rAnchPos ); in _MakeFlySection()
677 pFmt->SetFmtAttr( aAnch ); in _MakeFlySection()
958 SwFmtAnchor aAnch( pAnchor != NULL ? *pAnchor : pFmt->GetAnchor() ); in InsertDrawObj() local
959 eAnchorId = aAnch.GetAnchorId(); in InsertDrawObj()
[all …]
H A Ddocdraw.cxx230 const SwFmtAnchor aAnch( pMyContact->GetFmt()->GetAnchor() ); in GroupSelection() local
281 pFmt->SetFmtAttr( aAnch ); in GroupSelection()
359 SwFmtAnchor aAnch( pContact->GetFmt()->GetAnchor() ); in UnGroupSelection() local
374 pFmt->SetFmtAttr( aAnch ); in UnGroupSelection()
H A Ddocedt.cxx336 SwFmtAnchor aAnch( pFmt->GetAnchor() ); in DelFlyInRange() local
338 aAnch.SetAnchor( &aPos ); in DelFlyInRange()
339 pFmt->SetFmtAttr( aAnch ); in DelFlyInRange()
/AOO42X/main/sw/source/core/frmedt/
H A Dfeshview.cxx305 SwFmtAnchor aAnch( rFmt.GetAnchor() ); in MoveAnchor() local
306 RndStdIds nAnchorId = aAnch.GetAnchorId(); in MoveAnchor()
338 aAnch.SetPageNum( ((SwPageFrm*)pNew)->GetPhyPageNum() ); in MoveAnchor()
348 SwPosition *pPos = (SwPosition*)aAnch.GetCntntAnchor(); in MoveAnchor()
386 SwPosition *pPos = (SwPosition*)aAnch.GetCntntAnchor(); in MoveAnchor()
486 aAnch.SetAnchor( &aPos ); in MoveAnchor()
507 new SwHandleAnchorNodeChg( *pFlyFrmFmt, aAnch ); in MoveAnchor()
509 rFmt.GetDoc()->SetAttr( aAnch, rFmt ); in MoveAnchor()
1641 SwFmtAnchor aAnch; in ImpEndCreate() local
1675 aAnch.SetType( FLY_AS_CHAR ); in ImpEndCreate()
[all …]
H A Dfefly1.cxx547 SwFmtAnchor aAnch( rFmt.GetAnchor() ); in FindAnchorPos() local
552 SwPosition *pPos = (SwPosition*)aAnch.GetCntntAnchor(); in FindAnchorPos()
559 aAnch.SetPageNum( ((const SwPageFrm*)pNewAnch)-> in FindAnchorPos()
568 aAnch.SetAnchor( &aPos ); in FindAnchorPos()
574 SwPosition *pPos = (SwPosition*)aAnch.GetCntntAnchor(); in FindAnchorPos()
608 new SwHandleAnchorNodeChg( *pFlyFrmFmt, aAnch ); in FindAnchorPos()
610 rFmt.GetDoc()->SetAttr( aAnch, rFmt ); in FindAnchorPos()
/AOO42X/main/sw/source/core/undo/
H A Dundobj.cxx704 SwFmtAnchor aAnch( *pAnchor ); in DelCntntIndex() local
706 aAnch.SetAnchor( &aPos ); in DelCntntIndex()
707 pFmt->SetFmtAttr( aAnch ); in DelCntntIndex()
744 SwFmtAnchor aAnch( *pAnchor ); in DelCntntIndex() local
745 aAnch.SetAnchor( &rMark ); in DelCntntIndex()
746 pFmt->SetFmtAttr( aAnch ); in DelCntntIndex()
H A Dundel.cxx649 SwFmtAnchor aAnch( *pAnchor ); in lcl_ReAnchorAtCntntFlyFrames() local
650 aAnch.SetAnchor( &rPos ); in lcl_ReAnchorAtCntntFlyFrames()
651 pFmt->SetFmtAttr( aAnch ); in lcl_ReAnchorAtCntntFlyFrames()
/AOO42X/main/sw/source/core/layout/
H A Dflycnt.cxx1465 SwFmtAnchor aAnch( pFmt->GetAnchor() ); in SetAbsPos() local
1466 SwPosition *pPos = (SwPosition*)aAnch.GetCntntAnchor(); in SetAbsPos()
1506 SwHandleAnchorNodeChg aHandleAnchorNodeChg( *pFmt, aAnch, this ); in SetAbsPos()
1507 pFmt->GetDoc()->SetAttr( aAnch, *pFmt ); in SetAbsPos()
H A Dpagechg.cxx422 SwFmtAnchor aAnch( rAnch ); in lcl_MakeObjs() local
423 aAnch.SetAnchor( 0 ); in lcl_MakeObjs()
424 pFmt->SetFmtAttr( aAnch ); in lcl_MakeObjs()
H A Dfrmtool.cxx1000 SwFmtAnchor aAnch( rAnch ); in ~SwCntntNotify() local
1001 aAnch.SetAnchor( 0 ); in ~SwCntntNotify()
1002 aAnch.SetPageNum( pPage->GetPhyPageNum() ); in ~SwCntntNotify()
1003 pFmt->SetFmtAttr( aAnch ); in ~SwCntntNotify()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx2052 SwFmtAnchor aAnch( pFrame->GetAnchor() ); in Read_HdFtTextAsHackedFrame() local
2053 aAnch.SetType( FLY_AT_PARA ); in Read_HdFtTextAsHackedFrame()
2054 pFrame->SetFmtAttr( aAnch ); in Read_HdFtTextAsHackedFrame()