Lines Matching refs:m_aVertToLB
560 m_aVertToLB( this, CUI_RES( LB_VERTTO ) ), in SvxSwPosSizeTabPage()
617 m_aVertToLB.SetSelectHdl(LINK(this, SvxSwPosSizeTabPage, RelHdl)); in SvxSwPosSizeTabPage()
770 short nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in FillItemSet()
771 short nRel = GetRelation(m_pVMap, m_aVertToLB); in FillItemSet()
1098 sal_uInt16 nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in IMPL_LINK()
1099 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in IMPL_LINK()
1251 ListBox *pRelLB = bHori ? &m_aHoriToLB : &m_aVertToLB; in IMPL_LINK()
1486 nPos = m_aVertToLB.GetSelectEntryPos(); in InitPos()
1488 m_nOldVRel = ((RelationMap *)m_aVertToLB.GetEntryData(nPos))->nRelation; in InitPos()
1573 FillRelLB(m_pVMap, nMapPos, nV, nVRel, m_aVertToLB, m_aVertToFT); in InitPos()
1643 sal_uInt16 nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in UpdateExample()
1644 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in UpdateExample()
1908 m_aVertToLB.Enable(sal_False); in SetView()