/trunk/main/sw/inc/ |
H A D | fmtsrnd.hxx | 63 SwSurround GetSurround()const { return SwSurround( GetValue() ); } in GetSurround() function in SwFmtSurround 82 inline const SwFmtSurround &SwAttrSet::GetSurround(sal_Bool bInP) const in GetSurround() function in SwAttrSet 85 inline const SwFmtSurround &SwFmt::GetSurround(sal_Bool bInP) const in GetSurround() function in SwFmt 86 { return aSet.GetSurround(bInP); } in GetSurround()
|
H A D | format.hxx | 234 inline const SwFmtSurround &GetSurround( sal_Bool = sal_True ) const;
|
H A D | swatrset.hxx | 284 inline const SwFmtSurround &GetSurround( sal_Bool = sal_True ) const;
|
/trunk/main/sw/source/core/text/ |
H A D | txtfly.cxx | 977 const SwFmtSurround &rSur = pFmt->GetSurround(); in DrawTextOpaque() 984 SURROUND_THROUGHT == rSur.GetSurround() && in DrawTextOpaque() 1089 ( ( SURROUND_THROUGHT == rSur.GetSurround() ) in DrawFlyRect() 1634 const SwFmtSurround &rFlyFmt = pAnchoredObj->GetFrmFmt().GetSurround(); in CalcMinBottom() 1729 if( pFmt->GetSurround().IsContour() && in CalcBoundRect() 1803 pFmt->GetSurround().IsOutside(), sal_False, pFrm->IsVertical() ); in ContourRect() 1946 if( !pObj->GetFrmFmt().GetSurround().IsContour() ) in ShowContour() 1994 const SwFmtSurround &rSur = pFmt->GetSurround(); in ForEach() 2002 if( ( SURROUND_THROUGHT == rSur.GetSurround() && in ForEach() 2350 const SwFmtSurround &rFlyFmt = pFmt->GetSurround(); in _GetSurroundForTextWrap() [all …]
|
H A D | itratr.cxx | 532 if( SURROUND_THROUGHT == ((SwFrmFmt*)rpNd)->GetSurround().GetSurround() ) in lcl_MinMaxNode()
|
/trunk/main/sw/source/core/layout/ |
H A D | sortedobjsimpl.cxx | 165 rFmtListed.GetSurround().GetSurround() == SURROUND_THROUGHT || in operator ()() 169 rFmtNew.GetSurround().GetSurround() == SURROUND_THROUGHT || in operator ()()
|
H A D | flycnt.cxx | 388 SwFmtSurround aMain( pFmt->GetSurround() ); in MakeAll() 389 if ( aMain.GetSurround() == SURROUND_NONE ) in MakeAll() 517 SwFmtSurround aSurround( pFmt->GetSurround() ); in MakeAll() 518 if ( aSurround.GetSurround() == SURROUND_NONE ) in MakeAll() 1424 const SwFmtSurround& rSurround = pFmt->GetSurround(); in SetAbsPos() 1426 rSurround.GetSurround() == SURROUND_THROUGHT; in SetAbsPos()
|
H A D | fly.cxx | 896 !GetFmt()->GetSurround().IsContour() ) in _UpdateAttr() 1005 !GetFmt()->GetSurround().IsContour() ) in _UpdateAttr() 1720 SwFmtSurround aAttr( rFmt.GetSurround() ); in CalcCntnt() 1721 if( SURROUND_THROUGHT != aAttr.GetSurround() ) in CalcCntnt() 1728 aAttr.GetSurround())) in CalcCntnt() 2558 if ( GetFmt()->GetSurround().IsContour() ) in NotifyDrawObj() 2723 if( GetFmt()->GetSurround().IsContour() && Lower() && in GetContour()
|
H A D | anchoredobject.cxx | 538 rObjFmt.GetSurround().GetSurround() != SURROUND_THROUGHT ) in ConsiderObjWrapInfluenceOnObjPos()
|
H A D | tabfrm.cxx | 2857 const SwFmtSurround &rSur = pFly->GetFmt()->GetSurround(); in CalcFlyOffsets() 2859 if ( SURROUND_NONE == rSur.GetSurround() ) in CalcFlyOffsets() 2866 if ( (SURROUND_RIGHT == rSur.GetSurround() || in CalcFlyOffsets() 2867 SURROUND_PARALLEL == rSur.GetSurround())&& in CalcFlyOffsets() 2876 if ( (SURROUND_LEFT == rSur.GetSurround() || in CalcFlyOffsets() 2877 SURROUND_PARALLEL == rSur.GetSurround())&& in CalcFlyOffsets() 5355 const SwFmtSurround &rSur = rAnchoredObjFrmFmt.GetSurround(); in Format() 5357 if ( SURROUND_THROUGHT != rSur.GetSurround() ) in Format()
|
H A D | wsfrm.cxx | 2109 if( SURROUND_THROUGHT != rFmt.GetSurround().GetSurround() ) in ShrinkFrm() 3317 pFly->GetFmt()->GetSurround().GetSurround() != in InvaPercentFlys()
|
/trunk/main/sw/source/ui/inc/ |
H A D | frmmgr.hxx | 140 inline const SwFmtSurround &GetSurround() const; 172 inline const SwFmtSurround &SwFlyFrmAttrMgr::GetSurround() const in GetSurround() function in SwFlyFrmAttrMgr
|
/trunk/main/sw/source/core/objectpositioning/ |
H A D | tolayoutanchoredobjectposition.cxx | 87 SURROUND_THROUGHT != rFrmFmt.GetSurround().GetSurround() && in CalcPosition()
|
H A D | tocntntanchoredobjectposition.cxx | 174 const SwFmtSurround& rSurround = rFrmFmt.GetSurround(); in CalcPosition() 175 const bool bNoSurround = rSurround.GetSurround() == SURROUND_NONE; in CalcPosition() 176 const bool bWrapThrough = rSurround.GetSurround() == SURROUND_THROUGHT; in CalcPosition()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unodraw.cxx | 177 SwFmtSurround* GetSurround(sal_Bool bCreate = sal_False) in GetSurround() function in SwShapeDescriptor_Impl 650 if(pDesc->GetSurround()) in add() 651 aSet.Put( *pDesc->GetSurround()); in add() 691 if(pDesc->GetSurround()) in add() 692 aSet.Put( *pDesc->GetSurround()); in add() 1396 pItem = pImpl->GetSurround(sal_True); in setPropertyValue() 1618 pItem = pImpl->GetSurround(); in getPropertyValue() 1823 pItem = pImpl->GetSurround(); in getPropertyStates()
|
/trunk/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 134 return SURROUND_THROUGHT != pFmt->GetSurround().GetSurround(); in HasWrap() 1294 ( SURROUND_THROUGHT != GetFmt()->GetSurround().GetSurround() ) && in _Changed()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 245 SwSurround nSur = rSurround.GetSurround(); in Reset() 556 SwSurround nSur = rSurround.GetSurround(); in ActivatePage()
|
/trunk/main/sw/source/core/edit/ |
H A D | editsh.cxx | 423 const SwFmtSurround &rSur = pFly->GetFmt()->GetSurround(); in SetGraphicPolygon() 438 const SwFmtSurround &rSur = pFly->GetFmt()->GetSurround(); in ClearAutomaticContour()
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 1032 if ( aSur.GetSurround() == SURROUND_NONE ) in Execute() 1103 SwSurround eSurround = rSurround.GetSurround(); in Execute() 1723 SwSurround nSurround = rWrap.GetSurround(); in GetState() 1900 SwSurround nOldSurround(aWrap.GetSurround()); in SetWrapMode()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fews.cxx | 771 const SwFmtSurround& rSurround = pFmt->GetSurround(); in CalcBoundRect() 772 bWrapThrough = rSurround.GetSurround() == SURROUND_THROUGHT; in CalcBoundRect()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 298 SURROUND_THROUGHT == pFlyFmt->GetSurround().GetSurround() ) in RegisterFlyFrm()
|
H A D | htmltabw.cxx | 994 eSurround = pFlyFrmFmt->GetSurround().GetSurround(); in OutHTML_SwTblNode()
|
H A D | htmlplug.cxx | 1160 SURROUND_THROUGHT == rFrmFmt.GetSurround().GetSurround() ) in OutHTML_FrmFmtOLENode()
|
H A D | swhtml.cxx | 4416 SwSurround eSurround = pFmt->GetSurround().GetSurround(); in HasCurrentParaFlys() 5051 pFmt->GetSurround().GetSurround() != SURROUND_NONE ) in InsertLineBreak()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 794 const SwFmtSurround& rSurr = rFmt.GetSurround(); in WritePlc() 796 SwSurround eSurround = rSurr.GetSurround(); in WritePlc() 2094 if (rFmt.GetSurround().IsContour()) in WriteFlyFrameAttr()
|