Lines Matching refs:nRel
741 short nRel = GetRelation(m_pHMap, m_aHoriToLB); in FillItemSet() local
746 nRel != rHoriRelation.GetValue() || in FillItemSet()
751 rSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_HORI_RELATION, nRel)); in FillItemSet()
771 short nRel = GetRelation(m_pVMap, m_aVertToLB); in FillItemSet() local
782 nRel != rVertRelation.GetValue() || in FillItemSet()
787 rSet.Put(SfxInt16Item(SID_ATTR_TRANSFORM_VERT_RELATION, nRel)); in FillItemSet()
1086 sal_uInt16 nRel = GetRelation(m_pHMap, m_aHoriToLB); in IMPL_LINK() local
1089 aVal.nHRelOrient = (short)nRel; in IMPL_LINK()
1099 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in IMPL_LINK() local
1102 aVal.nVRelOrient = (short)nRel; in IMPL_LINK()
1228 sal_uInt16 nRel = GetRelation(m_pHMap, m_aHoriToLB); in IMPL_LINK() local
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()
1275 short nRel = 0; in IMPL_LINK() local
1280 nRel = ((RelationMap *)pRelLB->GetEntryData(pRelLB->GetSelectEntryPos()))->nRelation; in IMPL_LINK()
1282 FillRelLB(pMap, nMapPos, nAlign, nRel, *pRelLB, *pRelFT); in IMPL_LINK()
1306 if(RelOrientation::FRAME == nRel) in IMPL_LINK()
1389 short nRel = 0; in GetRelation() local
1395 nRel = pEntry->nRelation; in GetRelation()
1398 return nRel; in GetRelation()
1414 …sal_uLong nRel = ((RelationMap *)rRelationLB.GetEntryData(rRelationLB.GetSelectEntryPos()))->nLBR… in GetAlignment() local
1423 if (nLBRelations & nRel) in GetAlignment()
1633 short nRel = GetRelation(m_pHMap, m_aHoriToLB); in UpdateExample() local
1636 m_aExampleWN.SetHoriRel(nRel); in UpdateExample()
1644 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in UpdateExample() local
1647 m_aExampleWN.SetVertRel(nRel); in UpdateExample()
1662 sal_uInt16 nRel, ListBox &rLB, FixedText &rFT) in FillRelLB() argument
1752 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == nRel) in FillRelLB()
1763 switch (nRel) in FillRelLB()
1765 … case RelOrientation::FRAME: nRel = RelOrientation::PAGE_FRAME; break; in FillRelLB()
1766 … case RelOrientation::PRINT_AREA: nRel = RelOrientation::PAGE_PRINT_AREA; break; in FillRelLB()
1767 … case RelOrientation::PAGE_LEFT: nRel = RelOrientation::FRAME_LEFT; break; in FillRelLB()
1768 … case RelOrientation::PAGE_RIGHT: nRel = RelOrientation::FRAME_RIGHT; break; in FillRelLB()
1769 … case RelOrientation::FRAME_LEFT: nRel = RelOrientation::PAGE_LEFT; break; in FillRelLB()
1770 … case RelOrientation::FRAME_RIGHT: nRel = RelOrientation::PAGE_RIGHT; break; in FillRelLB()
1771 … case RelOrientation::PAGE_FRAME: nRel = RelOrientation::FRAME; break; in FillRelLB()
1772 … case RelOrientation::PAGE_PRINT_AREA: nRel = RelOrientation::PRINT_AREA; break; in FillRelLB()
1778 nRel = pEntry->nRelation; in FillRelLB()
1786 if (pEntry->nRelation == nRel) in FillRelLB()