Searched refs:aRelationMap (Results 1 – 2 of 2) sorted by relevance
99 static RelationMap __FAR_DATA aRelationMap[] = variable486 sal_uInt16 nRelMapSize = sizeof(aRelationMap) / sizeof(RelationMap); in lcl_GetLBRelationsForRelations()489 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()491 nLBRelations |= aRelationMap[nRelMapPos].nLBRelation; in lcl_GetLBRelationsForRelations()1722 sal_uInt16 nRelCount = sizeof(aRelationMap) / sizeof(RelationMap); in FillRelLB()1745 if (aRelationMap[nRelPos].nLBRelation == nBit) in FillRelLB()1747 …g::StringId sStrId1 = m_aHoriMirrorCB.IsChecked() ? aRelationMap[nRelPos].eMirrorStrId : aRelation… in FillRelLB()1751 rLB.SetEntryData(nPos, &aRelationMap[nRelPos]); in FillRelLB()1752 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == nRel) in FillRelLB()
141 static RelationMap __FAR_DATA aRelationMap[] = variable603 sal_uInt16 nRelMapSize = sizeof(aRelationMap) / sizeof(RelationMap); in lcl_GetLBRelationsForRelations()606 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()608 nLBRelations |= aRelationMap[nRelMapPos].nLBRelation; in lcl_GetLBRelationsForRelations()1482 sal_uInt16 nRelCount = sizeof(aRelationMap) / sizeof(RelationMap); in FillRelLB()1505 if (aRelationMap[nRelPos].nLBRelation == nBit) in FillRelLB()1508 … aRelationMap[nRelPos].eMirrorStrId : aRelationMap[nRelPos].eStrId; in FillRelLB()1518 _rLB.SetEntryData(nPos, &aRelationMap[nRelPos]); in FillRelLB()1519 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == _nRel) in FillRelLB()
Completed in 39 milliseconds