Home
last modified time | relevance | path

Searched refs:rAnchor (Results 26 – 50 of 58) sorted by relevance

123

/aoo41x/main/sw/source/core/ole/
H A Dndole.cxx506 const SwFmtAnchor& rAnchor = pFlyFmt->GetAnchor(); in IsInGlobalDocSection() local
507 if( !rAnchor.GetCntntAnchor() ) in IsInGlobalDocSection()
510 pAnchorNd = &rAnchor.GetCntntAnchor()->nNode.GetNode(); in IsInGlobalDocSection()
/aoo41x/main/sc/source/filter/inc/
H A Dxiescher.hxx75 void SetAnchor( const XclObjAnchor& rAnchor );
1131 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const = 0;
1189 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const;
/aoo41x/main/sc/source/filter/excel/
H A Dxichart.cxx4127 Rectangle XclImpChartDrawing::CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const in CalcAnchorRect() argument
4133 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maFirst.mnCol : rAnchor.mnLX ) / … in CalcAnchorRect()
4134 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maFirst.mnRow : rAnchor.mnTY ) / … in CalcAnchorRect()
4135 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maLast.mnCol : rAnchor.mnRX ) / … in CalcAnchorRect()
4136 …static_cast< long >( static_cast< double >( bDffAnchor ? rAnchor.maLast.mnRow : rAnchor.mnBY ) / … in CalcAnchorRect()
/aoo41x/main/sw/source/core/unocore/
H A Dunoobj2.cxx241 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in CollectFrameAtNode() local
243 if( rAnchor.GetAnchorId() == nChkType && in CollectFrameAtNode()
244 0 != (pAnchorPos = rAnchor.GetCntntAnchor()) && in CollectFrameAtNode()
253 sal_uInt32 nOrder = rAnchor.GetOrder(); in CollectFrameAtNode()
H A Dunodraw.cxx2085 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in getAnchor() local
2088 if ((rAnchor.GetAnchorId() != FLY_AT_PAGE) || in getAnchor()
2089 (rAnchor.GetCntntAnchor() && !rAnchor.GetPageNum())) in getAnchor()
H A Dunoframe.cxx2020 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in getAnchor() local
2023 if ((rAnchor.GetAnchorId() != FLY_AT_PAGE) || in getAnchor()
2024 (rAnchor.GetCntntAnchor() && !rAnchor.GetPageNum())) in getAnchor()
2026 const SwPosition &rPos = *(rAnchor.GetCntntAnchor()); in getAnchor()
/aoo41x/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx360 const SwFmtAnchor& rAnchor = in CheckReopenTag() local
362 if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in CheckReopenTag()
363 (FLY_AT_CHAR == rAnchor.GetAnchorId()) || in CheckReopenTag()
364 (FLY_AT_PAGE == rAnchor.GetAnchorId())) in CheckReopenTag()
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.hxx82 void PaintCorner (OutputDevice& rDevice, const Point& rAnchor) const;
/aoo41x/main/sw/source/filter/inc/
H A Dfltini.hxx101 SW_DLLPUBLIC void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor,
/aoo41x/main/sw/source/core/frmedt/
H A Dfefly1.cxx100 sal_Bool lcl_SetNewFlyPos( const SwNode& rNode, SwFmtAnchor& rAnchor, in lcl_SetNewFlyPos() argument
108 rAnchor.SetAnchor( &aPos ); in lcl_SetNewFlyPos()
117 rAnchor.SetPageNum( pPg ? pPg->GetPhyPageNum() : 1 ); in lcl_SetNewFlyPos()
118 rAnchor.SetType( FLY_AT_PAGE ); in lcl_SetNewFlyPos()
H A Dtblsel.cxx983 const SwFmtAnchor& rAnchor = rFmts[n]->GetAnchor(); in IsEmptyBox() local
984 const SwPosition* pAPos = rAnchor.GetCntntAnchor(); in IsEmptyBox()
986 ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in IsEmptyBox()
987 (FLY_AT_CHAR == rAnchor.GetAnchorId())) && in IsEmptyBox()
/aoo41x/main/sc/source/ui/vba/
H A Dvbahyperlinks.hxx122 … const css::uno::Any& rAnchor, const css::uno::Any& rAddress, const css::uno::Any& rSubAddress,
/aoo41x/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx96 void importVmlAnchor( const ::rtl::OUString& rAnchor );
/aoo41x/main/sw/source/core/layout/
H A Datrfrm.cxx1517 SwFmtAnchor& SwFmtAnchor::operator=(const SwFmtAnchor& rAnchor) in operator =() argument
1519 nAnchorId = rAnchor.GetAnchorId(); in operator =()
1520 nPageNum = rAnchor.GetPageNum(); in operator =()
1525 pCntntAnchor = rAnchor.pCntntAnchor ? in operator =()
1526 new SwPosition(*(rAnchor.pCntntAnchor)) : 0; in operator =()
/aoo41x/main/sw/source/filter/basflt/
H A Dfltini.cxx617 void CalculateFlySize(SfxItemSet& rFlySet, const SwNodeIndex& rAnchor, in CalculateFlySize() argument
632 const SwTableNode* pTblNd = rAnchor.GetNode().FindTableNode(); in CalculateFlySize()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlforw.cxx1416 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in GetControls() local
1417 const SwPosition *pPos = rAnchor.GetCntntAnchor(); in GetControls()
1418 if ((FLY_AS_CHAR != rAnchor.GetAnchorId()) || !pPos) in GetControls()
H A Dcss1atr.cxx2120 const SwFmtAnchor& rAnchor = rFrmFmt.GetAnchor(); in OutCSS1_FrmFmtOptions() local
2121 switch( rAnchor.GetAnchorId() ) in OutCSS1_FrmFmtOptions()
2365 const SwFmtAnchor& rAnchor = rFrmFmt.GetAnchor(); in OutCSS1_FrmFmtBackground() local
2366 RndStdIds eAnchorId = rAnchor.GetAnchorId(); in OutCSS1_FrmFmtBackground()
2367 const SwPosition *pAnchorPos = rAnchor.GetCntntAnchor(); in OutCSS1_FrmFmtBackground()
/aoo41x/main/sw/source/core/docnode/
H A Dnode.cxx503 const SwFmtAnchor& rAnchor = pFlyFmt->GetAnchor(); in IsProtect() local
504 return rAnchor.GetCntntAnchor() in IsProtect()
505 ? rAnchor.GetCntntAnchor()->nNode.GetNode().IsProtect() in IsProtect()
/aoo41x/main/sw/source/core/edit/
H A Dautofmt.cxx382 const SwFmtAnchor& rAnchor = rFmts[ n ]->GetAnchor(); in HasObjects() local
383 if ((FLY_AT_PAGE != rAnchor.GetAnchorId()) && in HasObjects()
384 rAnchor.GetCntntAnchor() && in HasObjects()
385 &rAnchor.GetCntntAnchor()->nNode.GetNode() == &rNd ) in HasObjects()
/aoo41x/main/sw/source/core/doc/
H A Ddbgoutsw.cxx474 const SwFmtAnchor & rAnchor = (*pFrmFmts)[nI]->GetAnchor(); in lcl_AnchoredFrames() local
475 const SwPosition * pPos = rAnchor.GetCntntAnchor(); in lcl_AnchoredFrames()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx431 const SwPosition &rAnchor = maFlyIter->GetPosition(); in SearchNext() local
433 nPos = rAnchor.nContent.GetIndex(); in SearchNext()
589 const SwPosition &rAnchor = maFlyIter->GetPosition(); in OutFlys() local
590 xub_StrLen nPos = rAnchor.nContent.GetIndex(); in OutFlys()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx835 const SwFmtAnchor& rAnchor = (const SwFmtAnchor&)rSet.Get(RES_ANCHOR); in Reset() local
842 && FLY_AS_CHAR == rAnchor.GetAnchorId()) ); in Reset()
857 if (rAnchor.GetAnchorId() != FLY_AT_FLY && !pSh->IsFlyInFly()) in Reset()
927 switch(rAnchor.GetAnchorId()) in Reset()
939 mpToCharCntntPos = rAnchor.GetCntntAnchor(); in Reset()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.hxx401 void _SetPictureSize( const SwNoTxtNode& rNd, const SwNodeIndex& rAnchor,
H A Dswparrtf.cxx460 const SwFmtAnchor & rAnchor = (*pFrmFmts)[ nI - 1 ]->GetAnchor(); in Continue() local
461 if ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in Continue()
462 (FLY_AT_CHAR == rAnchor.GetAnchorId())) in Continue()
464 const SwPosition * pObjPos = rAnchor.GetCntntAnchor(); in Continue()
/aoo41x/main/oox/source/xls/
H A Ddrawingmanager.cxx169 inline BiffInputStream& operator>>( BiffInputStream& rStrm, ShapeAnchor& rAnchor ) in operator >>() argument
171 rAnchor.importBiffAnchor( rStrm ); in operator >>()

Completed in 4514 milliseconds

123