Home
last modified time | relevance | path

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

123

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx388 void XclImpDrawObjBase::SetAnchor( const XclObjAnchor& rAnchor ) in SetAnchor() argument
390 maAnchor = rAnchor; in SetAnchor()
4046 Rectangle XclImpSheetDrawing::CalcAnchorRect( const XclObjAnchor& rAnchor, bool /*bDffAnchor*/ ) co… in CalcAnchorRect() argument
4048 return rAnchor.GetRect( GetRoot(), maScUsedArea.aStart.Tab(), MAP_100TH_MM ); in CalcAnchorRect()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2820 const SwFmtAnchor& rAnchor = pFrmFmt->GetAnchor(); in _SetAttr() local
2821 ASSERT( FLY_AT_PARA == rAnchor.GetAnchorId(), in _SetAttr()
2823 const SwPosition *pFlyPos = rAnchor.GetCntntAnchor(); in _SetAttr()
2845 SwFmtAnchor aAnchor( rAnchor ); in _SetAttr()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2024 const SwFmtAnchor& rAnchor = rObjFmt.GetAnchor(); in lcl_MoveAllLowerObjs() local
2028 const bool bAsChar = (rAnchor.GetAnchorId() == FLY_AS_CHAR); in lcl_MoveAllLowerObjs()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx1719 const SwFmtAnchor& rAnchor = pFmt->GetAnchor(); in TableToText() local
1720 SwPosition const*const pAPos = rAnchor.GetCntntAnchor(); in TableToText()
1722 ((FLY_AT_PARA == rAnchor.GetAnchorId()) || in TableToText()
1723 (FLY_AT_CHAR == rAnchor.GetAnchorId())) && in TableToText()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1827 SwFmtAnchor& rAnchor = (SwFmtAnchor&)GetFlyFrmAttr( RES_ANCHOR ); in SetFlyAnchor() local
1828 rAnchor.SetType( eAnchor ); in SetFlyAnchor()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3043 void RtfAttributeOutput::FormatAnchor( const SwFmtAnchor& rAnchor ) in FormatAnchor() argument
3049 sal_uInt16 nId = static_cast< sal_uInt16 >(rAnchor.GetAnchorId()); in FormatAnchor()
3056 m_aRunText.getOStringBuffer().append((sal_Int32)rAnchor.GetPageNum()); in FormatAnchor()
H A Dww8atr.cxx4059 void WW8AttributeOutput::FormatAnchor( const SwFmtAnchor& rAnchor ) in FormatAnchor() argument
4066 switch ( rAnchor.GetAnchorId() ) in FormatAnchor()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx1461 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const;

Completed in 196 milliseconds

123