Lines Matching refs:GetSelectEntryPos
1229 if(RelOrientation::PRINT_AREA == nRel && 0 == m_aVertLB.GetSelectEntryPos()) in IMPL_LINK()
1233 else if(RelOrientation::CHAR == nRel && 1 == m_aVertLB.GetSelectEntryPos()) in IMPL_LINK()
1279 if (pRelLB->GetSelectEntryPos() != LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
1280 nRel = ((RelationMap *)pRelLB->GetEntryData(pRelLB->GetSelectEntryPos()))->nRelation; in IMPL_LINK()
1304 0 == m_aVertLB.GetSelectEntryPos()) in IMPL_LINK()
1312 else if(HoriOrientation::LEFT == nAlign && 1 == m_aVertLB.GetSelectEntryPos()) in IMPL_LINK()
1317 else if(HoriOrientation::NONE == nAlign && 1 == m_aVertLB.GetSelectEntryPos()) in IMPL_LINK()
1329 if(1 == m_aHoriLB.GetSelectEntryPos()) in IMPL_LINK()
1338 if(2 == m_aHoriLB.GetSelectEntryPos()) in IMPL_LINK()
1390 sal_uInt16 nPos = rRelationLB.GetSelectEntryPos(); in GetRelation()
1412 if (rRelationLB.GetSelectEntryPos() != LISTBOX_ENTRY_NOTFOUND) in GetAlignment()
1414 …_uLong nRel = ((RelationMap *)rRelationLB.GetEntryData(rRelationLB.GetSelectEntryPos()))->nLBRela… in GetAlignment()
1443 sal_uInt16 nLBSelPos = rAlignLB.GetSelectEntryPos(); in GetMapPos()
1482 sal_uInt16 nPos = m_aVertLB.GetSelectEntryPos(); in InitPos()
1486 nPos = m_aVertToLB.GetSelectEntryPos(); in InitPos()
1491 nPos = m_aHoriLB.GetSelectEntryPos(); in InitPos()
1496 nPos = m_aHoriToLB.GetSelectEntryPos(); in InitPos()
1628 sal_uInt16 nPos = m_aHoriLB.GetSelectEntryPos(); in UpdateExample()
1639 nPos = m_aVertLB.GetSelectEntryPos(); in UpdateExample()