Home
last modified time | relevance | path

Searched refs:aOldV (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx294 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor() local
296 switch( aOldV.GetVertOrient() ) in SetFlyFrmAnchor()
298 …case text::VertOrientation::LINE_TOP: aOldV.SetVertOrient( text::VertOrientation::TOP ); bre… in SetFlyFrmAnchor()
299 …case text::VertOrientation::LINE_CENTER: aOldV.SetVertOrient( text::VertOrientation::CENTER); bre… in SetFlyFrmAnchor()
300 …case text::VertOrientation::LINE_BOTTOM: aOldV.SetVertOrient( text::VertOrientation::BOTTOM); bre… in SetFlyFrmAnchor()
301 …case text::VertOrientation::NONE: aOldV.SetVertOrient( text::VertOrientation::CENTER); bre… in SetFlyFrmAnchor()
306 rSet.Put( aOldV ); in SetFlyFrmAnchor()
344 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor() local
348 if( text::VertOrientation::NONE == aOldV.GetVertOrient() && (!pItem || in SetFlyFrmAnchor()
349 aOldV.GetPos() == ((SwFmtVertOrient*)pItem)->GetPos() ) ) in SetFlyFrmAnchor()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx726 SwFmtVertOrient aOldV; in NewFlyFrm() local
751 aOldV = *((SwFmtVertOrient*)pItem); in NewFlyFrm()
799 ((SfxItemSet&)rSet).Put( aOldV ); in NewFlyFrm()