Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Ddocfly.cxx291 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor() local
293 switch( aOldV.GetVertOrient() ) in SetFlyFrmAnchor()
295 …case text::VertOrientation::LINE_TOP: aOldV.SetVertOrient( text::VertOrientation::TOP ); bre… in SetFlyFrmAnchor()
296 …case text::VertOrientation::LINE_CENTER: aOldV.SetVertOrient( text::VertOrientation::CENTER); bre… in SetFlyFrmAnchor()
297 …case text::VertOrientation::LINE_BOTTOM: aOldV.SetVertOrient( text::VertOrientation::BOTTOM); bre… in SetFlyFrmAnchor()
298 …case text::VertOrientation::NONE: aOldV.SetVertOrient( text::VertOrientation::CENTER); bre… in SetFlyFrmAnchor()
303 rSet.Put( aOldV ); in SetFlyFrmAnchor()
341 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor() local
345 if( text::VertOrientation::NONE == aOldV.GetVertOrient() && (!pItem || in SetFlyFrmAnchor()
346 aOldV.GetPos() == ((SwFmtVertOrient*)pItem)->GetPos() ) ) in SetFlyFrmAnchor()
[all …]
/AOO41X/main/sw/source/core/frmedt/
H A Dfefly1.cxx728 SwFmtVertOrient aOldV; in NewFlyFrm() local
753 aOldV = *((SwFmtVertOrient*)pItem); in NewFlyFrm()
801 ((SfxItemSet&)rSet).Put( aOldV ); in NewFlyFrm()