Lines Matching refs:nRel
1041 short nRel = GetRelation(pHMap, aHoriRelationLB); in FillItemSet() local
1044 const sal_Int16 eRel = nRel; in FillItemSet()
1080 short nRel = GetRelation(pVMap, aVertRelationLB); in FillItemSet() local
1083 const sal_Int16 eRel = nRel; in FillItemSet()
1582 short nRel = 0; in GetRelation() local
1588 nRel = pEntry->nRelation; in GetRelation()
1591 return nRel; in GetRelation()
1610 …sal_uLong nRel = ((RelationMap *)rRelationLB.GetEntryData(rRelationLB.GetSelectEntryPos()))->nLBR… in GetAlignment() local
1619 if (nLBRelations & nRel) in GetAlignment()
1803 short nRel = GetRelation(pHMap, aHoriRelationLB); in IMPL_LINK() local
1806 aVal.nHRelOrient = nRel; in IMPL_LINK()
1816 short nRel = GetRelation(pVMap, aVertRelationLB); in IMPL_LINK() local
1819 aVal.nVRelOrient = nRel; in IMPL_LINK()
1967 sal_uInt16 nRel = 0; in IMPL_LINK() local
1972 nRel = ((RelationMap *)pRelLB->GetEntryData(pRelLB->GetSelectEntryPos()))->nRelation; in IMPL_LINK()
1974 FillRelLB(pMap, nMapPos, nAlign, nRel, *pRelLB, *pRelFT); in IMPL_LINK()
1998 if(text::RelOrientation::FRAME == nRel) in IMPL_LINK()
2064 sal_uInt16 nRel = GetRelation(pHMap, aHoriRelationLB); in IMPL_LINK() local
2065 if(text::RelOrientation::PRINT_AREA == nRel && 0 == aVerticalDLB.GetSelectEntryPos()) in IMPL_LINK()
2069 else if(text::RelOrientation::CHAR == nRel && 1 == aVerticalDLB.GetSelectEntryPos()) in IMPL_LINK()
2140 short nRel = GetRelation(pHMap, aHoriRelationLB); in UpdateExample() local
2143 aExampleWN.SetHoriRel(nRel); in UpdateExample()
2151 short nRel = GetRelation(pVMap, aVertRelationLB); in UpdateExample() local
2154 aExampleWN.SetVertRel(nRel); in UpdateExample()