Searched refs:aVOrient (Results 1 – 1 of 1) sorted by relevance
269 … SwFmtVertOrient aVOrient((const SwFmtVertOrient&)pFrmFmt->GetFmtAttr(RES_VERT_ORIENT)); in Execute() local270 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_ORIENT, aVOrient.GetVertOrient())); in Execute()271 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_RELATION, aVOrient.GetRelationOrient() )); in Execute()272 aSet.Put(SfxInt32Item(SID_ATTR_TRANSFORM_VERT_POSITION, aVOrient.GetPos())); in Execute()353 aVOrient.SetVertOrient( in Execute()356 aVOrient.SetRelationOrient( in Execute()359 … aVOrient.SetPos( static_cast<const SfxInt32Item*>(pVertPosition)->GetValue()); in Execute()360 aFrmAttrSet.Put( aVOrient ); in Execute()497 … SwFmtVertOrient aVOrient((SwFmtVertOrient&)pFrmFmt->GetFmtAttr(RES_VERT_ORIENT)); in Execute() local498 aVOrient.SetVertOrient( nVertOrient ); in Execute()[all …]
Completed in 52 milliseconds