Searched refs:aOldV (Results 1 – 2 of 2) sorted by relevance
294 SwFmtVertOrient aOldV( rFmt.GetVertOrient() ); in SetFlyFrmAnchor() local296 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() local348 if( text::VertOrientation::NONE == aOldV.GetVertOrient() && (!pItem || in SetFlyFrmAnchor()349 aOldV.GetPos() == ((SwFmtVertOrient*)pItem)->GetPos() ) ) in SetFlyFrmAnchor()[all …]
726 SwFmtVertOrient aOldV; in NewFlyFrm() local751 aOldV = *((SwFmtVertOrient*)pItem); in NewFlyFrm()799 ((SfxItemSet&)rSet).Put( aOldV ); in NewFlyFrm()