/aoo4110/main/sw/inc/ |
H A D | fmtanchr.hxx | 38 class SW_DLLPUBLIC SwFmtAnchor: public SfxPoolItem class 51 SwFmtAnchor( RndStdIds eRnd = FLY_AT_PAGE, sal_uInt16 nPageNum = 0 ); 52 SwFmtAnchor( const SwFmtAnchor &rCpy ); 53 ~SwFmtAnchor(); 56 SwFmtAnchor &operator=( const SwFmtAnchor& ); 81 inline const SwFmtAnchor &SwAttrSet::GetAnchor(sal_Bool bInP) const in GetAnchor() 82 { return static_cast<const SwFmtAnchor&>(Get(RES_ANCHOR, bInP)); } in GetAnchor() 84 inline const SwFmtAnchor &SwFmt::GetAnchor(sal_Bool bInP) const in GetAnchor()
|
H A D | anchoredobject.hxx | 41 class SwFmtAnchor; 161 void _CheckCharRect( const SwFmtAnchor& _rAnch, 183 void _CheckTopOfLine( const SwFmtAnchor& _rAnch,
|
H A D | dcontact.hxx | 43 class SwFmtAnchor; 172 const SwFmtAnchor& GetAnchorFmt() const in GetAnchorFmt() 497 void ConnectToLayout( const SwFmtAnchor *pAnch = 0 );
|
H A D | HandleAnchorNodeChg.hxx | 27 class SwFmtAnchor; 56 const SwFmtAnchor& _rNewAnchorFmt,
|
H A D | IDocumentLayoutAccess.hxx | 34 class SwFmtAnchor; 70 virtual SwFrmFmt* CopyLayoutFmt( const SwFrmFmt& rSrc, const SwFmtAnchor& rNewAnchor,
|
/aoo4110/main/sw/source/core/undo/ |
H A D | undobj1.cxx | 88 SwFmtAnchor aAnchor( (RndStdIds)nRndId ); in InsFly() 144 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in InsFly() 152 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in InsFly() 193 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in DelFly() 243 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in SwUndoInsLayFmt() 312 SwFmtAnchor aAnchor( pFrmFmt->GetAnchor() ); in RepeatImpl() 508 void SwUndoSetFlyFmt::GetAnchor( SwFmtAnchor& rAnchor, in GetAnchor() 585 const SwFmtAnchor& rOldAnch = pFrmFmt->GetAnchor(); in UndoImpl() 611 SwFmtAnchor aNewAnchor( (RndStdIds) nOldAnchorTyp ); in UndoImpl() 664 const SwFmtAnchor* pAnchor = (SwFmtAnchor*)pItem; in PutAttr() [all …]
|
H A D | unattr.cxx | 445 const SwFmtAnchor& rAnchor = in SaveFlyAnchor() 446 static_cast<const SwFmtAnchor&>( m_pOldSet->Get( RES_ANCHOR, sal_False ) ); in SaveFlyAnchor() 464 SwFmtAnchor aAnchor( rAnchor.GetAnchorId(), nCntnt ); in SaveFlyAnchor() 476 const SwFmtAnchor& rAnchor = in RestoreFlyAnchor() 477 static_cast<const SwFmtAnchor&>( m_pOldSet->Get( RES_ANCHOR, sal_False ) ); in RestoreFlyAnchor() 479 SwFmtAnchor aNewAnchor( rAnchor.GetAnchorId() ); in RestoreFlyAnchor() 537 const SwFmtAnchor &rOldAnch = pFrmFmt->GetAnchor(); in RestoreFlyAnchor()
|
H A D | undraw.cxx | 133 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in lcl_SaveAnchor() 165 pFmt->SetFmtAttr( SwFmtAnchor( rAnchor.GetAnchorId(), nCntntPos ) ); in lcl_SaveAnchor() 171 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in lcl_RestoreAnchor() 183 SwFmtAnchor aTmp( rAnchor.GetAnchorId() ); in lcl_RestoreAnchor()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doclay.cxx | 348 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DelLayoutFmt() 394 const SwFmtAnchor& rNewAnchor, in CopyLayoutFmt() 632 const SwFmtAnchor* pAnchor = 0; in _MakeFlySection() 660 SwFmtAnchor aAnch( pFmt->GetAnchor() ); in _MakeFlySection() 749 const SwFmtAnchor* pAnch; in MakeFlySection() 800 SwFmtAnchor& rAnch = (SwFmtAnchor&)rSet.Get( RES_ANCHOR ); in MakeFlyAndMove() 934 const SwFmtAnchor* pAnchor = 0; in InsertDrawObj() 1105 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() 1143 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() 1443 SwFmtAnchor aAnch( FLY_AT_PARA ); in lcl_InsertLabel() [all …]
|
H A D | docfly.cxx | 153 Point lcl_FindAnchorLayPos( SwDoc& rDoc, const SwFmtAnchor& rAnch, in lcl_FindAnchorLayPos() 220 const SwFmtAnchor &rOldAnch = rFmt.GetAnchor(); in SetFlyFrmAnchor() 223 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in SetFlyFrmAnchor() 550 && ((SwFmtAnchor*)pItem)->GetAnchorId() != in SetFrmFmtToFly() 666 SwFmtAnchor aNewAnch( _eAnchorType ); in ChgAnchor() 902 const SwFmtAnchor& rAnchor = (*GetSpzFrmFmts())[ n ]->GetAnchor(); in Chainable() 923 const SwFmtAnchor &rSrcAnchor = rSource.GetAnchor(), in Chainable()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1479 SwFmtAnchor::SwFmtAnchor( RndStdIds nRnd, sal_uInt16 nPage ) in SwFmtAnchor() function in SwFmtAnchor 1488 SwFmtAnchor::SwFmtAnchor( const SwFmtAnchor &rCpy ) in SwFmtAnchor() function in SwFmtAnchor 1499 SwFmtAnchor::~SwFmtAnchor() in ~SwFmtAnchor() 1504 void SwFmtAnchor::SetAnchor( const SwPosition *pPos ) in SetAnchor() 1517 SwFmtAnchor& SwFmtAnchor::operator=(const SwFmtAnchor& rAnchor) in operator =() 1544 SfxPoolItem* SwFmtAnchor::Clone( SfxItemPool* ) const in Clone() 1546 return new SwFmtAnchor( *this ); in Clone() 1550 sal_uInt32 SwFmtAnchor::mnOrderCounter = 0; 1553 sal_uInt32 SwFmtAnchor::GetOrder() const in GetOrder() 2637 const SwFmtAnchor* pAnchor = &rFmt.GetAnchor(); in IsLowerOf() [all …]
|
H A D | anchoredobject.cxx | 301 const SwFmtAnchor& rAnch = GetFrmFmt().GetAnchor(); in CheckCharRectAndTopOfLine() 336 void SwAnchoredObject::_CheckCharRect( const SwFmtAnchor& _rAnch, in _CheckCharRect() 403 void SwAnchoredObject::_CheckTopOfLine( const SwFmtAnchor& _rAnch, in _CheckTopOfLine() 535 const SwFmtAnchor& rAnchor = rObjFmt.GetAnchor(); in ConsiderObjWrapInfluenceOnObjPos() 854 const SwFmtAnchor& rAnch = GetFrmFmt().GetAnchor(); in FindAnchorCharFrm()
|
H A D | flypos.cxx | 55 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in SwPosFlyFrm() 93 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in ~SwPosFlyFrm()
|
H A D | pagechg.cxx | 415 const SwFmtAnchor &rAnch = pFmt->GetAnchor(); in lcl_MakeObjs() 422 SwFmtAnchor aAnch( rAnch ); in lcl_MakeObjs() 1593 const SwFmtAnchor &rAnch = (*pTbl)[i]->GetAnchor(); in AssertFlyPages() 1677 const SwFmtAnchor &rAnch = rFmt.GetAnchor(); in AssertPageFlys() 1691 rFmt.NotifyClients( 0, (SwFmtAnchor*)&rAnch ); in AssertPageFlys() 1694 rFmt.NotifyClients( 0, (SwFmtAnchor*)&rAnch ); in AssertPageFlys() 2024 const SwFmtAnchor& rAnchor = rObjFmt.GetAnchor(); in lcl_MoveAllLowerObjs()
|
H A D | sortedobjsimpl.cxx | 82 const SwFmtAnchor* pAnchorListed = &(rFmtListed.GetAnchor()); in operator ()() 86 const SwFmtAnchor* pAnchorNew = &(rFmtNew.GetAnchor()); in operator ()()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 100 sal_Bool lcl_SetNewFlyPos( const SwNode& rNode, SwFmtAnchor& rAnchor, in lcl_SetNewFlyPos() 131 SwFmtAnchor aNewAnch( (SwFmtAnchor&)rSet.Get( RES_ANCHOR ) ); in lcl_FindAnchorPos() 227 const SwFmtAnchor &rOldAnch = rFmt.GetAnchor(); in lcl_ChkAndSetNewAnchor() 549 SwFmtAnchor aAnch( rFmt.GetAnchor() ); in FindAnchorPos() 691 SwFmtAnchor& rAnch = (SwFmtAnchor&)rSet.Get( RES_ANCHOR ); in NewFlyFrm() 726 SwFmtAnchor* pOldAnchor = 0; in NewFlyFrm() 738 pOldAnchor = new SwFmtAnchor( rAnch ); in NewFlyFrm() 859 SwFmtAnchor* pAnchor = (SwFmtAnchor*)pItem; in Insert() 949 rFlyAttrSet.Put( SwFmtAnchor( FLY_AT_PARA )); in InsertDrawObj() 1038 SwFmtAnchor aNewAnchor( pFmt->GetAnchor() ); in SetPageObjsNewPage() [all …]
|
H A D | fecopy.cxx | 146 SwFmtAnchor aAnchor( pFlyFmt->GetAnchor() ); in Copy() 206 SwFmtAnchor aAnchor( FLY_AT_PARA ); in Copy() 220 SwFmtAnchor aAnchor( pFmt->GetAnchor() ); in Copy() 262 const Point& rInsPt, SwFEShell& rDestShell, SwFmtAnchor& rAnchor, in lcl_SetAnchor() 323 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in CopyDrawSel() 345 SwFmtAnchor aAnchor( rAnchor ); in CopyDrawSel() 494 SwFmtAnchor aAnchor( pFlyFmt->GetAnchor() ); in Copy() 970 SwFmtAnchor aAnchor( rCpyFmt.GetAnchor() ); in Paste() 1095 SwFmtAnchor aAnchor( rCpyFmt.GetAnchor() ); in Paste() 1203 SwFmtAnchor aAnchor( rCpyFmt.GetAnchor() ); in PastePages()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | mvsave.hxx | 39 class SwFmtAnchor; 162 const SwFmtAnchor* pAnchor; 166 _ZSortFly( const SwFrmFmt* pFrmFmt, const SwFmtAnchor* pFlyAnchor, 179 const SwFmtAnchor* GetAnchor() const { return pAnchor; } in GetAnchor()
|
H A D | UndoCore.hxx | 34 class SwFmtAnchor; 179 void GetAnchor( SwFmtAnchor& rAnhor, sal_uLong nNode, xub_StrLen nCntnt );
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 76 #define ANCHOR(p) ((SwFmtAnchor*)p) 226 typedef std::pair<SwFlyFrmFmt*, SwFmtAnchor> frameEntry; in SetFlysInDoc() 451 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in SetFlysInDoc() 481 SwFmtAnchor aAnchor(rAnchor); in SetFlysInDoc() 529 SwFmtAnchor &rAnchor = rEntry.second; in SetFlysInDoc() 561 SwFmtAnchor aAnchor( FLY_AT_PARA ); in ReadFly() 582 aAnchor = (SwFmtAnchor&)pSet->Get( RES_ANCHOR ); in ReadFly() 1286 SwFmtAnchor aAnchor( FLY_AS_CHAR ); in InsPicture()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 186 SwFmtAnchor aAnchor ( static_cast < const SwFmtAnchor & > ( rFromSet.Get ( RES_ANCHOR ) ) ); in FillBaseProperties() 1310 SwFmtAnchor aAnchor = (const :: SwFmtAnchor&)aSet.Get(pEntry->nWID); in setPropertyValue() 1335 SwFmtAnchor aAnchor = (const :: SwFmtAnchor&)aSet.Get(pEntry->nWID); in setPropertyValue() 2020 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in getAnchor() 2101 eAnchorId = ((const SwFmtAnchor*)pItem)->GetAnchorId(); in attachToRange() 2106 SwFmtAnchor aAnchor(FLY_AT_PARA); in attachToRange() 2110 0 == ((const SwFmtAnchor*)pItem)->GetPageNum() ) in attachToRange() 2112 SwFmtAnchor aAnchor( *((const SwFmtAnchor*)pItem) ); in attachToRange() 2129 SwFmtAnchor* pAnchorItem = 0; in attachToRange() 2135 aFrmSet.Put( SwFmtAnchor( FLY_AT_PAGE, 1 )); in attachToRange() [all …]
|
H A D | unodraw.cxx | 98 SwFmtAnchor* pAnchor; 152 SwFmtAnchor* GetAnchor(sal_Bool bCreate = sal_False) in GetAnchor() 156 pAnchor = new SwFmtAnchor(FLY_AS_CHAR); in GetAnchor() 648 SwFmtAnchor aAnchor( FLY_AS_CHAR ); in add() 1172 SwFmtAnchor aAnchor = (const SwFmtAnchor&)aItemSet.Get(pEntry->nWID); in setPropertyValue() 1211 SwFmtAnchor aAnchor( static_cast<const SwFmtAnchor&>(aSet.Get( RES_ANCHOR )) ); in setPropertyValue() 1306 const SwFmtAnchor& rOldAnchor = pFmt->GetAnchor(); in setPropertyValue() 1337 … SwFmtAnchor aNewAnchor( dynamic_cast< const SwFmtAnchor& >( aSet.Get( RES_ANCHOR ) ) ); in setPropertyValue() 1540 const SwFmtAnchor aAnchor = pFmt->GetAnchor(); in getPropertyValue() 2085 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in getAnchor()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 246 const SwFmtAnchor &rAnch = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in Reset() 450 const SwFmtAnchor &rAnch = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in ActivatePage()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfly.cxx | 978 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DrawTextOpaque() 1157 const SwFmtAnchor& rNewA = rFrmFmt.GetAnchor(); in GetTop() 1200 const SwFmtAnchor& rNewA = _pAnchoredObj->GetFrmFmt().GetAnchor(); in GetTop() 1203 const SwFmtAnchor& rCurrA = mpCurrAnchoredObj->GetFrmFmt().GetAnchor(); in GetTop() 1268 const SwFmtAnchor& rNewA = _pAnchoredObj->GetFrmFmt().GetAnchor(); in GetTop() 1995 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in ForEach() 2349 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in _GetSurroundForTextWrap()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 116 SwFmtAnchor aAnchor( pFmt->GetAnchor() ); in CopyFlyFmt() 166 SwFmtAnchor aAnchor( pFmt->GetAnchor() ); in SetAnchor()
|