Searched refs:rSurround (Results 1 – 10 of 10) sorted by relevance
243 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in Reset() local245 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() local556 SwSurround nSur = rSurround.GetSurround(); in ActivatePage()
2328 const SwFmtSurround& rSurround = (const SwFmtSurround&)rSet.Get(RES_SURROUND); in Init() local2329 aExampleWN.SetWrap ( static_cast< sal_uInt16 >(rSurround.GetSurround()) ); in Init()2331 if ( rSurround.GetSurround() == SURROUND_THROUGHT ) in Init()
174 const SwFmtSurround& rSurround = rFrmFmt.GetSurround(); in CalcPosition() local175 const bool bNoSurround = rSurround.GetSurround() == SURROUND_NONE; in CalcPosition()176 const bool bWrapThrough = rSurround.GetSurround() == SURROUND_THROUGHT; in CalcPosition()
771 const SwFmtSurround& rSurround = pFmt->GetSurround(); in CalcBoundRect() local772 bWrapThrough = rSurround.GetSurround() == SURROUND_THROUGHT; in CalcBoundRect()
1178 const SwFmtSurround& rSurround = rFmt.GetSurround(); in ShouldObjectBeSelected() local1179 if ( rSurround.GetSurround() == SURROUND_THROUGHT ) in ShouldObjectBeSelected()
1424 const SwFmtSurround& rSurround = pFmt->GetSurround(); in SetAbsPos() local1426 rSurround.GetSurround() == SURROUND_THROUGHT; in SetAbsPos()
1098 const SwFmtSurround& rSurround = (const SwFmtSurround&)aSet.Get(RES_SURROUND); in Execute() local1103 SwSurround eSurround = rSurround.GetSurround(); in Execute()
2951 void RtfAttributeOutput::FormatSurround( const SwFmtSurround& rSurround ) in FormatSurround() argument2957 SwSurround eSurround = rSurround.GetSurround(); in FormatSurround()
3966 void WW8AttributeOutput::FormatSurround( const SwFmtSurround& rSurround ) in FormatSurround() argument3976 ( SURROUND_NONE != rSurround.GetSurround() ) ? 2 : 1, in FormatSurround()
1306 const :: SwFmtSurround& rSurround = pFmt->GetSurround(); in GetOrCreateSdrObject() local1308 ( SURROUND_THROUGHT == rSurround.GetSurround() && in GetOrCreateSdrObject()
Completed in 175 milliseconds