Home
last modified time | relevance | path

Searched refs:nRelation (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx63 short nRelation; member
489 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()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx100 sal_uInt16 nRelation; member
606 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()
/trunk/main/toolkit/test/accessibility/tools/
H A DNameProvider.java89 public static String getRelationName (int nRelation) in getRelationName() argument
91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DNameProvider.java89 public static String getRelationName (int nRelation) in getRelationName() argument
91 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DNameProvider.java93 public static String getRelationName (int nRelation) in getRelationName() argument
95 return (String)maRelationMap.get (new Integer(nRelation)); in getRelationName()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx81 static AtkRelationType mapRelationType( sal_Int16 nRelation ) in mapRelationType() argument
85 switch( nRelation ) in mapRelationType()

Completed in 66 milliseconds