Searched refs:nRelation (Results 1 – 6 of 6) sorted by relevance
63 short nRelation; member489 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()1280 nRel = ((RelationMap *)pRelLB->GetEntryData(pRelLB->GetSelectEntryPos()))->nRelation; in IMPL_LINK()1395 nRel = pEntry->nRelation; in GetRelation()1488 m_nOldVRel = ((RelationMap *)m_aVertToLB.GetEntryData(nPos))->nRelation; in InitPos()1498 m_nOldHRel = ((RelationMap *)m_aHoriToLB.GetEntryData(nPos))->nRelation; in InitPos()1752 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == nRel) in FillRelLB()1778 nRel = pEntry->nRelation; in FillRelLB()1786 if (pEntry->nRelation == nRel) in FillRelLB()
100 sal_uInt16 nRelation; member606 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()1224 nOldVRel = ((RelationMap *)aVertRelationLB.GetEntryData(nPos))->nRelation; in InitPos()1234 nOldHRel = ((RelationMap *)aHoriRelationLB.GetEntryData(nPos))->nRelation; in InitPos()1519 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == _nRel) in FillRelLB()1545 _nRel = pEntry->nRelation; in FillRelLB()1553 if (pEntry->nRelation == _nRel) in FillRelLB()1588 nRel = pEntry->nRelation; in GetRelation()1972 nRel = ((RelationMap *)pRelLB->GetEntryData(pRelLB->GetSelectEntryPos()))->nRelation; in IMPL_LINK()
89 public static String getRelationName (int nRelation) in getRelationName() argument91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
93 public static String getRelationName (int nRelation) in getRelationName() argument95 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
81 static AtkRelationType mapRelationType( sal_Int16 nRelation ) in mapRelationType() argument85 switch( nRelation ) in mapRelationType()
Completed in 67 milliseconds