Home
last modified time | relevance | path

Searched refs:rAnchor (Results 1 – 25 of 58) sorted by relevance

123

/trunk/main/sc/source/filter/inc/
H A Dxlescher.hxx330 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 <<()
/trunk/main/sw/source/core/undo/
H A Dundraw.cxx133 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 Dundobj1.cxx144 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 Dunattr.cxx439 const SwFmtAnchor& rAnchor = in SaveFlyAnchor() local
441 if( !rAnchor.GetCntntAnchor() ) in SaveFlyAnchor()
445 switch( rAnchor.GetAnchorId() ) in SaveFlyAnchor()
458 SwFmtAnchor aAnchor( rAnchor.GetAnchorId(), nCntnt ); in SaveFlyAnchor()
470 const SwFmtAnchor& rAnchor = in RestoreFlyAnchor() local
473 SwFmtAnchor aNewAnchor( rAnchor.GetAnchorId() ); in RestoreFlyAnchor()
474 if (FLY_AT_PAGE != rAnchor.GetAnchorId()) in RestoreFlyAnchor()
478 if ( (FLY_AT_FLY == rAnchor.GetAnchorId()) in RestoreFlyAnchor()
490 if ((FLY_AS_CHAR == rAnchor.GetAnchorId()) || in RestoreFlyAnchor()
491 (FLY_AT_CHAR == rAnchor.GetAnchorId())) in RestoreFlyAnchor()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx340 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DelLayoutFmt() local
341 if ((FLY_AS_CHAR == rAnchor.GetAnchorId()) && rAnchor.GetCntntAnchor()) in DelLayoutFmt()
343 const SwPosition* pPos = rAnchor.GetCntntAnchor(); in DelLayoutFmt()
1097 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local
1135 const SwFmtAnchor& rAnchor = pFly->GetAnchor(); in GetAllFlyFmts() local
1710 const SwFmtAnchor& rAnchor = pNewFmt->GetAnchor(); in lcl_InsertDrawLabel() local
1711 if ( FLY_AS_CHAR == rAnchor.GetAnchorId() ) in lcl_InsertDrawLabel()
1713 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in lcl_InsertDrawLabel()
2172 rAnchor.GetCntntAnchor() ) in SetAllUniqueFlyNames()
2267 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in IsInHeaderFooter() local
[all …]
H A Ddocbm.cxx1511 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 Ddocfly.cxx960 const SwFmtAnchor& rAnchor = (*GetSpzFrmFmts())[ n ]->GetAnchor(); in Chainable() local
963 if ( ((rAnchor.GetAnchorId() == FLY_AT_PARA) || in Chainable()
964 (rAnchor.GetAnchorId() == FLY_AT_CHAR)) && in Chainable()
965 0 != rAnchor.GetCntntAnchor() && in Chainable()
967 rAnchor.GetCntntAnchor()->nNode.GetIndex() ) && in Chainable()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx316 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()
/trunk/main/sw/source/core/docnode/
H A Dswbaslnk.cxx461 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()
/trunk/main/sw/source/core/layout/
H A Dflypos.cxx55 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 Danchoredobject.cxx535 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()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx231 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx74 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()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx181 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()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx262 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()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx681 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()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx978 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in DrawTextOpaque() local
989 ((FLY_AT_PARA != rAnchor.GetAnchorId()) && in DrawTextOpaque()
990 (FLY_AT_CHAR != rAnchor.GetAnchorId()) in DrawTextOpaque()
2001 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in ForEach() local
2007 ((FLY_AT_PARA != rAnchor.GetAnchorId()) && in ForEach()
2008 (FLY_AT_CHAR != rAnchor.GetAnchorId())) ) ) in ForEach()
2355 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in _GetSurroundForTextWrap() local
2356 if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in _GetSurroundForTextWrap()
2357 (FLY_AT_CHAR == rAnchor.GetAnchorId())) in _GetSurroundForTextWrap()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx324 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()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx446 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in SetFlysInDoc() local
447 if (FLY_AS_CHAR != rAnchor.GetAnchorId()) in SetFlysInDoc()
476 SwFmtAnchor aAnchor(rAnchor); in SetFlysInDoc()
524 SwFmtAnchor &rAnchor = rEntry.second; in SetFlysInDoc() local
525 pFrm->SetFmtAttr(rAnchor); in SetFlysInDoc()
1333 const SwNodeIndex& rAnchor, in _SetPictureSize() argument
1375 const SwNode* pAnchorNd = & rAnchor.GetNode(); in _SetPictureSize()
/trunk/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx231 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()
/trunk/main/sd/source/ui/inc/
H A DViewTabBar.hxx108 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor)
161 const ::com::sun::star::drawing::framework::TabBarButton& rAnchor);
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx174 const Point& rAnchor) const in PaintCorner()
177 rDevice.DrawBitmapEx(rAnchor+maOffset, maBitmap); in PaintCorner()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx241 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()
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx165 void ShapeAnchor::importVmlAnchor( const OUString& rAnchor ) in importVmlAnchor() argument
173 aTokens.push_back( rAnchor.getToken( 0, ',', nIndex ).trim() ); in importVmlAnchor()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_property.cxx426 rAnchor = CurOut() in write_Title() local
431 aText(Env(), rAnchor, true); in write_Title()

Completed in 135 milliseconds

123