Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/shells/
H A Ddrwbassh.cxx273 … SwFmtVertOrient aVOrient((const SwFmtVertOrient&)pFrmFmt->GetFmtAttr(RES_VERT_ORIENT)); in Execute() local
274 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_ORIENT, aVOrient.GetVertOrient())); in Execute()
275 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_RELATION, aVOrient.GetRelationOrient() )); in Execute()
276 aSet.Put(SfxInt32Item(SID_ATTR_TRANSFORM_VERT_POSITION, aVOrient.GetPos())); in Execute()
357 aVOrient.SetVertOrient( in Execute()
360 aVOrient.SetRelationOrient( in Execute()
363aVOrient.SetPos( static_cast<const SfxInt32Item*>(pVertPosition)->GetValue()); in Execute()
364 aFrmAttrSet.Put( aVOrient ); in Execute()
501 … SwFmtVertOrient aVOrient((SwFmtVertOrient&)pFrmFmt->GetFmtAttr(RES_VERT_ORIENT)); in Execute() local
502 aVOrient.SetVertOrient( nVertOrient ); in Execute()
[all …]

Completed in 21 milliseconds