/aoo41x/main/sc/source/filter/inc/ |
H A D | xlescher.hxx | 330 StreamType& operator>>( StreamType& rStrm, XclObjAnchor& rAnchor ) in operator >>() argument 333 >> rAnchor.maFirst.mnCol >> rAnchor.mnLX in operator >>() 334 >> rAnchor.maFirst.mnRow >> rAnchor.mnTY in operator >>() 335 >> rAnchor.maLast.mnCol >> rAnchor.mnRX in operator >>() 336 >> rAnchor.maLast.mnRow >> rAnchor.mnBY; in operator >>() 340 StreamType& operator<<( StreamType& rStrm, const XclObjAnchor& rAnchor ) in operator <<() argument 343 << rAnchor.maFirst.mnCol << rAnchor.mnLX in operator <<() 344 << rAnchor.maFirst.mnRow << rAnchor.mnTY in operator <<() 345 << rAnchor.maLast.mnCol << rAnchor.mnRX in operator <<() 346 << rAnchor.maLast.mnRow << rAnchor.mnBY; in operator <<()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | undraw.cxx | 133 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in lcl_SaveAnchor() local 134 if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in lcl_SaveAnchor() 135 (FLY_AT_CHAR == rAnchor.GetAnchorId()) || in lcl_SaveAnchor() 136 (FLY_AT_FLY == rAnchor.GetAnchorId()) || in lcl_SaveAnchor() 137 (FLY_AS_CHAR == rAnchor.GetAnchorId())) in lcl_SaveAnchor() 142 if (FLY_AS_CHAR == rAnchor.GetAnchorId()) in lcl_SaveAnchor() 171 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in lcl_RestoreAnchor() local 172 if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in lcl_RestoreAnchor() 175 (FLY_AS_CHAR == rAnchor.GetAnchorId())) in lcl_RestoreAnchor() 177 xub_StrLen nCntntPos = rAnchor.GetPageNum(); in lcl_RestoreAnchor() [all …]
|
H A D | undobj1.cxx | 144 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in InsFly() local 193 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in DelFly() local 194 const SwPosition* pPos = rAnchor.GetCntntAnchor(); in DelFly() 225 nNdPgPos = rAnchor.GetPageNum(); in DelFly() 243 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in SwUndoInsLayFmt() local 249 nNdPgPos = rAnchor.GetPageNum(); in SwUndoInsLayFmt() 511 RndStdIds nAnchorTyp = rAnchor.GetAnchorId(); in GetAnchor() 540 rAnchor.SetAnchor( &aPos ); in GetAnchor() 547 rAnchor.SetType( FLY_AT_PAGE ); in GetAnchor() 548 rAnchor.SetPageNum( 1 ); in GetAnchor() [all …]
|
H A D | unattr.cxx | 445 const SwFmtAnchor& rAnchor = in SaveFlyAnchor() local 447 if( !rAnchor.GetCntntAnchor() ) in SaveFlyAnchor() 451 switch( rAnchor.GetAnchorId() ) in SaveFlyAnchor() 464 SwFmtAnchor aAnchor( rAnchor.GetAnchorId(), nCntnt ); in SaveFlyAnchor() 476 const SwFmtAnchor& rAnchor = in RestoreFlyAnchor() local 479 SwFmtAnchor aNewAnchor( rAnchor.GetAnchorId() ); in RestoreFlyAnchor() 480 if (FLY_AT_PAGE != rAnchor.GetAnchorId()) in RestoreFlyAnchor() 484 if ( (FLY_AT_FLY == rAnchor.GetAnchorId()) in RestoreFlyAnchor() 496 if ((FLY_AS_CHAR == rAnchor.GetAnchorId()) || in RestoreFlyAnchor() 497 (FLY_AT_CHAR == rAnchor.GetAnchorId())) in RestoreFlyAnchor() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doclay.cxx | 348 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DelLayoutFmt() local 349 if ((FLY_AS_CHAR == rAnchor.GetAnchorId()) && rAnchor.GetCntntAnchor()) in DelLayoutFmt() 351 const SwPosition* pPos = rAnchor.GetCntntAnchor(); in DelLayoutFmt() 1105 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local 1143 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local 1718 const SwFmtAnchor& rAnchor = pNewFmt->GetAnchor(); in lcl_InsertDrawLabel() local 1719 if ( FLY_AS_CHAR == rAnchor.GetAnchorId() ) in lcl_InsertDrawLabel() 1721 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertDrawLabel() 2180 rAnchor.GetCntntAnchor() ) in SetAllUniqueFlyNames() 2275 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in IsInHeaderFooter() local [all …]
|
H A D | docbm.cxx | 1511 const SwFmtAnchor& rAnchor = rFmt.GetAnchor(); in _SaveCntntIdx() local 1512 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in _SaveCntntIdx() 1515 FLY_AT_PARA == rAnchor.GetAnchorId() ) || in _SaveCntntIdx() 1516 ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) ) ) in _SaveCntntIdx() 1523 if ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) in _SaveCntntIdx() 1557 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in _SaveCntntIdx() local 1558 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in _SaveCntntIdx() 1560 ( FLY_AT_PARA == rAnchor.GetAnchorId() || in _SaveCntntIdx() 1561 FLY_AT_CHAR == rAnchor.GetAnchorId() ) ) in _SaveCntntIdx() 1565 if ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) in _SaveCntntIdx()
|
H A D | docfly.cxx | 902 const SwFmtAnchor& rAnchor = (*GetSpzFrmFmts())[ n ]->GetAnchor(); in Chainable() local 905 if ( ((rAnchor.GetAnchorId() == FLY_AT_PARA) || in Chainable() 906 (rAnchor.GetAnchorId() == FLY_AT_CHAR)) && in Chainable() 907 0 != rAnchor.GetCntntAnchor() && in Chainable() 909 rAnchor.GetCntntAnchor()->nNode.GetIndex() ) && in Chainable()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewTabBar.cxx | 316 const TabBarButton& rAnchor) in addTabBarButtonAfter() argument 320 AddTabBarButton(rButton, rAnchor); in addTabBarButtonAfter() 507 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor) in AddTabBarButton() 511 if ( ! rAnchor.ResourceId.is() in AddTabBarButton() 512 || (rAnchor.ResourceId->getResourceURL().getLength() == 0 in AddTabBarButton() 513 && rAnchor.ButtonLabel.getLength() == 0)) in AddTabBarButton() 521 if (IsEqual(maTabBarButtons[nIndex], rAnchor)) in AddTabBarButton()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | flypos.cxx | 55 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in SwPosFlyFrm() local 56 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in SwPosFlyFrm() 93 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in ~SwPosFlyFrm() local 94 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in ~SwPosFlyFrm()
|
H A D | anchoredobject.cxx | 535 const SwFmtAnchor& rAnchor = rObjFmt.GetAnchor(); in ConsiderObjWrapInfluenceOnObjPos() local 536 if ( ((rAnchor.GetAnchorId() == FLY_AT_CHAR) || in ConsiderObjWrapInfluenceOnObjPos() 537 (rAnchor.GetAnchorId() == FLY_AT_PARA)) && in ConsiderObjWrapInfluenceOnObjPos()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | swbaslnk.cxx | 461 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in GetAnchor() local 462 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in GetAnchor() 464 ((FLY_AS_CHAR == rAnchor.GetAnchorId()) || in GetAnchor() 465 (FLY_AT_CHAR == rAnchor.GetAnchorId()) || in GetAnchor() 466 (FLY_AT_FLY == rAnchor.GetAnchorId()) || in GetAnchor() 467 (FLY_AT_PARA == rAnchor.GetAnchorId()))) in GetAnchor()
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | shellio.cxx | 231 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in Read() local 235 rAnchor.GetCntntAnchor()); in Read() 236 if ( (FLY_AT_PAGE == rAnchor.GetAnchorId()) in Read() 238 && ( ( (FLY_AT_PARA == rAnchor.GetAnchorId()) in Read() 246 || ( (FLY_AT_CHAR == rAnchor.GetAnchorId()) in Read() 257 (FLY_AT_PARA == rAnchor.GetAnchorId()) && in Read() 285 if (FLY_AT_PAGE == rAnchor.GetAnchorId()) in Read() 287 if( !rAnchor.GetCntntAnchor() ) in Read()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8glsy.cxx | 74 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in HasBareGraphicEnd() local 75 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in HasBareGraphicEnd() 77 ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in HasBareGraphicEnd() 78 (FLY_AT_CHAR == rAnchor.GetAnchorId())) && in HasBareGraphicEnd()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | expfld.cxx | 181 const SwFmtAnchor &rAnchor = pFlyFmt->GetAnchor(); in GetBodyTxtNode() local 183 if( FLY_AT_FLY == rAnchor.GetAnchorId() ) in GetBodyTxtNode() 190 else if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in GetBodyTxtNode() 191 (FLY_AT_CHAR == rAnchor.GetAnchorId()) || in GetBodyTxtNode() 192 (FLY_AS_CHAR == rAnchor.GetAnchorId())) in GetBodyTxtNode() 194 ASSERT( rAnchor.GetCntntAnchor(), "keine gueltige Position" ); in GetBodyTxtNode() 195 rPos = *rAnchor.GetCntntAnchor(); in GetBodyTxtNode() 197 if ( FLY_AT_PARA == rAnchor.GetAnchorId() ) in GetBodyTxtNode()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 262 const Point& rInsPt, SwFEShell& rDestShell, SwFmtAnchor& rAnchor, in lcl_SetAnchor() argument 266 rAnchor.SetAnchor( &rPos ); in lcl_SetAnchor() 273 else if ( FLY_AT_FLY == rAnchor.GetAnchorId() ) in lcl_SetAnchor() 279 rAnchor.SetAnchor( &aPos ); in lcl_SetAnchor() 284 rAnchor.SetType( FLY_AT_PAGE ); in lcl_SetAnchor() 285 rAnchor.SetPageNum( rDestShell.GetPageNumber( rInsPt ) ); in lcl_SetAnchor() 323 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in CopyDrawSel() local 332 (FLY_AS_CHAR != rAnchor.GetAnchorId()) ) in CopyDrawSel() 345 SwFmtAnchor aAnchor( rAnchor ); in CopyDrawSel()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accdoc.cxx | 681 const SwFmtAnchor& rAnchor = pFlyFrm->GetFmt()->GetAnchor(); in getExtendedAttributes() local 682 RndStdIds eAnchorId = rAnchor.GetAnchorId(); in getExtendedAttributes() 706 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in getExtendedAttributes() local 707 if( FLY_AS_CHAR != rAnchor.GetAnchorId() ) in getExtendedAttributes() 741 const SwFmtAnchor& rAnchor = pFlyFrm->GetFmt()->GetAnchor(); in getExtendedAttributes() local 742 pPoint= rAnchor.GetCntntAnchor(); in getExtendedAttributes()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfly.cxx | 978 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DrawTextOpaque() local 989 ((FLY_AT_PARA != rAnchor.GetAnchorId()) && in DrawTextOpaque() 990 (FLY_AT_CHAR != rAnchor.GetAnchorId()) in DrawTextOpaque() 1995 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in ForEach() local 2001 ((FLY_AT_PARA != rAnchor.GetAnchorId()) && in ForEach() 2002 (FLY_AT_CHAR != rAnchor.GetAnchorId())) ) ) in ForEach() 2349 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in _GetSurroundForTextWrap() local 2350 if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in _GetSurroundForTextWrap() 2351 (FLY_AT_CHAR == rAnchor.GetAnchorId())) in _GetSurroundForTextWrap()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahyperlinks.cxx | 231 const uno::Any& rAnchor, const uno::Any& rAddress, const uno::Any& rSubAddress, in Add() argument 241 return mxSheetHlinks->Add( rAnchor, rAddress, rSubAddress, rScreenTip, rTextToDisplay ); in Add() 244 uno::Reference< XHelperInterface > xAnchor( rAnchor, uno::UNO_QUERY_THROW ); in Add()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 451 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in SetFlysInDoc() local 452 if (FLY_AS_CHAR != rAnchor.GetAnchorId()) in SetFlysInDoc() 481 SwFmtAnchor aAnchor(rAnchor); in SetFlysInDoc() 529 SwFmtAnchor &rAnchor = rEntry.second; in SetFlysInDoc() local 530 pFrm->SetFmtAttr(rAnchor); in SetFlysInDoc() 1338 const SwNodeIndex& rAnchor, in _SetPictureSize() argument 1380 const SwNode* pAnchorNd = & rAnchor.GetNode(); in _SetPictureSize()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 324 const SwFmtAnchor& rAnchor = rFrmFmt.GetAnchor(); in CollectFlyFrms() local 326 switch( rAnchor.GetAnchorId() ) in CollectFlyFrms() 338 (pAPos = rAnchor.GetCntntAnchor()) != 0 && in CollectFlyFrms() 1881 const SwFmtAnchor& rAnchor = rPosFly.GetFmt().GetAnchor(); in SwHTMLPosFlyFrm() local 1882 if ((FLY_AT_CHAR == rAnchor.GetAnchorId()) && in SwHTMLPosFlyFrm() 1888 ASSERT( rAnchor.GetCntntAnchor(), "Keine Anker-Position?" ); in SwHTMLPosFlyFrm() 1889 if( rAnchor.GetCntntAnchor() ) in SwHTMLPosFlyFrm() 1891 nCntntIdx = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in SwHTMLPosFlyFrm()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | ViewTabBar.hxx | 108 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor) 161 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor);
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 174 const Point& rAnchor) const in PaintCorner() 177 rDevice.DrawBitmapEx(rAnchor+maOffset, maBitmap); in PaintCorner()
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_property.cxx | 426 rAnchor = CurOut() in write_Title() local 431 aText(Env(), rAnchor, true); in write_Title()
|
/aoo41x/main/oox/source/xls/ |
H A D | drawingbase.cxx | 165 void ShapeAnchor::importVmlAnchor( const OUString& rAnchor ) in importVmlAnchor() argument 173 aTokens.push_back( rAnchor.getToken( 0, ',', nIndex ).trim() ); in importVmlAnchor()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dview.cxx | 241 const SwFmtAnchor &rAnchor = pFrmFmt->GetAnchor(); in AddCustomHdl() local 244 if (FLY_AS_CHAR == rAnchor.GetAnchorId()) in AddCustomHdl() 253 if ( FLY_AT_CHAR == rAnchor.GetAnchorId() ) in AddCustomHdl()
|