Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/shells/
H A Ddrwbassh.cxx274 … SwFmtHoriOrient aHOrient((const SwFmtHoriOrient&)pFrmFmt->GetFmtAttr(RES_HORI_ORIENT)); in Execute() local
275 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_ORIENT, aHOrient.GetHoriOrient())); in Execute()
276 … aSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, aHOrient.GetRelationOrient() )); in Execute()
277 … aSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_HORI_MIRROR, aHOrient.IsPosToggle())); in Execute()
278 aSet.Put(SfxInt32Item(SID_ATTR_TRANSFORM_HORI_POSITION, aHOrient.GetPos())); in Execute()
332 aHOrient.SetHoriOrient( in Execute()
335 aHOrient.SetRelationOrient( in Execute()
338aHOrient.SetPos( static_cast<const SfxInt32Item*>(pHoriPosition)->GetValue()); in Execute()
340aHOrient.SetPosToggle( static_cast<const SfxBoolItem*>(pHoriMirror)->GetValue()); in Execute()
341 aFrmAttrSet.Put(aHOrient); in Execute()

Completed in 30 milliseconds