Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/shells/
H A Ddrwbassh.cxx278 … SwFmtHoriOrient aHOrient((const SwFmtHoriOrient&)pFrmFmt->GetFmtAttr(RES_HORI_ORIENT)); in Execute() local
279 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_ORIENT, aHOrient.GetHoriOrient())); in Execute()
280 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, aHOrient.GetRelationOrient() )); in Execute()
281 … aSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_HORI_MIRROR, aHOrient.IsPosToggle())); in Execute()
282 aSet.Put(SfxInt32Item(SID_ATTR_TRANSFORM_HORI_POSITION, aHOrient.GetPos())); in Execute()
336 aHOrient.SetHoriOrient( in Execute()
339 aHOrient.SetRelationOrient( in Execute()
342aHOrient.SetPos( static_cast<const SfxInt32Item*>(pHoriPosition)->GetValue()); in Execute()
344aHOrient.SetPosToggle( static_cast<const SfxBoolItem*>(pHoriMirror)->GetValue()); in Execute()
345 aFrmAttrSet.Put(aHOrient); in Execute()

Completed in 13 milliseconds