Searched refs:m_aVertToLB (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 560 m_aVertToLB( this, CUI_RES( LB_VERTTO ) ), in SvxSwPosSizeTabPage() 617 m_aVertToLB.SetSelectHdl(LINK(this, SvxSwPosSizeTabPage, RelHdl)); in SvxSwPosSizeTabPage() 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() 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() [all …]
|
H A D | swpossizetabpage.hxx | 77 ListBox m_aVertToLB; member in SvxSwPosSizeTabPage
|
Completed in 25 milliseconds