Home
last modified time | relevance | path

Searched refs:rSurround (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3966 void WW8AttributeOutput::FormatSurround( const SwFmtSurround& rSurround ) in FormatSurround() argument
3976 ( SURROUND_NONE != rSurround.GetSurround() ) ? 2 : 1, in FormatSurround()
H A Drtfattributeoutput.cxx2951 void RtfAttributeOutput::FormatSurround( const SwFmtSurround& rSurround ) in FormatSurround() argument
2957 SwSurround eSurround = rSurround.GetSurround(); in FormatSurround()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2328 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in Init() local
2329 aExampleWN.SetWrap ( static_cast< sal_uInt16 >(rSurround.GetSurround()) ); in Init()
2331 if ( rSurround.GetSurround() == SURROUND_THROUGHT ) in Init()
H A Dwrap.cxx243 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in Reset() local
245 SwSurround nSur = rSurround.GetSurround(); in Reset()
252 aWrapAnchorOnlyCB.Check( rSurround.IsAnchorOnly() ); in Reset()
259 sal_Bool bContour = rSurround.IsContour(); in Reset()
261 aWrapOutsideCB.Check( rSurround.IsOutside() ); in Reset()
555 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in ActivatePage() local
556 SwSurround nSur = rSurround.GetSurround(); in ActivatePage()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1098 const SwFmtSurround& rSurround = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in Execute() local
1103 SwSurround eSurround = rSurround.GetSurround(); in Execute()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1306 const :: SwFmtSurround& rSurround = pFmt->GetSurround(); in GetOrCreateSdrObject() local
1308 ( SURROUND_THROUGHT == rSurround.GetSurround() && in GetOrCreateSdrObject()
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx174 const SwFmtSurround& rSurround = rFrmFmt.GetSurround(); in CalcPosition() local
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/layout/
H A Dflycnt.cxx1424 const SwFmtSurround& rSurround = pFmt->GetSurround(); in SetAbsPos() local
1426 rSurround.GetSurround() == SURROUND_THROUGHT; in SetAbsPos()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1178 const SwFmtSurround& rSurround = rFmt.GetSurround(); in ShouldObjectBeSelected() local
1179 if ( rSurround.GetSurround() == SURROUND_THROUGHT ) in ShouldObjectBeSelected()
H A Dfews.cxx771 const SwFmtSurround& rSurround = pFmt->GetSurround(); in CalcBoundRect() local
772 bWrapThrough = rSurround.GetSurround() == SURROUND_THROUGHT; in CalcBoundRect()

Completed in 127 milliseconds