Lines Matching refs:aVertRelationLB
690 aVertRelationLB (this, SW_RES(LB_VERT_RELATION)), in SwFrmPage()
758 aVertRelationLB.SetSelectHdl(LINK(this, SwFrmPage, RelHdl)); in SwFrmPage()
1079 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in FillItemSet()
1080 short nRel = GetRelation(pVMap, aVertRelationLB); in FillItemSet()
1222 nPos = aVertRelationLB.GetSelectEntryPos(); in InitPos()
1224 nOldVRel = ((RelationMap *)aVertRelationLB.GetEntryData(nPos))->nRelation; in InitPos()
1304 FillRelLB(pVMap, nMapPos, nV, nVRel, aVertRelationLB, aVertRelationFT); in InitPos()
1567 && (&_rLB != &aVertRelationLB || m_bAllowVertPositioning); in FillRelLB()
1815 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in IMPL_LINK()
1816 short nRel = GetRelation(pVMap, aVertRelationLB); in IMPL_LINK()
1944 ListBox *pRelLB = bHori ? &aHoriRelationLB : &aVertRelationLB; in IMPL_LINK()
2150 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in UpdateExample()
2151 short nRel = GetRelation(pVMap, aVertRelationLB); in UpdateExample()
2397 aVertRelationLB.Enable( bEnable ); in EnableVerticalPositioning()